Author: ffang
Date: Mon Dec 26 08:13:39 2011
New Revision: 1224691
URL: http://svn.apache.org/viewvc?rev=1224691&view=rev
Log:
[SM-2140]amq namespace is out-of-date in servicemix-jms-service-unit archetype
Modified:
servicemix/archetypes/trunk/servicemix-jms-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
Modified:
servicemix/archetypes/trunk/servicemix-jms-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
URL:
http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-jms-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml?rev=1224691&r1=1224690&r2=1224691&view=diff
==============================================================================
---
servicemix/archetypes/trunk/servicemix-jms-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
(original)
+++
servicemix/archetypes/trunk/servicemix-jms-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
Mon Dec 26 08:13:39 2011
@@ -2,13 +2,13 @@
<!-- Generated by Apache ServiceMix Archetype -->
<beans xmlns:jms="http://servicemix.apache.org/jms/1.0"
xmlns:replaceMe="http://servicemix.apache.org/replaceMe"
- xmlns:amq="http://activemq.org/config/1.0"
+ xmlns:amq="http://activemq.apache.org/schema/core"
xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://servicemix.apache.org/jms/1.0
http://servicemix.apache.org/schema/servicemix-jms-@{components.version}.xsd
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
- http://activemq.org/config/1.0
http://activemq.apache.org/schema/core/activemq-core-@{activemq.version}.xsd">
+ http://activemq.apache.org/schema/core
http://activemq.apache.org/schema/core/activemq-core-@{activemq.version}.xsd">
<!--
The ServiceMix JMS component integrates JMS in the JBI bus.