[jboss-user] [Clustering/JBoss] - Re: ejb3 SFSB with load-balancing but without replication

2007-01-26 Thread mindflyer
Thanks! I specified @CacheConfig.name for separate cache with CacheMode LOCAL and @Cache for my implementation of StatefulCache. It works. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006708#4006708 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: ejb3 SFSB with load-balancing but without replication

2007-01-26 Thread [EMAIL PROTECTED]
Great! I appreciate your telling me it works; I thought it would but now I know. :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006839#4006839 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4006839

[jboss-user] [Clustering/JBoss] - Re: ejb3 SFSB with load-balancing but without replication

2007-01-24 Thread [EMAIL PROTECTED]
You can set the CacheMode attribute in ejb3-clustered-sfsbcache-service.xml to LOCAL and that will disable replication. That will affect all EJB3 SFSBs though. The org.jboss.annotation.ejb3.cache.tree.CacheConfig annotation has a name attribute which allows you to specify the ObjectName of