I have checked in the change:
1. Use @Replicable annotation.
2. It applies to sub-class as well. If user doesn't want to apply it to sub-class, he
can change in pojocache-aop.xml from:
| <prepare expr="field(*
$instanceof{(a)org.jboss.cache.pojo.annotation.Replicable}->*)" />
|
to
| <prepare expr="field(*
@org.jboss.cache.pojo.annotation.Replicable->*)" />
|
3. When JBoss AOP can support attribute matching, we will use the sublcass=true to turn it
on/off.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987790#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...