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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to