gdamour 2005/10/01 04:44:09 Modified: etc project.properties Log:
GERONIMO-188 Entity instance caching Add support for caching of CMP entities across Tx. An entity cache is defined for each CMP. It is queried and updated each time that a CMP or CMR field is accessed or updated respectively. Also, this cache is queried when a CMP is faulted if not already associated to the transactional cache. An isolation level is defined by an entity cache. Two isolation levels are currently supported, namely read-uncommitted and read-committed. read-committed has not yet been tested. Revision Changes Path 1.61 +2 -2 openejb/etc/project.properties Index: project.properties =================================================================== RCS file: /home/projects/openejb/scm/openejb/etc/project.properties,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- project.properties 30 Sep 2005 07:43:03 -0000 1.60 +++ project.properties 1 Oct 2005 08:44:09 -0000 1.61 @@ -53,7 +53,7 @@ activemq_version=3.2-M1 geronimo_version=1.0-SNAPSHOT openejb_version=2.0-SNAPSHOT -tranql_version=1.1 +tranql_version=1.2-SNAPSHOT tranql_connector_version=1.0 geronimo_spec_activation_version=1.0.2-rc4
