gdamour 2005/10/08 00:45:59
Modified: modules/openejb-builder/src/schema openejb-jar-2.0.xsd
Log:
GERONIMO-188 Entity instance caching
o The same FrontEndCacheDelegate needs to be shared across the CMP containers.
o Add the repeatable-read isolation level.
o findByPrimaryKey also queries the cache prior to hit the database.
o Remove two redundant cache queries when retrieving CMP and CMR fields.
Revision Changes Path
1.4 +1 -0
openejb/modules/openejb-builder/src/schema/openejb-jar-2.0.xsd
Index: openejb-jar-2.0.xsd
===================================================================
RCS file:
/home/projects/openejb/scm/openejb/modules/openejb-builder/src/schema/openejb-jar-2.0.xsd,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openejb-jar-2.0.xsd 2 Oct 2005 05:08:26 -0000 1.3
+++ openejb-jar-2.0.xsd 8 Oct 2005 04:45:58 -0000 1.4
@@ -214,6 +214,7 @@
<xs:restriction base="xs:string">
<xs:enumeration
value="read-uncommitted"/>
<xs:enumeration value="read-committed"/>
+ <xs:enumeration value="repeatable-read"/>
</xs:restriction>
</xs:simpleType>
</xs:element>