Radim Hanus [http://community.jboss.org/people/rhanus] created the discussion

"Re: Singleton in clustered JBoss AS 6 Final"

To view the discussion, visit: http://community.jboss.org/message/583276#583276

--------------------------------------------------------------
the combination of both @Singleton and @Clustered doesn't make up a clustered 
singleton bean

you need to set up a singleton service  
http://docs.jboss.org/jbossclustering/cluster_guide/5.1/html/deployment.chapt.html#d0e1209
 here is some backround for jboss-5.x should work in 6.0 as well
the simplest way is to package bean above into a separate archive and deploy it 
into deploy-hasingleton or use HASingletonControler and implement custom jboss 
service
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/583276#583276]

Start a new discussion in EJB3 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to