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.
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.
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