[hornetq-commits] JBoss hornetq SVN: r10346 - in branches/Branch_2_2_EAP/examples/javaee: jca-config/server and 14 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Mar 18 08:10:56 EDT 2011


Author: ataylor
Date: 2011-03-18 08:10:55 -0400 (Fri, 18 Mar 2011)
New Revision: 10346

Modified:
   branches/Branch_2_2_EAP/examples/javaee/ejb-jms-transaction/server/hornetq-configuration.xml
   branches/Branch_2_2_EAP/examples/javaee/jca-config/server/hornetq-configuration.xml
   branches/Branch_2_2_EAP/examples/javaee/jca-config/server2/hornetq-configuration.xml
   branches/Branch_2_2_EAP/examples/javaee/jca-remote/server/hornetq-configuration.xml
   branches/Branch_2_2_EAP/examples/javaee/jca-remote/server0/hornetq-configuration.xml
   branches/Branch_2_2_EAP/examples/javaee/jms-bridge/server/hornetq-configuration.xml
   branches/Branch_2_2_EAP/examples/javaee/mdb-bmt/server/hornetq-configuration.xml
   branches/Branch_2_2_EAP/examples/javaee/mdb-cmt-setrollbackonly/server/hornetq-configuration.xml
   branches/Branch_2_2_EAP/examples/javaee/mdb-cmt-tx-local/server/hornetq-configuration.xml
   branches/Branch_2_2_EAP/examples/javaee/mdb-cmt-tx-not-supported/server/hornetq-configuration.xml
   branches/Branch_2_2_EAP/examples/javaee/mdb-cmt-tx-required/server/hornetq-configuration.xml
   branches/Branch_2_2_EAP/examples/javaee/mdb-message-selector/server/hornetq-configuration.xml
   branches/Branch_2_2_EAP/examples/javaee/mdb-tx-send/server/hornetq-configuration.xml
   branches/Branch_2_2_EAP/examples/javaee/servlet-ssl/server/hornetq-configuration.xml
   branches/Branch_2_2_EAP/examples/javaee/servlet-transport/server/hornetq-configuration.xml
   branches/Branch_2_2_EAP/examples/javaee/xarecovery/server/hornetq-configuration.xml
Log:
fixed javaee examples

Modified: branches/Branch_2_2_EAP/examples/javaee/ejb-jms-transaction/server/hornetq-configuration.xml
===================================================================
--- branches/Branch_2_2_EAP/examples/javaee/ejb-jms-transaction/server/hornetq-configuration.xml	2011-03-18 12:08:16 UTC (rev 10345)
+++ branches/Branch_2_2_EAP/examples/javaee/ejb-jms-transaction/server/hornetq-configuration.xml	2011-03-18 12:10:55 UTC (rev 10346)
@@ -2,6 +2,11 @@
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd">
 
+   <!--  Don't change this name.
+         This is used by the dependency framework on the deployers,
+         to make sure this deployment is done before any other deployment -->
+   <name>HornetQ.main.config</name>
+
    <bindings-directory>${jboss.server.data.dir}/messaging/bindings</bindings-directory>
 
    <journal-directory>${jboss.server.data.dir}/messaging/journal</journal-directory>

Modified: branches/Branch_2_2_EAP/examples/javaee/jca-config/server/hornetq-configuration.xml
===================================================================
--- branches/Branch_2_2_EAP/examples/javaee/jca-config/server/hornetq-configuration.xml	2011-03-18 12:08:16 UTC (rev 10345)
+++ branches/Branch_2_2_EAP/examples/javaee/jca-config/server/hornetq-configuration.xml	2011-03-18 12:10:55 UTC (rev 10346)
@@ -2,6 +2,12 @@
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd">
 
+   <!--  Don't change this name.
+         This is used by the dependency framework on the deployers,
+         to make sure this deployment is done before any other deployment -->
+   <name>HornetQ.main.config</name>
+
+
    <bindings-directory>${jboss.server.data.dir}/messaging/bindings</bindings-directory>
 
    <journal-directory>${jboss.server.data.dir}/messaging/journal</journal-directory>

