[
https://issues.apache.org/activemq/browse/CAMEL-660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christopher Hunt reopened CAMEL-660:
------------------------------------
Just wondering if any actually tried the instructions on the Wiki and that blog
- it didn't work for me. Instead I had to
osgi install -s mvn:org.apache.geronimo.specs/geronimo-activation_1.1_spec/1.0.2
osgi install -s
mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.stax-api-1.0/1.1.0
osgi install -s
mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxb-api-2.1/1.1.0
osgi install -s
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-impl/2.1.6_1
osgi install -s mvn:org.apache.camel/camel-core/1.5.0
osgi install -s mvn:org.springframework/spring-tx/2.5.5
osgi install -s mvn:org.apache.camel/camel-spring/1.5.0
osgi install -s mvn:org.apache.camel/camel-osgi/1.5.0
#osgi install -s mvn:org.apache.camel/camel-example-osgi/1.5.0
(can also install from the file system of course)
as per the instructions here:
http://servicemix.apache.org/kernel/1-quick-start.html
> camel-example-osgi - documentation and user guide how to install it as a
> bundle and start it etc
> ------------------------------------------------------------------------------------------------
>
> Key: CAMEL-660
> URL: https://issues.apache.org/activemq/browse/CAMEL-660
> Project: Apache Camel
> Issue Type: Improvement
> Components: documentation, examples
> Affects Versions: 1.4.0
> Reporter: Claus Ibsen
> Assignee: Willem Jiang
> Fix For: 1.5.0
>
>
> We should provider better documentation how to try the osgi example. It can
> be a bit tricky to install bundles in an osgi container and start it up, and
> see where it actually logs it output / progress etc.
> And the MANIFEST.MF files on this example looks a bit odd since it doesn't
> import any camel-core or camel-spring related.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.