arminw 2005/10/11 17:06:50 Modified: src/test/org/apache/ojb Tag: OJB_1_0_RELEASE OJB.properties Log: remove redundant property, disable implicite locking and ordering has the same effect Revision Changes Path No revision No revision 1.75.2.13 +1 -12 db-ojb/src/test/org/apache/ojb/OJB.properties Index: OJB.properties =================================================================== RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/OJB.properties,v retrieving revision 1.75.2.12 retrieving revision 1.75.2.13 diff -u -r1.75.2.12 -r1.75.2.13 --- OJB.properties 9 Aug 2005 20:03:22 -0000 1.75.2.12 +++ OJB.properties 12 Oct 2005 00:06:49 -0000 1.75.2.13 @@ -374,17 +374,6 @@ # This setting can be changed at runtime using OJB's ODMG extensions. Ordering=true # -# Allows to influence the order of objects (used when the transaction commits). -# If 'true' method calls like -# - org.odmg.Transaction#lock(Object, int) -# - org.odmg.Database#deletePersistent(Object) -# - org.odmg.Database#makePersistent(Object) -# determine the order of objects before commit. -# Note: If OJB's ordering is enabled the order of objects may change -# at commit of the transaction. -# This setting can be changed at runtime using OJB's ODMG extensions. -NoteUserOrder=true -# # # Used ODMG collection implementation classes # (e.g. when do a Implementation#newDlist() call)
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
