Did the jetty.xml file get copied as-is from the older version of ActiveMQ?
It looks like the exception is complaining that jetty.xml is specifying the
use of a method that doesn't exist.
Here's the method error:
NoSuchMethodError:
org.osgi.framework.FrameworkUtil.getBundle(Ljava/lang/Class;)Lorg/osgi/framework/Bundle;
That method translates to the following signature in the
"org.osgi.framework.FrameworkUtil" class:
org.osgi.framework.Bundle getBundle(Class clazz)
Most likely the version of that class changed and that method signature
doesn't exist in the new version.
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Camel-error-in-activemq-5-10-0-tp4686668p4686674.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.