arminw 2005/08/31 10:41:50
Modified: src/test/org/apache/ojb repository.dtd
Log:
rename isolation levels
Revision Changes Path
1.63 +4 -4 db-ojb/src/test/org/apache/ojb/repository.dtd
Index: repository.dtd
===================================================================
RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/repository.dtd,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- repository.dtd 27 Aug 2005 12:46:14 -0000 1.62
+++ repository.dtd 31 Aug 2005 17:41:50 -0000 1.63
@@ -51,7 +51,7 @@
<!ATTLIST descriptor-repository
version (1.1) #REQUIRED
isolation-level (read-uncommitted | read-committed | repeatable-read |
- serializable | optimistic | none) "read-uncommitted"
+ serializable | optimistic | no-lock) "read-uncommitted"
proxy-prefetching-limit CDATA "50"
>
@@ -307,8 +307,8 @@
class.
The isolation-level attribute defines the locking isolation level of the
- specified class (used by OJB's pessimistic locking api). Default is
"ignore"
- to use isolation-level defined on "descriptor-repository" level.
+ specified class (used by OJB's pessimistic locking api). Default is
"global"
+ to signal the use of the 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
@@ -361,7 +361,7 @@
<!ATTLIST class-descriptor
class ID #REQUIRED
isolation-level (read-uncommitted | read-committed | repeatable-read |
- serializable | optimistic | none | ignore) "ignore"
+ serializable | optimistic | no-lock | global) "global"
proxy CDATA #IMPLIED
proxy-prefetching-limit CDATA #IMPLIED
schema CDATA #IMPLIED
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]