Re: ActiveMQ and WebSphereMQ

2012-10-26 Thread David Karlsen
it contains javax.jms because the jar contains the SPEC - the JMS API. Then you add vendor jars to provide the connection factory implementations etc. 2012/10/26 Caa_man : > Jens is right! > I studied all dependencies which were loaded with ActiveMQ. One of > dependencies is geronimo-jms_1.1_spec.

Re: ActiveMQ and WebSphereMQ

2012-10-26 Thread Caa_man
Jens is right! I studied all dependencies which were loaded with ActiveMQ. One of dependencies is geronimo-jms_1.1_spec. This jar has javax.jms packages (WHY THE HELL???). As a result I removed geronimo jars from compiled archive and this change yielded application deployment to be Ok.

Re: ActiveMQ and WebSphereMQ

2012-10-24 Thread Jens
Caa_man wrote > We`d like to have camel-route with ActiveMQ and WebSphereMQ adapters > simultaneously. > > Everything works fine if we use WMQ only. But some strange error appears > when we add ActiveMQ jars (activemq-camel): > > ... nested exception is > org.springframework.beans.factory.BeanCr