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/ClusteredJPAHibernateSecondLevelCachinginJBossAS5
 for more info.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243575#4243575

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243575
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to