[jboss-jira] [JBoss JIRA] Created: (JBCACHE-839) PojoCache to add an option to replicate final field
Ben Wang (JIRA)
jira-events at jboss.com
Wed Nov 8 03:39:44 EST 2006
PojoCache to add an option to replicate final field
---------------------------------------------------
Key: JBCACHE-839
URL: http://jira.jboss.com/jira/browse/JBCACHE-839
Project: JBoss Cache
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: PojoCache
Reporter: Ben Wang
Assigned To: Ben Wang
Fix For: 2.0.0.GA
We should add a flag to enable replication of final field in PojoCache. This can be done via pojocache-aop.xml, where:
<!-- 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>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list