[jboss-user] [EJB 3.0] - Clustered ServiceBeans (@Service & @Clustered)
kotlusa
do-not-reply at jboss.com
Mon Dec 24 13:12:59 EST 2007
Hello,
I'm a big fan of the @Service EJB 3.0 extension because makes it easy to write singleton EJB's. Unfortunately, I haven't had much luck with these in a clustered environment. It appears that, even with the @Clustered annotation, each node of the cluster gets it's on singleton instance rather than there being one shared instance (HA Singleton).
Is this the expected behavior?
If it is, are the plans to support making HA Singletons with the @Clustered annotation?
Thanks and great work!
Austin
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115373#4115373
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115373
More information about the jboss-user
mailing list