Author: jmesnil
Date: 2009-11-26 11:40:19 -0500 (Thu, 26 Nov 2009)
New Revision: 8419
Modified:
trunk/tests/config/hornetq-jms-for-JMSServerDeployerTest.xml
trunk/tests/config/server-start-stop-jms-config1.xml
trunk/tests/config/server-start-stop-live-jms-config1.xml
Log:
fixed schema for connectors in test configs
Modified: trunk/tests/config/hornetq-jms-for-JMSServerDeployerTest.xml
===================================================================
--- trunk/tests/config/hornetq-jms-for-JMSServerDeployerTest.xml 2009-11-26 16:12:12 UTC
(rev 8418)
+++ trunk/tests/config/hornetq-jms-for-JMSServerDeployerTest.xml 2009-11-26 16:40:19 UTC
(rev 8419)
@@ -9,7 +9,9 @@
<entry name="java:/xyz/tfullConfigurationConnectionFactory"/>
<entry
name="java:/connectionfactories/acme/fullConfigurationConnectionFactory"/>
</entries>
- <connector-ref connector-name="netty"/>
+ <connectors>
+ <connector-ref connector-name="netty"/>
+ </connectors>
<client-failure-check-period>1234</client-failure-check-period>
<call-timeout>5678</call-timeout>
<consumer-window-size>12345</consumer-window-size>
Modified: trunk/tests/config/server-start-stop-jms-config1.xml
===================================================================
--- trunk/tests/config/server-start-stop-jms-config1.xml 2009-11-26 16:12:12 UTC (rev
8418)
+++ trunk/tests/config/server-start-stop-jms-config1.xml 2009-11-26 16:40:19 UTC (rev
8419)
@@ -3,7 +3,9 @@
xsi:schemaLocation="urn:hornetq /schema/hornetq-jms.xsd">
<!--the connection factory used by the example-->
<connection-factory name="ConnectionFactory">
- <connector-ref connector-name="netty-connector"/>
+ <connectors>
+ <connector-ref connector-name="netty-connector"/>
+ </connectors>
<entries>
<entry name="ConnectionFactory"/>
</entries>
Modified: trunk/tests/config/server-start-stop-live-jms-config1.xml
===================================================================
--- trunk/tests/config/server-start-stop-live-jms-config1.xml 2009-11-26 16:12:12 UTC (rev
8418)
+++ trunk/tests/config/server-start-stop-live-jms-config1.xml 2009-11-26 16:40:19 UTC (rev
8419)
@@ -3,7 +3,9 @@
xsi:schemaLocation="urn:hornetq /schema/hornetq-jms.xsd">
<!--the connection factory used by the example-->
<connection-factory name="ConnectionFactory">
- <connector-ref connector-name="netty-connector"/>
+ <connectors>
+ <connector-ref connector-name="netty-connector"/>
+ </connectors>
<entries>
<entry name="ConnectionFactory"/>
</entries>
Show replies by date