I am trying to integrate MQ Series with JBOSS. I have put the following xml snippet in jboss-service.xml
<mbean code="jmx.service.wsmq.WSMQConnectionFactory" | name="jmx.service.wsmq:service=MQQueueConnectionFactory"> | <attribute name="JndiName">WSMQQueueConnectionFactory</attribute> | <attribute name="JMSStyle">Queue</attribute> | <attribute name="IsXA">false</attribute> | <attribute name="QueueManagerName">TESTQMGR</attribute> | <attribute name="HostName">localhost</attribute> | <!-- MQJMS_TP_BINDINGS_MQ, MQJMS_TP_CLIENT_MQ_TCPIP, MQJMS_TP_DIRECT_TCPIP --> | <depends>jboss:service=Naming</depends> | </mbean> When i try to start the server, I am getting following exception org.jboss.deployment.DeploymentException: No ClassLoaders found for: jmx.service.wsmq.WSMQConnectionFactory; - nested throwable: (java.lang.ClassNotFoundException: No ClassLoaders found for: jmx.service.wsmq.WSMQConnectionFactory) It seems some jar file is missing from classpath. Can someone help, what is required or some pointer how to integrate MQ Series with JBOSS.. Thanks!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952880#3952880 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952880 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list JBoss-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-user