servicemix-osgi-camel-archetype uses obsolete XML schema namespaces for Camel
-----------------------------------------------------------------------------
Key: SMX4-463
URL: https://issues.apache.org/activemq/browse/SMX4-463
Project: ServiceMix 4
Issue Type: Bug
Affects Versions: 4.1.0
Reporter: Fintan Bolton
Fix For: 4.1.0
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.