Hi, The bundel not finding the class can have a few causes:
The bundle is not loaded/installed: You can do a "packages:exports | grep -i org.apache.activemq.camel.component” in the console to find out if there is a bundle installed that provides the class you are looking for. If is respods something like "107 org.apache.activemq.camel.component; version=x.x.x”, bundle 107 is exporting this so you should be fine here. Otherwise you can install the feature “activemq-camel” of “camel-activemq” depending on your product version. If the previous step is ok and you still get the same error, probably the package is not imported by your bundle. Old versions of the bundle plugin do not check de spring/blueprint xml files for the necessary imports. You can check this by using the “osgi:headers (bundle number)” command in the console. If the package is not present at the "Import-Package” section, you’ll have to add this import manually. Regards, Wim Verreydt On 24 Apr 2014, at 03:01, lyonn <[email protected]> wrote: > Hello > > Im getting the same error. Could you fix it? > > Regards > > > > -- > View this message in context: > http://servicemix.396122.n5.nabble.com/Camel-Route-and-ActiveMQ-OSGI-not-working-Not-found-from-bundle-tp415174p5720064.html > Sent from the ServiceMix - User mailing list archive at Nabble.com.
