Author: arminw Date: Sun Jan 27 18:16:23 2008 New Revision: 615711 URL: http://svn.apache.org/viewvc?rev=615711&view=rev Log: fix property setting
Modified: db/ojb/branches/OJB_1_0_RELEASE/src/config/repository_database.xml Modified: db/ojb/branches/OJB_1_0_RELEASE/src/config/repository_database.xml URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/config/repository_database.xml?rev=615711&r1=615710&r2=615711&view=diff ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/config/repository_database.xml (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/config/repository_database.xml Sun Jan 27 18:16:23 2008 @@ -122,7 +122,7 @@ <!-- ObjectCacheDefaultImpl attributes --> <attribute attribute-name="timeout" attribute-value="900"/> - <attribute attribute-name="autoSync" attribute-value="true"/> + <attribute attribute-name="autoSync" attribute-value="false"/> <attribute attribute-name="cachingKeyType" attribute-value="0"/> <attribute attribute-name="useSoftReferences" attribute-value="true"/> </object-cache> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]