[jboss-svn-commits] JBL Code SVN: r37491 - in labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS: WS-T/tests/dd/META-INF and 3 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Sep 28 09:02:09 EDT 2011


Author: paul.robinson
Date: 2011-09-28 09:02:09 -0400 (Wed, 28 Sep 2011)
New Revision: 37491

Modified:
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-C/tests/dd/META-INF/jboss-beans.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-T/tests/dd/META-INF/jboss-beans.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSTX/tests/dd/META-INF/jboss-beans.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/sar/META-INF/xts-jboss-beans.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/sar/META-INF/xts11-jboss-beans.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/sar/tests/dd/META-INF/jboss-beans.xml
Log:
JBTM-900

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-C/tests/dd/META-INF/jboss-beans.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-C/tests/dd/META-INF/jboss-beans.xml	2011-09-28 13:00:54 UTC (rev 37490)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-C/tests/dd/META-INF/jboss-beans.xml	2011-09-28 13:02:09 UTC (rev 37491)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<deployment xmlns="urn:jboss:bean-deployer:2.0">
+<deployment xmlns="urn:jboss:pojo:7.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:jboss:pojo:7.0 jboss-pojo_7_0.xsd">
 
     <!-- bean to declare the dependency of the test code on the XTS code  -->
     <bean name="WSCTestBean" class="java.lang.Object">
        <depends>jboss.web:service=WebServer</depends>
    </bean>
 
-</deployment>
\ No newline at end of file
+</deployment>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-T/tests/dd/META-INF/jboss-beans.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-T/tests/dd/META-INF/jboss-beans.xml	2011-09-28 13:00:54 UTC (rev 37490)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-T/tests/dd/META-INF/jboss-beans.xml	2011-09-28 13:02:09 UTC (rev 37491)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<deployment xmlns="urn:jboss:bean-deployer:2.0">
+<deployment xmlns="urn:jboss:pojo:7.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:jboss:pojo:7.0 jboss-pojo_7_0.xsd">
 
     <!-- bean to declare the dependency of the test code on the XTS code  -->
     <bean name="WSTTestBean" class="java.lang.Object">
        <depends>jboss.web:service=WebServer</depends>
    </bean>
 
-</deployment>
\ No newline at end of file
+</deployment>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSTX/tests/dd/META-INF/jboss-beans.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSTX/tests/dd/META-INF/jboss-beans.xml	2011-09-28 13:00:54 UTC (rev 37490)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSTX/tests/dd/META-INF/jboss-beans.xml	2011-09-28 13:02:09 UTC (rev 37491)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<deployment xmlns="urn:jboss:bean-deployer:2.0">
+<deployment xmlns="urn:jboss:pojo:7.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:jboss:pojo:7.0 jboss-pojo_7_0.xsd">
 
     <!-- bean to declare the dependency of the test code on the XTS code  -->
     <bean name="WSTXTestBean" class="java.lang.Object">
        <depends>jboss.web:service=WebServer</depends>
    </bean>
 
-</deployment>
\ No newline at end of file
+</deployment>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/sar/META-INF/xts-jboss-beans.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/sar/META-INF/xts-jboss-beans.xml	2011-09-28 13:00:54 UTC (rev 37490)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/sar/META-INF/xts-jboss-beans.xml	2011-09-28 13:02:09 UTC (rev 37491)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<deployment xmlns="urn:jboss:bean-deployer:2.0">
+<deployment xmlns="urn:jboss:pojo:7.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:jboss:pojo:7.0 jboss-pojo_7_0.xsd">
 
     <!-- XTS 1.1 and 1.0 configuration beans  -->
 
@@ -379,4 +379,4 @@
        <depends>XTS:XTSEnvironmentBean</depends>
    </bean>
 
-</deployment>
\ No newline at end of file
+</deployment>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/sar/META-INF/xts11-jboss-beans.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/sar/META-INF/xts11-jboss-beans.xml	2011-09-28 13:00:54 UTC (rev 37490)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/sar/META-INF/xts11-jboss-beans.xml	2011-09-28 13:02:09 UTC (rev 37491)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<deployment xmlns="urn:jboss:bean-deployer:2.0">
+<deployment xmlns="urn:jboss:pojo:7.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:jboss:pojo:7.0 jboss-pojo_7_0.xsd">
 
     <!-- XTS 1.1 configuration beans  -->
 
@@ -311,4 +311,4 @@
        <depends>XTS:XTSEnvironmentBean</depends>
    </bean>
 
-</deployment>
\ No newline at end of file
+</deployment>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/sar/tests/dd/META-INF/jboss-beans.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/sar/tests/dd/META-INF/jboss-beans.xml	2011-09-28 13:00:54 UTC (rev 37490)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/sar/tests/dd/META-INF/jboss-beans.xml	2011-09-28 13:02:09 UTC (rev 37491)
@@ -20,7 +20,7 @@
   (C) 2009,
   @author JBoss Inc.
 -->
-<deployment xmlns="urn:jboss:bean-deployer:2.0">
+<deployment xmlns="urn:jboss:pojo:7.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:jboss:pojo:7.0 jboss-pojo_7_0.xsd">
 
    <!-- a bean which creates a thread to run  one of the various XTS integration tests -->
    <bean name="XTSServiceTestRunner" class="org.jboss.jbossts.xts.servicetests.bean.XTSServiceTestRunnerBean">



More information about the jboss-svn-commits mailing list