Modified: branches/Branch_2_2_EAP/examples/javaee/jca-config/server2/hornetq-configuration.xml
===================================================================
--- branches/Branch_2_2_EAP/examples/javaee/jca-config/server2/hornetq-configuration.xml	2011-03-18 12:08:16 UTC (rev 10345)
+++ branches/Branch_2_2_EAP/examples/javaee/jca-config/server2/hornetq-configuration.xml	2011-03-18 12:10:55 UTC (rev 10346)
@@ -10,6 +10,12 @@
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd">
 
+   <!--  Don't change this name.
+         This is used by the dependency framework on the deployers,
+         to make sure this deployment is done before any other deployment -->
+   <name>HornetQ.main.config</name>
+
+
    <bindings-directory>${jboss.server.data.dir}/messaging/bindings</bindings-directory>
 
    <journal-directory>${jboss.server.data.dir}/messaging/journal</journal-directory>

Modified: branches/Branch_2_2_EAP/examples/javaee/jca-remote/server/hornetq-configuration.xml
===================================================================
--- branches/Branch_2_2_EAP/examples/javaee/jca-remote/server/hornetq-configuration.xml	2011-03-18 12:08:16 UTC (rev 10345)
+++ branches/Branch_2_2_EAP/examples/javaee/jca-remote/server/hornetq-configuration.xml	2011-03-18 12:10:55 UTC (rev 10346)
@@ -15,6 +15,12 @@
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd">
 
+   <!--  Don't change this name.
+         This is used by the dependency framework on the deployers,
+         to make sure this deployment is done before any other deployment -->
+   <name>HornetQ.main.config</name>
+
+
    <bindings-directory>${jboss.server.data.dir}/messaging/bindings</bindings-directory>
 
    <journal-directory>${jboss.server.data.dir}/messaging/journal</journal-directory>

Modified: branches/Branch_2_2_EAP/examples/javaee/jca-remote/server0/hornetq-configuration.xml
===================================================================
--- branches/Branch_2_2_EAP/examples/javaee/jca-remote/server0/hornetq-configuration.xml	2011-03-18 12:08:16 UTC (rev 10345)
+++ branches/Branch_2_2_EAP/examples/javaee/jca-remote/server0/hornetq-configuration.xml	2011-03-18 12:10:55 UTC (rev 10346)
@@ -15,6 +15,12 @@
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd">
 
+   <!--  Don't change this name.
+         This is used by the dependency framework on the deployers,
+         to make sure this deployment is done before any other deployment -->
+   <name>HornetQ.main.config</name>
+
+
    <!-- Connectors -->
 
    <connectors>

Modified: branches/Branch_2_2_EAP/examples/javaee/jms-bridge/server/hornetq-configuration.xml
===================================================================
--- branches/Branch_2_2_EAP/examples/javaee/jms-bridge/server/hornetq-configuration.xml	2011-03-18 12:08:16 UTC (rev 10345)
+++ branches/Branch_2_2_EAP/examples/javaee/jms-bridge/server/hornetq-configuration.xml	2011-03-18 12:10:55 UTC (rev 10346)
@@ -2,6 +2,12 @@
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd">
 
+   <!--  Don't change this name.
+         This is used by the dependency framework on the deployers,
+         to make sure this deployment is done before any other deployment -->
+   <name>HornetQ.main.config</name>
+
+
    <!-- Connectors -->
    <connectors>
       <connector name="netty">

Modified: branches/Branch_2_2_EAP/examples/javaee/mdb-bmt/server/hornetq-configuration.xml
===================================================================
--- branches/Branch_2_2_EAP/examples/javaee/mdb-bmt/server/hornetq-configuration.xml	2011-03-18 12:08:16 UTC (rev 10345)
+++ branches/Branch_2_2_EAP/examples/javaee/mdb-bmt/server/hornetq-configuration.xml	2011-03-18 12:10:55 UTC (rev 10346)
@@ -2,6 +2,12 @@
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd">
 
+   <!--  Don't change this name.
+         This is used by the dependency framework on the deployers,
+         to make sure this deployment is done before any other deployment -->
+   <name>HornetQ.main.config</name>
+
+
    <bindings-directory>${jboss.server.data.dir}/messaging/bindings</bindings-directory>
 
    <journal-directory>${jboss.server.data.dir}/messaging/journal</journal-directory>

