[jboss-cvs] JBossCache/src/resources ...
Jason Thomas Greene
jgreene at jboss.com
Tue Jul 17 23:01:49 EDT 2007
User: jgreene
Date: 07/07/17 23:01:49
Modified: src/resources pojocache-aop.xml
Log:
Remove 'final' field replication support, which was broken anyway
Fix enum test
Revision Changes Path
1.4 +1 -3 JBossCache/src/resources/pojocache-aop.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: pojocache-aop.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/src/resources/pojocache-aop.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- pojocache-aop.xml 30 May 2007 06:08:03 -0000 1.3
+++ pojocache-aop.xml 18 Jul 2007 03:01:49 -0000 1.4
@@ -29,8 +29,6 @@
<!-- Begining of interceptor chain -->
<interceptor name="Start" class="org.jboss.cache.pojo.interceptors.PojoBeginInterceptor"
scope="PER_INSTANCE">
- <!-- If set to true, will also replicate final field. -->
- <attribute name="ReplicateFinalField">true</attribute>
</interceptor>
<!-- Check if we need a local tx for batch processing -->
More information about the jboss-cvs-commits
mailing list