Description
1. Installed apache-camel 2.0.0-psc-01-00M2.
2. Applied the attached patch on the samples.
3. Compile the sample (camel-example-guice-jms) using "mvn compile" command
4. Install the camel sample into repository using "mvn install" command
5. Started the servicemix server
6. Installed below bundles into servicemix
osgi:install wrap:org.apache.activemq/activemq-camel/5.3.1.0M1-fuse
features:install camel-guice
osgi:install wrap:mvn:org.apache.camel/camel-example-guice-jms/2.0.0-psc-01-00M2
7. Start the bundles and observed that below exception is shown in the karaf console.
Exception in org.apache.camel.example.guice.jms.MyActivator.start() of bundle org.apache.camel.camel-example-guice-jms.
Attachments
Attachments
Issue Links
- depends upon
-
CAMEL-2225 Add the CamelContext configure method in Module for extension
- Closed