Modified: branches/Branch_2_2_EAP/examples/javaee/mdb-cmt-setrollbackonly/server/hornetq-configuration.xml
===================================================================
--- branches/Branch_2_2_EAP/examples/javaee/mdb-cmt-setrollbackonly/server/hornetq-configuration.xml	2011-03-18 12:08:16 UTC (rev 10345)
+++ branches/Branch_2_2_EAP/examples/javaee/mdb-cmt-setrollbackonly/server/hornetq-configuration.xml	2011-03-18 12:10:55 UTC (rev 10346)
@@ -2,6 +2,12 @@
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd">
 
+   <!--  Don't change this name.
+         This is used by the dependency framework on the deployers,
+         to make sure this deployment is done before any other deployment -->
+   <name>HornetQ.main.config</name>
+
+
    <bindings-directory>${jboss.server.data.dir}/messaging/bindings</bindings-directory>
 
    <journal-directory>${jboss.server.data.dir}/messaging/journal</journal-directory>

Modified: branches/Branch_2_2_EAP/examples/javaee/mdb-cmt-tx-local/server/hornetq-configuration.xml
===================================================================
--- branches/Branch_2_2_EAP/examples/javaee/mdb-cmt-tx-local/server/hornetq-configuration.xml	2011-03-18 12:08:16 UTC (rev 10345)
+++ branches/Branch_2_2_EAP/examples/javaee/mdb-cmt-tx-local/server/hornetq-configuration.xml	2011-03-18 12:10:55 UTC (rev 10346)
@@ -2,6 +2,12 @@
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd">
 
+   <!--  Don't change this name.
+         This is used by the dependency framework on the deployers,
+         to make sure this deployment is done before any other deployment -->
+   <name>HornetQ.main.config</name>
+
+
    <bindings-directory>${jboss.server.data.dir}/messaging/bindings</bindings-directory>
 
    <journal-directory>${jboss.server.data.dir}/messaging/journal</journal-directory>

Modified: branches/Branch_2_2_EAP/examples/javaee/mdb-cmt-tx-not-supported/server/hornetq-configuration.xml
===================================================================
--- branches/Branch_2_2_EAP/examples/javaee/mdb-cmt-tx-not-supported/server/hornetq-configuration.xml	2011-03-18 12:08:16 UTC (rev 10345)
+++ branches/Branch_2_2_EAP/examples/javaee/mdb-cmt-tx-not-supported/server/hornetq-configuration.xml	2011-03-18 12:10:55 UTC (rev 10346)
@@ -2,6 +2,12 @@
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd">
 
+   <!--  Don't change this name.
+         This is used by the dependency framework on the deployers,
+         to make sure this deployment is done before any other deployment -->
+   <name>HornetQ.main.config</name>
+
+
    <bindings-directory>${jboss.server.data.dir}/messaging/bindings</bindings-directory>
 
    <journal-directory>${jboss.server.data.dir}/messaging/journal</journal-directory>

Modified: branches/Branch_2_2_EAP/examples/javaee/mdb-cmt-tx-required/server/hornetq-configuration.xml
===================================================================
--- branches/Branch_2_2_EAP/examples/javaee/mdb-cmt-tx-required/server/hornetq-configuration.xml	2011-03-18 12:08:16 UTC (rev 10345)
+++ branches/Branch_2_2_EAP/examples/javaee/mdb-cmt-tx-required/server/hornetq-configuration.xml	2011-03-18 12:10:55 UTC (rev 10346)
@@ -2,6 +2,12 @@
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd">
 
+   <!--  Don't change this name.
+         This is used by the dependency framework on the deployers,
+         to make sure this deployment is done before any other deployment -->
+   <name>HornetQ.main.config</name>
+
+
    <bindings-directory>${jboss.server.data.dir}/messaging/bindings</bindings-directory>
 
    <journal-directory>${jboss.server.data.dir}/messaging/journal</journal-directory>

Modified: branches/Branch_2_2_EAP/examples/javaee/mdb-message-selector/server/hornetq-configuration.xml
===================================================================
--- branches/Branch_2_2_EAP/examples/javaee/mdb-message-selector/server/hornetq-configuration.xml	2011-03-18 12:08:16 UTC (rev 10345)
+++ branches/Branch_2_2_EAP/examples/javaee/mdb-message-selector/server/hornetq-configuration.xml	2011-03-18 12:10:55 UTC (rev 10346)
@@ -2,6 +2,12 @@
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd">
 
