[jboss-cvs] JBossCache/src-50/resources ...
Ben Wang
bwang at jboss.com
Wed Nov 8 03:46:19 EST 2006
User: bwang
Date: 06/11/08 03:46:19
Modified: src-50/resources pojocache-aop.xml
Log:
JBCACHE-839 to allow replicating final field.
Revision Changes Path
1.5 +4 -1 JBossCache/src-50/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-50/resources/pojocache-aop.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- pojocache-aop.xml 8 Nov 2006 06:08:12 -0000 1.4
+++ pojocache-aop.xml 8 Nov 2006 08:46:19 -0000 1.5
@@ -28,7 +28,10 @@
<!-- Begining of interceptor chain -->
<interceptor name="Start" class="org.jboss.cache.pojo.interceptors.PojoBeginInterceptor"
- scope="PER_INSTANCE"/>
+ 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 -->
<interceptor name="Tx" class="org.jboss.cache.pojo.interceptors.PojoTxInterceptor"
More information about the jboss-cvs-commits
mailing list