OPENJPA-2099: disable the feature temporarily

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1240416 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Pinaki Poddar 2012-02-04 00:34:59 +00:00
parent 65f9e59265
commit ba3f74e8be
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ public class JDBCConfigurationImpl
identifierUtilPlugin.setString(aliases[0]);
identifierUtilPlugin.setInstantiatingGetter("getIdentifierUtilInstance");
cacheSelect = new ImmutableBooleanValue("jdbc.CachesSelect");
cacheSelect = new ImmutableBooleanValue("jdbc.CachesSelect", false);
addValue(cacheSelect);
cacheSelect.setDefault("false");