If you want an Entity to be cached, I'd suggest you avoid @Replicable and instead
configure it with @Cache annotation (see Hibernate/JPA annotations) so that the entity is
added to the 2nd level cache. The 2nd level cache use case has been more road tested than
what you're trying to do.
See
http://www.jboss.org/community/wiki/ClusteredJPAHibernateSecondLevelCachi...
for more info.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243575#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...