Author: arminw
Date: Sat Jan 28 03:34:39 2006
New Revision: 373142
URL: http://svn.apache.org/viewcvs?rev=373142&view=rev
Log:
update, resort properties
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/viewcvs/db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/OJB.properties?rev=373142&r1=373141&r2=373142&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 Sat
Jan 28 03:34:39 2006
@@ -259,6 +259,8 @@
# NOTE: CacheFilters declaration was removed (since OJB 1.0.2). To exclude
# object of whole packages from being cache use a specific property in
# cache declaration - see caching guide in reference docs.
+#
+#
#----------------------------------------------------------------------------------------
# Locking
#----------------------------------------------------------------------------------------
@@ -266,8 +268,6 @@
# If OJB is running in distributed environment it is recommended to use the
remote
# lock manager. It guarantees to provide Lockmanagement across multiple JVM's.
#
-# The deprecated odmg locking implementation. Needs enabled 'LockMapClass' too.
[EMAIL PROTECTED]
LockManagerClass=org.apache.ojb.odmg.locking.LockManagerDefaultImpl
# A servlet based lock implementation for distributed environments, needs
enabled
# property 'LockServletUrl' too.
#LockManagerClass=org.apache.ojb.broker.locking.LockManagerRemoteImpl
@@ -275,17 +275,20 @@
#LockManagerClass=org.apache.ojb.broker.locking.LockManagerCommonsImpl
LockManagerClass=org.apache.ojb.broker.locking.LockManagerInMemoryImpl
#
+# The LockTimeout entry defines the maximum time in milliseconds
+# that a lock may be hold. Defaults to 120000 = 2 minutes
+LockTimeout=120000
+#
# The LockServletUrl entry points to the Lockserver servlet.
-# This Servlet is addressed by all distributed JVMs if the RemoteLockMapImpl
+# This Servlet is addressed by all distributed JVMs if LockManagerRemoteImpl
# is used.
#LockServletUrl=http://127.0.0.1:8080/ojb-lockserver
#
-# The LockTimeout entry defines the maximum time in milliseconds
-# that a lock may be hold. Defaults to 60000 = 1 minute
-LockTimeout=60000
-#
#
# ------ deprecated ------
+# The deprecated odmg locking implementation. Needs enabled 'LockMapClass' too.
[EMAIL PROTECTED]
LockManagerClass=org.apache.ojb.odmg.locking.LockManagerDefaultImpl
+#
# The LockMapClass entry tells OJB which concrete LockMap
# implementation is to be used.
# If OJB is running on multiple concurrent clients it is recommended
@@ -393,7 +396,7 @@
# org.odmg.DSet implementation class
DSetClass=org.apache.ojb.odmg.collections.DSetImpl
#
-#
+# ------------------
# @deprecated property for backward compatibility.
# If set 'true' the behavior of method
# ImplementationImpl#setImplicitLocking(...) will be the same as
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]