Author: jstrachan
Date: Sun Jul 23 02:49:43 2006
New Revision: 424696

URL: http://svn.apache.org/viewvc?rev=424696&view=rev
Log:
fixed bad namespace usages that was causing some test cases to fail

Modified:
    
incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/reconnect-broker1.xml
    
incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/reconnect-broker2.xml
    
incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/ssh-reconnect-broker1.xml
    
incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/ssh-reconnect-broker2.xml

Modified: 
incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/reconnect-broker1.xml
URL: 
http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/reconnect-broker1.xml?rev=424696&r1=424695&r2=424696&view=diff
==============================================================================
--- 
incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/reconnect-broker1.xml
 (original)
+++ 
incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/reconnect-broker1.xml
 Sun Jul 23 02:49:43 2006
@@ -14,10 +14,10 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<beans xmlns="http://activemq.org/config/1.0";>
+<beans>
   <bean 
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
 
-  <broker brokerName="broker1" persistent="false" useShutdownHook="false" 
useJmx="false">
+  <broker brokerName="broker1" persistent="false" useShutdownHook="false" 
useJmx="false"  xmlns="http://activemq.org/config/1.0";>
 
     <transportConnectors>
       <transportConnector uri="tcp://localhost:61616"/>

Modified: 
incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/reconnect-broker2.xml
URL: 
http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/reconnect-broker2.xml?rev=424696&r1=424695&r2=424696&view=diff
==============================================================================
--- 
incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/reconnect-broker2.xml
 (original)
+++ 
incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/reconnect-broker2.xml
 Sun Jul 23 02:49:43 2006
@@ -14,10 +14,10 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<beans xmlns="http://activemq.org/config/1.0";>
+<beans>
   <bean 
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
 
-  <broker brokerName="broker2" persistent="false" useShutdownHook="false" 
useJmx="false">
+  <broker brokerName="broker2" persistent="false" useShutdownHook="false" 
useJmx="false" xmlns="http://activemq.org/config/1.0";>
 
     <transportConnectors>
       <transportConnector uri="tcp://localhost:61617"/>

Modified: 
incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/ssh-reconnect-broker1.xml
URL: 
http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/ssh-reconnect-broker1.xml?rev=424696&r1=424695&r2=424696&view=diff
==============================================================================
--- 
incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/ssh-reconnect-broker1.xml
 (original)
+++ 
incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/ssh-reconnect-broker1.xml
 Sun Jul 23 02:49:43 2006
@@ -14,10 +14,10 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<beans xmlns="http://activemq.org/config/1.0";>
+<beans>
   <bean 
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
 
-  <broker brokerName="broker1" persistent="false" useShutdownHook="false" 
useJmx="false">
+  <broker brokerName="broker1" persistent="false" useShutdownHook="false" 
useJmx="false" xmlns="http://activemq.org/config/1.0";>
 
     <transportConnectors>
       <transportConnector uri="tcp://localhost:61616"/>

Modified: 
incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/ssh-reconnect-broker2.xml
URL: 
http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/ssh-reconnect-broker2.xml?rev=424696&r1=424695&r2=424696&view=diff
==============================================================================
--- 
incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/ssh-reconnect-broker2.xml
 (original)
+++ 
incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/ssh-reconnect-broker2.xml
 Sun Jul 23 02:49:43 2006
@@ -14,10 +14,10 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<beans xmlns="http://activemq.org/config/1.0";>
+<beans>
   <bean 
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
 
-  <broker brokerName="broker2" persistent="false" useShutdownHook="false" 
useJmx="false">
+  <broker brokerName="broker2" persistent="false" useShutdownHook="false" 
useJmx="false" xmlns="http://activemq.org/config/1.0";>
 
     <transportConnectors>
       <transportConnector uri="tcp://localhost:61617"/>


Reply via email to