[
http://jira.jboss.com/jira/browse/JBCACHE-839?page=all ]
Jason T. Greene resolved JBCACHE-839.
-------------------------------------
Resolution: Deferred
Support for this has been pulled for 2.0.0. AOP doesn't match final fields in
pointcut expressions, so the implementation did not work as expected (enums should be
immutable, so never advised). Also Java 5 serialization of enums is more efficient anyway.
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: Jason T. Greene
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