Return-Path: Delivered-To: apmail-db-ojb-dev-archive@www.apache.org Received: (qmail 4373 invoked from network); 1 May 2006 23:32:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 May 2006 23:32:30 -0000 Received: (qmail 11459 invoked by uid 500); 1 May 2006 23:32:29 -0000 Delivered-To: apmail-db-ojb-dev-archive@db.apache.org Received: (qmail 11433 invoked by uid 500); 1 May 2006 23:32:29 -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 11422 invoked by uid 500); 1 May 2006 23:32:29 -0000 Received: (qmail 11419 invoked by uid 99); 1 May 2006 23:32:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 May 2006 16:32:29 -0700 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; Mon, 01 May 2006 16:32:28 -0700 Received: (qmail 4289 invoked by uid 65534); 1 May 2006 23:32:08 -0000 Message-ID: <20060501233208.4286.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r398735 - /db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/repository.dtd Date: Mon, 01 May 2006 23:32:08 -0000 To: ojb-commits@db.apache.org From: arminw@apache.org X-Mailer: svnmailer-1.0.8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: arminw Date: Mon May 1 16:32:06 2006 New Revision: 398735 URL: http://svn.apache.org/viewcvs?rev=398735&view=rev Log: add missing JAVA_OBJECT jdbc-type Modified: db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/repository.dtd Modified: db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/repository.dtd URL: http://svn.apache.org/viewcvs/db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/repository.dtd?rev=398735&r1=398734&r2=398735&view=diff ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/repository.dtd (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/repository.dtd Mon May 1 16:32:06 2006 @@ -434,7 +434,7 @@ The isolation-level attribute defines the locking isolation level of the specified class (used by OJB's pessimistic locking api). Default is "empty String" - to use isolation-level defined on "descriptor-repository" level. + to use (the global) isolation-level defined on "descriptor-repository" level. Note: This does NOT touch the jdbc-level of the connection. If the proxy attribute is set, proxies are used for all loading operations @@ -604,7 +604,7 @@ FLOAT | REAL | NUMERIC | DECIMAL | CHAR | VARCHAR | LONGVARCHAR | DATE | TIME | TIMESTAMP | BINARY | VARBINARY | LONGVARBINARY | CLOB | BLOB | STRUCT | - ARRAY | REF | BOOLEAN | DATALINK) #IMPLIED + ARRAY | REF | BOOLEAN | DATALINK | JAVA_OBJECT) #IMPLIED primarykey (true | false) "false" nullable (true | false) "true" indexed (true | false) "false" --------------------------------------------------------------------- To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org For additional commands, e-mail: ojb-dev-help@db.apache.org