Author: ffang
Date: Fri Nov 26 08:21:53 2010
New Revision: 1039265
URL: http://svn.apache.org/viewvc?rev=1039265&view=rev
Log:
[SM-2015]servicemix-camel-service-unit archtype generates camel-context.xml
with wrong namespace
Modified:
servicemix/archetypes/trunk/servicemix-camel-service-unit/src/main/resources/archetype-resources/src/main/resources/camel-context.xml
Modified:
servicemix/archetypes/trunk/servicemix-camel-service-unit/src/main/resources/archetype-resources/src/main/resources/camel-context.xml
URL:
http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-camel-service-unit/src/main/resources/archetype-resources/src/main/resources/camel-context.xml?rev=1039265&r1=1039264&r2=1039265&view=diff
==============================================================================
---
servicemix/archetypes/trunk/servicemix-camel-service-unit/src/main/resources/archetype-resources/src/main/resources/camel-context.xml
(original)
+++
servicemix/archetypes/trunk/servicemix-camel-service-unit/src/main/resources/archetype-resources/src/main/resources/camel-context.xml
Fri Nov 26 08:21:53 2010
@@ -4,7 +4,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
- http://activemq.apache.org/camel/schema/spring
http://activemq.apache.org/camel/schema/spring/camel-spring.xsd">
+ http://camel.apache.org/schema/spring
http://camel.apache.org/schema/spring/camel-spring.xsd">
<!--
Camel component provides support for using Apache Camel to provide a
full set
@@ -29,7 +29,7 @@
-->
<camelContext id="camel"
- xmlns="http://activemq.apache.org/camel/schema/spring">
+ xmlns="http://camel.apache.org/schema/spring">
<route>
<from uri="seda:a" />
<to uri="seda:b" />
@@ -37,4 +37,4 @@
</camelContext>
<!-- END SNIPPET: camel -->
-</beans>
\ No newline at end of file
+</beans>