This problem was fixed when I added $ACTIVEMQ_HOME/activemq-all-5.3.2.jar to Axis2 classpath, but that was not all. Appearently this had also to do with version 1.5.1... Namely I discovered that both org.apache.axis2.transport.jms.JMSListener, and JSMSender are removed from lib/axis2-kernel-1.5.1.jar package which version of Axis2 1.5.1 uses for this matter. I downgraded Axis to 1.4.1 and tried, and the problem was gone. Great! Then I ckecked its lib/ folder and discovered that it was using lib/axis2-kernel-1.4.1.jar, and that library really did have org.apache.axis2.transport.jms.JMSListener and JSMSender. So I guess someone missed this detail when releasing version 1.5.1 This caused me a terrible headache but I finally got it, and here I am sharing it with you...
Thanks, Dzenan -- View this message in context: http://old.nabble.com/Axis-dies-after-I-add-support-for-ActiveMQ-JMS-Broker-tp29181142p29222743.html Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
