Return-Path: Delivered-To: apmail-db-ojb-dev-archive@www.apache.org Received: (qmail 85329 invoked from network); 12 Oct 2005 00:07:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Oct 2005 00:07:12 -0000 Received: (qmail 49181 invoked by uid 500); 12 Oct 2005 00:07:12 -0000 Delivered-To: apmail-db-ojb-dev-archive@db.apache.org Received: (qmail 49128 invoked by uid 500); 12 Oct 2005 00:07:11 -0000 Mailing-List: contact ojb-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "OJB Developers List" Reply-To: "OJB Developers List" Delivered-To: mailing list ojb-dev@db.apache.org Received: (qmail 49117 invoked by uid 500); 12 Oct 2005 00:07:11 -0000 Received: (qmail 49111 invoked by uid 99); 12 Oct 2005 00:07:11 -0000 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 11 Oct 2005 17:07:10 -0700 Received: (qmail 84719 invoked by uid 1510); 12 Oct 2005 00:06:50 -0000 Date: 12 Oct 2005 00:06:50 -0000 Message-ID: <20051012000650.84717.qmail@minotaur.apache.org> From: arminw@apache.org To: db-ojb-cvs@apache.org Subject: cvs commit: db-ojb/src/test/org/apache/ojb OJB.properties X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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: ojb-dev-unsubscribe@db.apache.org For additional commands, e-mail: ojb-dev-help@db.apache.org