+   <!--  Don't change this name.
+         This is used by the dependency framework on the deployers,
+         to make sure this deployment is done before any other deployment -->
+   <name>HornetQ.main.config</name>
+
+
    <bindings-directory>${jboss.server.data.dir}/messaging/bindings</bindings-directory>
 
    <journal-directory>${jboss.server.data.dir}/messaging/journal</journal-directory>

Modified: branches/Branch_2_2_EAP/examples/javaee/mdb-tx-send/server/hornetq-configuration.xml
===================================================================
--- branches/Branch_2_2_EAP/examples/javaee/mdb-tx-send/server/hornetq-configuration.xml	2011-03-18 12:08:16 UTC (rev 10345)
+++ branches/Branch_2_2_EAP/examples/javaee/mdb-tx-send/server/hornetq-configuration.xml	2011-03-18 12:10:55 UTC (rev 10346)
@@ -2,6 +2,12 @@
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd">
 
+   <!--  Don't change this name.
+         This is used by the dependency framework on the deployers,
+         to make sure this deployment is done before any other deployment -->
+   <name>HornetQ.main.config</name>
+
+
    <bindings-directory>${jboss.server.data.dir}/messaging/bindings</bindings-directory>
 
    <journal-directory>${jboss.server.data.dir}/messaging/journal</journal-directory>

Modified: branches/Branch_2_2_EAP/examples/javaee/servlet-ssl/server/hornetq-configuration.xml
===================================================================
--- branches/Branch_2_2_EAP/examples/javaee/servlet-ssl/server/hornetq-configuration.xml	2011-03-18 12:08:16 UTC (rev 10345)
+++ branches/Branch_2_2_EAP/examples/javaee/servlet-ssl/server/hornetq-configuration.xml	2011-03-18 12:10:55 UTC (rev 10346)
@@ -2,6 +2,12 @@
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd">
 
+   <!--  Don't change this name.
+         This is used by the dependency framework on the deployers,
+         to make sure this deployment is done before any other deployment -->
+   <name>HornetQ.main.config</name>
+
+
    <bindings-directory>${jboss.server.data.dir}/messaging/bindings</bindings-directory>
 
    <journal-directory>${jboss.server.data.dir}/messaging/journal</journal-directory>

Modified: branches/Branch_2_2_EAP/examples/javaee/servlet-transport/server/hornetq-configuration.xml
===================================================================
--- branches/Branch_2_2_EAP/examples/javaee/servlet-transport/server/hornetq-configuration.xml	2011-03-18 12:08:16 UTC (rev 10345)
+++ branches/Branch_2_2_EAP/examples/javaee/servlet-transport/server/hornetq-configuration.xml	2011-03-18 12:10:55 UTC (rev 10346)
@@ -2,6 +2,12 @@
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd">
 
+   <!--  Don't change this name.
+         This is used by the dependency framework on the deployers,
+         to make sure this deployment is done before any other deployment -->
+   <name>HornetQ.main.config</name>
+
+
    <bindings-directory>${jboss.server.data.dir}/messaging/bindings</bindings-directory>
 
    <journal-directory>${jboss.server.data.dir}/messaging/journal</journal-directory>

Modified: branches/Branch_2_2_EAP/examples/javaee/xarecovery/server/hornetq-configuration.xml
===================================================================
--- branches/Branch_2_2_EAP/examples/javaee/xarecovery/server/hornetq-configuration.xml	2011-03-18 12:08:16 UTC (rev 10345)
+++ branches/Branch_2_2_EAP/examples/javaee/xarecovery/server/hornetq-configuration.xml	2011-03-18 12:10:55 UTC (rev 10346)
@@ -2,6 +2,12 @@
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd">
 
+   <!--  Don't change this name.
+         This is used by the dependency framework on the deployers,
+         to make sure this deployment is done before any other deployment -->
+   <name>HornetQ.main.config</name>
+
+
    <bindings-directory>${jboss.server.data.dir}/messaging/bindings</bindings-directory>
 
    <journal-directory>${jboss.server.data.dir}/messaging/journal</journal-directory>



More information about the hornetq-commits mailing list