[JBoss-user] [EJB/JBoss] - Re: Is it possible to load my MDB ejb-jars in separate class

2005-06-06 Thread bha
Works ! Thanks for reply, Scott. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880381#3880381 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880381 --- This SF.Net

[JBoss-user] [EJB/JBoss] - Re: Is it possible to load my MDB ejb-jars in separate class

2005-06-03 Thread bha
anonymous wrote : I meant this on the last line : | | | true | | ... | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880130#3880130 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880130

[JBoss-user] [EJB/JBoss] - Is it possible to load my MDB ejb-jars in separate classload

2005-06-03 Thread bha
My goal is : Separate instances of the same MDB are deployed in separate ejb-jars. Each one is configured to pick message from it's own queue. What I've done (looks wrong) : They are distinct named jar, different JNDI name, different queue names in DDs and so on. My trouble is : After starting

[JBoss-user] [Management, JMX/JBoss] - Re: NamingException in MBean

2005-05-04 Thread bha
Thanks for reply, Tried, but does not work better. Much of code in this mbean is not of my own so, I've worked around with a singleton factory provider. I think it's an too-early call (at instantiation-time rather start time...) View the original post : http://www.jboss.org/index.html?module=

[JBoss-user] [Management, JMX/JBoss] - NamingException in MBean

2005-04-29 Thread bha
Hi, MBean Short desc : Main goal is to produce JMS messages on a specified Queue as files are uploaded in specified directories. It works fine when deployed on a running jboss but I still experience troubles when JBoss is restarted. Troubles: 1 - ConnectionFactory (JMS) is not yet bound at st