[jboss-user] [JBoss Messaging] New message: "Re: JBoss4 & 5 messaging"
Ali Gohar
do-not-reply at jboss.com
Mon Mar 15 09:44:04 EDT 2010
User development,
A new message was posted in the thread "JBoss4 & 5 messaging":
http://community.jboss.org/message/532001#532001
Author : Ali Gohar
Profile : http://community.jboss.org/people/agohar
Message:
--------------------------------------------------------------
It looks like the problem is only when my Message driven beans are deployed. I get exceptions as following
javax.naming.CommunicationException [Root exception is java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.jms.client.JBossConnectionFactory (no security manager: RMI class loader disabled)]
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:713)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:572)
at javax.naming.InitialContext.lookup(InitialContext.java:347)
at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:151)
at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:238)
at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:165)
at org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreate(JMSContainerInvoker.java:597)
at org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvoker.java:922)
at org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.run(JMSContainerInvoker.java:1492)
at java.lang.Thread.run(Thread.java:534)
Seems, message driven bean is trying to lookup queue in jboss 5 container and it fails because jboss 4 doesn't have jms client in its classpath. Any idea why jboss 4's mdbs are trying to lookup queues from jboss5?
Thanks
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/532001#532001
More information about the jboss-user
mailing list