Sure EJB session beans are only clustered if annotate them @Clustered or mark 
them as such in jboss.xml.  Web apps are only clustered is you mark them as 
"distributable" in web.xml.  Don't do those things but use 
TreeCacheProviderHook as the 2nd level cache provider for EJB3 persistence, and 
you've got what you described.

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

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

Reply via email to