Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
archetypes-2010.01
-
None
-
operating system : Ubuntu linux 10.04
Servicemix version : 3.3.2
Description
While generating servicemix camel service unit through maven archtype, the XML namespaces follows camel 1.0 convention whereas it should follow camel 2.0 namespace
deploying in servicemix throws "unrecognized namespace" error
http://activemq.apache.org/camel/schema/spring
should be changed to
http://camel.apache.org/schema/spring
and
http://activemq.apache.org/camel/schema/spring/camel-spring.xsd
should be changed to
http://camel.apache.org/schema/spring/camel-spring.xsd
Please check following link describing the issue :
http://camel.apache.org/exception-beandefinitionstoreexception.html