Hi Ilkka,

I'm really sorry. I ignored this class in the heat of the moment.

regards,
Armin

Ilkka Priha wrote:
 <arminw <at> apache.org> writes:


arminw      2005/10/27 11:09:55

 Modified:    src/java/org/apache/ojb/odmg Tag: OJB_1_0_RELEASE
                       TransactionExt.java
 Log:
 remove redundant method, combination of setImplicitLocking(false) and

setOrdering(false) will have

the same effect

 Revision  Changes    Path
 No                   revision
 No                   revision
 1.4.2.7   +32 -32    db-ojb/src/java/org/apache/ojb/odmg/TransactionExt.java

 Index: TransactionExt.java
 ===================================================================



Hi,

One test case still uses this method...

-- Ilkka


Index: CircularTest.java
===================================================================
RCS file: 
/home/cvspublic/db-ojb/src/test/org/apache/ojb/odmg/CircularTest.java,v
retrieving revision 1.1.2.6
diff -u -r1.1.2.6 CircularTest.java
--- CircularTest.java   22 Aug 2005 15:34:50 -0000      1.1.2.6
+++ CircularTest.java   29 Oct 2005 06:06:59 -0000
@@ -814,7 +814,7 @@
         */
         tx.setOrdering(true);
         tx.setImplicitLocking(true);
-        tx.setNoteUserOrder(true);
+        // tx.setNoteUserOrder(true);
database.makePersistent(aaaa);
         database.makePersistent(aaa);



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to