[jboss-user] [EJB 3.0] - Stateful Bean and Ressource Injection

2007-07-08 Thread jmmatrat
Hello, I need a stateful bean that can access a JMS queue. So I use the @Ressource to map to the connection factory and the queue. Untill there everything is OK. But during the passivation the connection factory can not be serialized. Does this mean that I can not use injection into a stateful

[jboss-user] [Clustering/JBoss] - Re: Accessing JbossMQ clustered from a standalone applicatio

2006-08-04 Thread jmmatrat
I had seen this example, but it is hosted in a jboss, and the client connects to the local HA-JNDI. With my standalone app I have to connect to an active Jboss of the cluster, and in case of disconnect because the server is down I'll have to reconnect to another server of the cluster, even if

[jboss-user] [Clustering/JBoss] - Re: Accessing JbossMQ clustered from a standalone applicatio

2006-08-04 Thread jmmatrat
that's it Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963157#3963157 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3963157 ___ jboss-user mailing list

[jboss-user] [Clustering/JBoss] - Accessing JbossMQ clustered from a standalone application

2006-08-03 Thread jmmatrat
I think that every thing is in the title. I need to access a queue that is in a cluster of Jboss AS present on 2 different machine. If a machine is down, my standalone application have to switch server, but it needs to know all the adresses of all the servers and try to connect to all of