Author: arminw
Date: Wed May 31 09:39:35 2006
New Revision: 410590
URL: http://svn.apache.org/viewvc?rev=410590&view=rev
Log:
minor changes
Modified:
db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/OJB.properties
Modified: db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/OJB.properties
URL:
http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/OJB.properties?rev=410590&r1=410589&r2=410590&view=diff
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/OJB.properties
(original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/OJB.properties Wed
May 31 09:39:35 2006
@@ -24,8 +24,7 @@
# repository file settings
#----------------------------------------------------------------------------------------
# The repositoryFile entry tells OJB to use this file as as its standard
mapping
-# repository. The file is looked up from the classpath.
-#
+# repository. First OJB lookup the file as resource from classpath, second as
ordinary file.
repositoryFile=repository.xml
#
# If the useSerializedRepository entry is set to true, OJB tries to load a
@@ -42,6 +41,7 @@
#
serializedRepositoryPath=.
#
+#
#----------------------------------------------------------------------------------------
# PersistenceBrokerFactory / PersistenceBroker
#----------------------------------------------------------------------------------------
@@ -263,8 +263,10 @@
# LOB-locator objects (Blob and Clob fields in persistence capable objects)
are only
# valid as long as the current PersistenceBroker transaction is active. After
commit or
# rollback the LOB-object will be invalidated and before next access to the
LOB-locator
-# object it must be refreshed.
-LobAutoRefresh=false
+# object it must be refreshed. Cached persistent objects with LOB-content need
refresh
+# too. OJB will automatically refresh all objects requested by query or
identity lookup.
+# Set this property to 'false' to disable this service.
+LobAutoRefresh=true
#
#
#----------------------------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]