Title: [958] trunk/servicemix-wsnotification/src/test/resources/org/servicemix/ws/notification/jbi-wsn.xml: Clean format of xml
- Revision
- 958
- Author
- gnt
- Date
- 2005-11-28 14:42:39 -0500 (Mon, 28 Nov 2005)
Log Message
Clean format of xml
Modified Paths
Diff
Modified: trunk/servicemix-wsnotification/src/test/resources/org/servicemix/ws/notification/jbi-wsn.xml (957 => 958)
--- trunk/servicemix-wsnotification/src/test/resources/org/servicemix/ws/notification/jbi-wsn.xml 2005-11-28 17:16:21 UTC (rev 957)
+++ trunk/servicemix-wsnotification/src/test/resources/org/servicemix/ws/notification/jbi-wsn.xml 2005-11-28 19:42:39 UTC (rev 958)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns:sm="http://servicemix.org/config/1.0"
- xmlns:jsr181="http://servicemix.org/jsr181/1.0">
+ xmlns:jsr181="http://servicemix.org/jsr181/1.0">
<!-- the JBI container -->
<sm:container id="jbi" embedded="true" monitorInstallationDirectory="false">
@@ -8,24 +8,24 @@
<!-- output using a POJO -->
<sm:activationSpec>
- <sm:component>
- <jsr181:component>
- <jsr181:endpoints>
- <jsr181:endpoint>
- <jsr181:pojo>
- <bean class="org.servicemix.ws.notification.JBINotificationBroker">
- <constructor-arg>
- <bean class="org.activemq.ActiveMQConnectionFactory">
- <property name="brokerURL" value="vm://localhost"/>
- <property name="useEmbeddedBroker" value="true"/>
- <property name="brokerXmlConfig" value="broker-vmpersistence.xml"/>
- </bean>
- </constructor-arg>
- </bean>
- </jsr181:pojo>
- </jsr181:endpoint>
- </jsr181:endpoints>
- </jsr181:component>
+ <sm:component>
+ <jsr181:component>
+ <jsr181:endpoints>
+ <jsr181:endpoint>
+ <jsr181:pojo>
+ <bean class="org.servicemix.ws.notification.JBINotificationBroker">
+ <constructor-arg>
+ <bean class="org.activemq.ActiveMQConnectionFactory">
+ <property name="brokerURL" value="vm://localhost"/>
+ <property name="useEmbeddedBroker" value="true"/>
+ <property name="brokerXmlConfig" value="broker-vmpersistence.xml"/>
+ </bean>
+ </constructor-arg>
+ </bean>
+ </jsr181:pojo>
+ </jsr181:endpoint>
+ </jsr181:endpoints>
+ </jsr181:component>
</sm:component>
</sm:activationSpec>