Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.2.0
-
None
-
None
Description
The servicemix-osgi-camel-archetype currently generates an incorrect bundle, which does not run when it is deployed into the Felix OSGi container. The nub of the problem is that the archetype's Spring XML file, META-INF/spring/camel-context.xml, uses obsolete namespaces for Camel (e.g. http://activemq.apache.org/camel/schema/osgi instead of http://camel.apache.org//schema/osgi).
See the ServiceMix examples/camel-osgi demo for a correct example of a Spring XML file. This could be used as a model for fixing the Spring file in the archetype.