You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/08/17 11:08:24 UTC

svn commit: r432186 - /incubator/servicemix/trunk/servicemix-core/src/test/resources/org/apache/servicemix/jbi/nmr/flow/jca/broker.xml

Author: gnodet
Date: Thu Aug 17 02:08:23 2006
New Revision: 432186

URL: http://svn.apache.org/viewvc?rev=432186&view=rev
Log:
Fix incompatibility with spring rc2

Modified:
    incubator/servicemix/trunk/servicemix-core/src/test/resources/org/apache/servicemix/jbi/nmr/flow/jca/broker.xml

Modified: incubator/servicemix/trunk/servicemix-core/src/test/resources/org/apache/servicemix/jbi/nmr/flow/jca/broker.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-core/src/test/resources/org/apache/servicemix/jbi/nmr/flow/jca/broker.xml?rev=432186&r1=432185&r2=432186&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-core/src/test/resources/org/apache/servicemix/jbi/nmr/flow/jca/broker.xml (original)
+++ incubator/servicemix/trunk/servicemix-core/src/test/resources/org/apache/servicemix/jbi/nmr/flow/jca/broker.xml Thu Aug 17 02:08:23 2006
@@ -2,9 +2,9 @@
 
 <!-- this file can only be parsed using the xbean-spring library -->
 <!-- START SNIPPET: xbean -->
-<beans xmlns="http://activemq.org/config/1.0">
+<beans>
 
-  <broker persistent="false" useJmx="false">
+  <broker xmlns="http://activemq.org/config/1.0" persistent="false" useJmx="false">
 
     <transportConnectors>
       <transportConnector uri="tcp://localhost:61216" />