[jboss-cvs] JBossAS SVN: r58634 - in trunk/testsuite/src/resources: aop/scoped/ear1/META-INF aop/scoped/ear2/META-INF jmsra/META-INF mdb/META-INF naming/jar/META-INF recover/stateless/META-INF remote-naming/META-INF threading/META-INF webservice/samples/server-ejb-sec/META-INF webservice/samples/server-jms/META-INF webservice/ws4eesimple-client/META-INF webservice/ws4eesimple-secure-client/META-INF

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Nov 19 16:11:13 EST 2006


Author: alex.loubyansky at jboss.com
Date: 2006-11-19 16:11:01 -0500 (Sun, 19 Nov 2006)
New Revision: 58634

Modified:
   trunk/testsuite/src/resources/aop/scoped/ear1/META-INF/ejb-jar.xml
   trunk/testsuite/src/resources/aop/scoped/ear2/META-INF/ejb-jar.xml
   trunk/testsuite/src/resources/jmsra/META-INF/ejb-jar.xml
   trunk/testsuite/src/resources/mdb/META-INF/ejb-jar.xml
   trunk/testsuite/src/resources/naming/jar/META-INF/ejb-jar.xml
   trunk/testsuite/src/resources/recover/stateless/META-INF/ejb-jar.xml
   trunk/testsuite/src/resources/remote-naming/META-INF/ejb-jar.xml
   trunk/testsuite/src/resources/threading/META-INF/ejb-jar.xml
   trunk/testsuite/src/resources/webservice/samples/server-ejb-sec/META-INF/ejb-jar.xml
   trunk/testsuite/src/resources/webservice/samples/server-jms/META-INF/ejb-jar.xml
   trunk/testsuite/src/resources/webservice/ws4eesimple-client/META-INF/ejb-jar.xml
   trunk/testsuite/src/resources/webservice/ws4eesimple-secure-client/META-INF/ejb-jar.xml
Log:
making ejb-jar's valid

Modified: trunk/testsuite/src/resources/aop/scoped/ear1/META-INF/ejb-jar.xml
===================================================================
--- trunk/testsuite/src/resources/aop/scoped/ear1/META-INF/ejb-jar.xml	2006-11-19 09:58:26 UTC (rev 58633)
+++ trunk/testsuite/src/resources/aop/scoped/ear1/META-INF/ejb-jar.xml	2006-11-19 21:11:01 UTC (rev 58634)
@@ -7,8 +7,8 @@
          <home>org.jboss.test.aop.scoped.ear.ejb.ExampleSessionHome</home>
          <remote>org.jboss.test.aop.scoped.ear.ejb.ExampleSession</remote>
          <ejb-class>org.jboss.test.aop.scoped.ear.ejb.ExampleSessionBean</ejb-class>
+         <session-type>Stateless</session-type>
          <transaction-type>Container</transaction-type>
-         <session-type>Stateless</session-type>
       </session>
     </enterprise-beans>
     <assembly-descriptor>

Modified: trunk/testsuite/src/resources/aop/scoped/ear2/META-INF/ejb-jar.xml
===================================================================
--- trunk/testsuite/src/resources/aop/scoped/ear2/META-INF/ejb-jar.xml	2006-11-19 09:58:26 UTC (rev 58633)
+++ trunk/testsuite/src/resources/aop/scoped/ear2/META-INF/ejb-jar.xml	2006-11-19 21:11:01 UTC (rev 58634)
@@ -7,8 +7,8 @@
          <home>org.jboss.test.aop.scoped.ear.ejb.ExampleSessionHome</home>
          <remote>org.jboss.test.aop.scoped.ear.ejb.ExampleSession</remote>
          <ejb-class>org.jboss.test.aop.scoped.ear.ejb.ExampleSessionBean</ejb-class>
+         <session-type>Stateless</session-type>
          <transaction-type>Container</transaction-type>
-         <session-type>Stateless</session-type>
       </session>
     </enterprise-beans>
     <assembly-descriptor>

Modified: trunk/testsuite/src/resources/jmsra/META-INF/ejb-jar.xml
===================================================================
--- trunk/testsuite/src/resources/jmsra/META-INF/ejb-jar.xml	2006-11-19 09:58:26 UTC (rev 58633)
+++ trunk/testsuite/src/resources/jmsra/META-INF/ejb-jar.xml	2006-11-19 21:11:01 UTC (rev 58634)
@@ -22,6 +22,13 @@
 	 <ejb-class>org.jboss.test.jmsra.bean.PublisherBean</ejb-class>
 	 <session-type>Stateless</session-type>
 	 <transaction-type>Container</transaction-type>
+          <ejb-ref>
+	   <ejb-ref-name>ejb/PublisherCMP</ejb-ref-name>
+	   <ejb-ref-type>Entity</ejb-ref-type>
+	   <home>org.jboss.test.jmsra.bean.PublisherCMPHome</home>
+	   <remote>org.jboss.test.jmsra.bean.PublisherCMP</remote>
+	   <ejb-link>PublisherCMP</ejb-link>
+	 </ejb-ref>
          <resource-ref>
             <description>A Queue ConnectionFactory</description>
             <res-ref-name>jms/MyQueueConnection</res-ref-name>
@@ -34,13 +41,6 @@
             <res-type>javax.jms.Queue</res-type>
             <res-auth>Container</res-auth>
          </resource-ref>
-          <ejb-ref>
-	   <ejb-ref-name>ejb/PublisherCMP</ejb-ref-name>
-	   <ejb-ref-type>Entity</ejb-ref-type>
-	   <home>org.jboss.test.jmsra.bean.PublisherCMPHome</home>
-	   <remote>org.jboss.test.jmsra.bean.PublisherCMP</remote>
-	   <ejb-link>PublisherCMP</ejb-link>
-	 </ejb-ref>
        </session>
        <session>
 	 <display-name>TopicPublisher</display-name>
@@ -50,6 +50,13 @@
 	 <ejb-class>org.jboss.test.jmsra.bean.TopicPublisherBean</ejb-class>
 	 <session-type>Stateless</session-type>
 	 <transaction-type>Container</transaction-type>
+          <ejb-ref>
+	   <ejb-ref-name>ejb/PublisherCMP</ejb-ref-name>
+	   <ejb-ref-type>Entity</ejb-ref-type>
+	   <home>org.jboss.test.jmsra.bean.PublisherCMPHome</home>
+	   <remote>org.jboss.test.jmsra.bean.PublisherCMP</remote>
+	   <ejb-link>PublisherCMP</ejb-link>
+	 </ejb-ref>
          <resource-ref>
             <description>A Topic ConnectionFactory</description>
             <res-ref-name>jms/MyTopicConnection</res-ref-name>
@@ -62,13 +69,6 @@
             <res-type>javax.jms.Topic</res-type>
             <res-auth>Container</res-auth>
          </resource-ref>
-          <ejb-ref>
-	   <ejb-ref-name>ejb/PublisherCMP</ejb-ref-name>
-	   <ejb-ref-type>Entity</ejb-ref-type>
-	   <home>org.jboss.test.jmsra.bean.PublisherCMPHome</home>
-	   <remote>org.jboss.test.jmsra.bean.PublisherCMP</remote>
-	   <ejb-link>PublisherCMP</ejb-link>
-	 </ejb-ref>
        </session>
        <session>
 	 <display-name>QueueRec</display-name>
@@ -110,8 +110,8 @@
        <message-driven>
 	<ejb-name>TopicAdapter</ejb-name>
 	<ejb-class>org.jboss.test.jmsra.bean.TopicAdapter</ejb-class>
+        <transaction-type>Container</transaction-type>
         <message-selector></message-selector>
-        <transaction-type>Container</transaction-type>
         <message-driven-destination>
             <destination-type>javax.jms.Topic</destination-type>
             <subscription-durability>NonDurable</subscription-durability>

Modified: trunk/testsuite/src/resources/mdb/META-INF/ejb-jar.xml
===================================================================
--- trunk/testsuite/src/resources/mdb/META-INF/ejb-jar.xml	2006-11-19 09:58:26 UTC (rev 58633)
+++ trunk/testsuite/src/resources/mdb/META-INF/ejb-jar.xml	2006-11-19 21:11:01 UTC (rev 58634)
@@ -8,8 +8,8 @@
       <message-driven>
 	<ejb-name>ObjectMessageBean</ejb-name>
 	<ejb-class>org.jboss.test.mdb.bean.ObjectMessageBean</ejb-class>
+        <transaction-type>Bean</transaction-type>
         <message-selector></message-selector>
-        <transaction-type>Bean</transaction-type>
         <acknowledge-mode>AUTO_ACKNOWLEDGE</acknowledge-mode>
          <message-driven-destination>
             <destination-type>javax.jms.Queue</destination-type>
@@ -20,8 +20,8 @@
     <message-driven>
 	<ejb-name>BMTTXTimeOutBean</ejb-name>
 	    <ejb-class>org.jboss.test.mdb.bean.TXTimeOutBean</ejb-class>
+         <transaction-type>Bean</transaction-type>
         <message-selector></message-selector>
-         <transaction-type>Bean</transaction-type>
     	<acknowledge-mode>AUTO_ACKNOWLEDGE</acknowledge-mode>
         <message-driven-destination>
             <destination-type>javax.jms.Queue</destination-type>
@@ -32,8 +32,8 @@
     <message-driven>
 	<ejb-name>CMTTXTimeOutBean</ejb-name>
 	    <ejb-class>org.jboss.test.mdb.bean.TXTimeOutBean</ejb-class>
+         <transaction-type>Container</transaction-type>
         <message-selector></message-selector>
-         <transaction-type>Container</transaction-type>
     	<acknowledge-mode>AUTO_ACKNOWLEDGE</acknowledge-mode>
         <message-driven-destination>
             <destination-type>javax.jms.Queue</destination-type>
@@ -45,12 +45,12 @@
       <message-driven>
 	<ejb-name>QueueBean</ejb-name>
 	<ejb-class>org.jboss.test.mdb.bean.QueueBean</ejb-class>
+         <!-- We also have the acknowledge-mode - AUTO_ACKNOWLEDGE | DUPS_OK_AKNOWLEDGE - for bean managed transactions, and the subscription-durability for topic destination types -->
+         <transaction-type>Bean</transaction-type>
 <!--
         <message-selector>JMSType='activityCompletion'</message-selector>
 -->
         <message-selector></message-selector>
-         <!-- We also have the acknowledge-mode - AUTO_ACKNOWLEDGE | DUPS_OK_AKNOWLEDGE - for bean managed transactions, and the subscription-durability for topic destination types -->
-         <transaction-type>Bean</transaction-type>
     <acknowledge-mode>AUTO_ACKNOWLEDGE</acknowledge-mode>
 
         <message-driven-destination>
@@ -65,12 +65,12 @@
       <message-driven>
 	<ejb-name>TopicBean</ejb-name>
 	<ejb-class>org.jboss.test.mdb.bean.TopicBean</ejb-class>
+         <!-- We also have the acknowledge-mode - AUTO_ACKNOWLEDGE | DUPS_OK_AKNOWLEDGE - for bean managed transactions, and the subscription-durability for topic destination types -->
+         <transaction-type>Container</transaction-type>
 <!--
         <message-selector>JMSType='activityCompletion'</message-selector>
 -->
         <message-selector></message-selector>
-         <!-- We also have the acknowledge-mode - AUTO_ACKNOWLEDGE | DUPS_OK_AKNOWLEDGE - for bean managed transactions, and the subscription-durability for topic destination types -->
-         <transaction-type>Container</transaction-type>
     <!-- <acknowledge-mode>AUTO_ACKNOWLEDGE</acknowledge-mode> -->
 
         <message-driven-destination>
@@ -85,12 +85,12 @@
       <message-driven>
 	<ejb-name>DurableTopicBean</ejb-name>
 	<ejb-class>org.jboss.test.mdb.bean.TopicBean</ejb-class>
+         <!-- We also have the acknowledge-mode - AUTO_ACKNOWLEDGE | DUPS_OK_AKNOWLEDGE - for bean managed transactions, and the subscription-durability for topic destination types -->
+         <transaction-type>Container</transaction-type>
 <!--
         <message-selector>JMSType='activityCompletion'</message-selector>
 -->
         <message-selector></message-selector>
-         <!-- We also have the acknowledge-mode - AUTO_ACKNOWLEDGE | DUPS_OK_AKNOWLEDGE - for bean managed transactions, and the subscription-durability for topic destination types -->
-         <transaction-type>Container</transaction-type>
     <!-- <acknowledge-mode>AUTO_ACKNOWLEDGE</acknowledge-mode> -->
 
         <message-driven-destination>
@@ -105,8 +105,8 @@
       <message-driven>
 	<ejb-name>ExQueueBean</ejb-name>
 	<ejb-class>org.jboss.test.mdb.bean.ExQueueBean</ejb-class>
+         <transaction-type>Container</transaction-type>
         <message-selector></message-selector>
-         <transaction-type>Container</transaction-type>
 
         <message-driven-destination>
             <destination-type>javax.jms.Queue</destination-type>
@@ -117,8 +117,8 @@
       <message-driven>
 	<ejb-name>QueueInADifferentContext</ejb-name>
 	<ejb-class>org.jboss.test.mdb.bean.ObjectMessageBean</ejb-class>
+        <transaction-type>Bean</transaction-type>
         <message-selector></message-selector>
-        <transaction-type>Bean</transaction-type>
         <acknowledge-mode>AUTO_ACKNOWLEDGE</acknowledge-mode>
          <message-driven-destination>
             <destination-type>javax.jms.Queue</destination-type>
@@ -129,8 +129,8 @@
       <message-driven>
 	<ejb-name>TopicInADifferentContext</ejb-name>
 	<ejb-class>org.jboss.test.mdb.bean.TopicBean</ejb-class>
+         <transaction-type>Container</transaction-type>
         <message-selector></message-selector>
-         <transaction-type>Container</transaction-type>
         <message-driven-destination>
             <destination-type>javax.jms.Topic</destination-type>
             <subscription-durability>NonDurable</subscription-durability>

Modified: trunk/testsuite/src/resources/naming/jar/META-INF/ejb-jar.xml
===================================================================
--- trunk/testsuite/src/resources/naming/jar/META-INF/ejb-jar.xml	2006-11-19 09:58:26 UTC (rev 58633)
+++ trunk/testsuite/src/resources/naming/jar/META-INF/ejb-jar.xml	2006-11-19 21:11:01 UTC (rev 58634)
@@ -21,9 +21,9 @@
       <session>
          <description>A session bean on looks up stuff in the ENC</description>
          <ejb-name>ENCBean</ejb-name>
-         <ejb-class>org.jboss.test.naming.ejb.TestENCBean</ejb-class>
          <home>org.jboss.test.naming.interfaces.TestENCHome</home>
          <remote>org.jboss.test.naming.interfaces.TestENC</remote>
+         <ejb-class>org.jboss.test.naming.ejb.TestENCBean</ejb-class>
          <session-type>Stateless</session-type>
          <transaction-type>Container</transaction-type>
 
@@ -105,23 +105,23 @@
          <ejb-ref>
             <ejb-ref-name>ejb/bean0</ejb-ref-name>
             <ejb-ref-type>Session</ejb-ref-type>
-            <ejb-link>ENCBean0</ejb-link>
             <home>org.jboss.test.naming.interfaces.TestENCHome2</home>
             <remote>org.jboss.test.naming.interfaces.TestENC</remote>
+            <ejb-link>ENCBean0</ejb-link>
          </ejb-ref>
          <ejb-ref>
             <ejb-ref-name>ejb/bean1</ejb-ref-name>
             <ejb-ref-type>Session</ejb-ref-type>
-            <ejb-link>ENCBean1</ejb-link>
             <home>org.jboss.test.naming.interfaces.TestENCHome</home>
             <remote>org.jboss.test.naming.interfaces.TestENC</remote>
+            <ejb-link>ENCBean1</ejb-link>
          </ejb-ref>
          <ejb-ref>
             <ejb-ref-name>ejb/bean2</ejb-ref-name>
             <ejb-ref-type>Session</ejb-ref-type>
-            <ejb-link>ENCBean2</ejb-link>
             <home>org.jboss.test.naming.interfaces.TestENCHome</home>
             <remote>org.jboss.test.naming.interfaces.TestENC</remote>
+            <ejb-link>ENCBean2</ejb-link>
          </ejb-ref>
          <ejb-ref>
             <ejb-ref-name>ejb/remote-bean</ejb-ref-name>
@@ -202,9 +202,9 @@
       <session>
          <description>Referenced Bean0 Create by TestENCHome2</description>
          <ejb-name>ENCBean0</ejb-name>
-         <ejb-class>org.jboss.test.naming.ejb.TestENCBean</ejb-class>
          <home>org.jboss.test.naming.interfaces.TestENCHome2</home>
          <remote>org.jboss.test.naming.interfaces.TestENC</remote>
+         <ejb-class>org.jboss.test.naming.ejb.TestENCBean</ejb-class>
          <session-type>Stateless</session-type>
          <transaction-type>Container</transaction-type>
          <env-entry>
@@ -217,9 +217,9 @@
       <session>
          <description>Referenced Bean1</description>
          <ejb-name>ENCBean1</ejb-name>
-         <ejb-class>org.jboss.test.naming.ejb.TestENCBean</ejb-class>
          <home>org.jboss.test.naming.interfaces.TestENCHome</home>
          <remote>org.jboss.test.naming.interfaces.TestENC</remote>
+         <ejb-class>org.jboss.test.naming.ejb.TestENCBean</ejb-class>
          <session-type>Stateless</session-type>
          <transaction-type>Container</transaction-type>
          <env-entry>
@@ -233,9 +233,9 @@
          <description>A bean with a JNDI name that cannot be used in a JMX
             ObjectName</description>
          <ejb-name>ENCBean2</ejb-name>
-         <ejb-class>org.jboss.test.naming.ejb.TestENCBean</ejb-class>
          <home>org.jboss.test.naming.interfaces.TestENCHome</home>
          <remote>org.jboss.test.naming.interfaces.TestENC</remote>
+         <ejb-class>org.jboss.test.naming.ejb.TestENCBean</ejb-class>
          <session-type>Stateless</session-type>
          <transaction-type>Container</transaction-type>
          <env-entry>
@@ -248,9 +248,9 @@
       <session>
          <description>A deployment that is secured</description>
          <ejb-name>SecuredENCBean</ejb-name>
-         <ejb-class>org.jboss.test.naming.ejb.TestENCBean</ejb-class>
          <home>org.jboss.test.naming.interfaces.TestENCHome</home>
          <remote>org.jboss.test.naming.interfaces.TestENC</remote>
+         <ejb-class>org.jboss.test.naming.ejb.TestENCBean</ejb-class>
          <session-type>Stateless</session-type>
          <transaction-type>Container</transaction-type>
          <env-entry>

Modified: trunk/testsuite/src/resources/recover/stateless/META-INF/ejb-jar.xml
===================================================================
--- trunk/testsuite/src/resources/recover/stateless/META-INF/ejb-jar.xml	2006-11-19 09:58:26 UTC (rev 58633)
+++ trunk/testsuite/src/resources/recover/stateless/META-INF/ejb-jar.xml	2006-11-19 21:11:01 UTC (rev 58634)
@@ -1,5 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<ejb-jar> 
+
+<ejb-jar version="3.0"
+   xmlns="http://java.sun.com/xml/ns/javaee"
+   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+   xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd">
+
    <description>jBoss test application </description>
    <display-name>Test</display-name>
    <enterprise-beans>

Modified: trunk/testsuite/src/resources/remote-naming/META-INF/ejb-jar.xml
===================================================================
--- trunk/testsuite/src/resources/remote-naming/META-INF/ejb-jar.xml	2006-11-19 09:58:26 UTC (rev 58633)
+++ trunk/testsuite/src/resources/remote-naming/META-INF/ejb-jar.xml	2006-11-19 21:11:01 UTC (rev 58634)
@@ -8,9 +8,9 @@
         <session>
             <description>A remote session bean used by the ENC testsuite</description>
             <ejb-name>RemoteENCBean</ejb-name>
-            <ejb-class>org.jboss.test.naming.ejb.TestENCBean</ejb-class>
             <home>org.jboss.test.naming.interfaces.TestENCHome</home>
             <remote>org.jboss.test.naming.interfaces.TestENC</remote>
+            <ejb-class>org.jboss.test.naming.ejb.TestENCBean</ejb-class>
             <session-type>Stateless</session-type>
             <transaction-type>Container</transaction-type>
         </session>

Modified: trunk/testsuite/src/resources/threading/META-INF/ejb-jar.xml
===================================================================
--- trunk/testsuite/src/resources/threading/META-INF/ejb-jar.xml	2006-11-19 09:58:26 UTC (rev 58633)
+++ trunk/testsuite/src/resources/threading/META-INF/ejb-jar.xml	2006-11-19 21:11:01 UTC (rev 58634)
@@ -11,14 +11,13 @@
 <home>org.jboss.test.threading.interfaces.EJBThreadsHome</home>
 <remote>org.jboss.test.threading.interfaces.EJBThreads</remote>
 <ejb-class>org.jboss.test.threading.ejb.EJBThreadsBean</ejb-class>
-<transaction-type>Container</transaction-type>
 <persistence-type>Container</persistence-type>
 <prim-key-class>java.lang.String</prim-key-class>
-<primkey-field>id</primkey-field>
 <reentrant>False</reentrant>
 <cmp-field>
 <field-name>id</field-name>
 </cmp-field>
+<primkey-field>id</primkey-field>
 </entity>
 </enterprise-beans>
 <assembly-descriptor>

Modified: trunk/testsuite/src/resources/webservice/samples/server-ejb-sec/META-INF/ejb-jar.xml
===================================================================
--- trunk/testsuite/src/resources/webservice/samples/server-ejb-sec/META-INF/ejb-jar.xml	2006-11-19 09:58:26 UTC (rev 58633)
+++ trunk/testsuite/src/resources/webservice/samples/server-ejb-sec/META-INF/ejb-jar.xml	2006-11-19 21:11:01 UTC (rev 58634)
@@ -8,8 +8,8 @@
   <enterprise-beans>
     <session>
       <ejb-name>RoleSecuredSLSB</ejb-name>
+      <home>org.jboss.test.webservice.samples.OrganizationHome</home>
       <remote>org.jboss.test.webservice.samples.OrganizationRemote</remote>
-      <home>org.jboss.test.webservice.samples.OrganizationHome</home>
       <service-endpoint>org.jboss.test.webservice.samples.Organization</service-endpoint>
       <ejb-class>org.jboss.test.webservice.samples.OrganizationEJBEndpoint</ejb-class>
       <session-type>Stateless</session-type>
@@ -20,8 +20,8 @@
     </session>
     <session>
       <ejb-name>BasicSecuredSLSB</ejb-name>
+      <home>org.jboss.test.webservice.samples.OrganizationHome</home>
       <remote>org.jboss.test.webservice.samples.OrganizationRemote</remote>
-      <home>org.jboss.test.webservice.samples.OrganizationHome</home>
       <service-endpoint>org.jboss.test.webservice.samples.Organization</service-endpoint>
       <ejb-class>org.jboss.test.webservice.samples.OrganizationEJBEndpoint</ejb-class>
       <session-type>Stateless</session-type>

Modified: trunk/testsuite/src/resources/webservice/samples/server-jms/META-INF/ejb-jar.xml
===================================================================
--- trunk/testsuite/src/resources/webservice/samples/server-jms/META-INF/ejb-jar.xml	2006-11-19 09:58:26 UTC (rev 58633)
+++ trunk/testsuite/src/resources/webservice/samples/server-jms/META-INF/ejb-jar.xml	2006-11-19 21:11:01 UTC (rev 58634)
@@ -7,8 +7,8 @@
     <message-driven>
       <ejb-name>OrganizationMDB</ejb-name>
       <ejb-class>org.jboss.test.webservice.samples.OrganizationJMSEndpoint</ejb-class>
+      <transaction-type>Container</transaction-type>
       <message-selector></message-selector>
-      <transaction-type>Container</transaction-type>
       <acknowledge-mode>AUTO_ACKNOWLEDGE</acknowledge-mode>
       <message-driven-destination>
         <destination-type>javax.jms.Queue</destination-type>

Modified: trunk/testsuite/src/resources/webservice/ws4eesimple-client/META-INF/ejb-jar.xml
===================================================================
--- trunk/testsuite/src/resources/webservice/ws4eesimple-client/META-INF/ejb-jar.xml	2006-11-19 09:58:26 UTC (rev 58633)
+++ trunk/testsuite/src/resources/webservice/ws4eesimple-client/META-INF/ejb-jar.xml	2006-11-19 21:11:01 UTC (rev 58634)
@@ -4,7 +4,7 @@
   xmlns="http://java.sun.com/xml/ns/j2ee"
   xmlns:intf="http://test.jboss.org/ws4eesimple"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd"
+  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd"
   version="2.1">
 
   <enterprise-beans>

Modified: trunk/testsuite/src/resources/webservice/ws4eesimple-secure-client/META-INF/ejb-jar.xml
===================================================================
--- trunk/testsuite/src/resources/webservice/ws4eesimple-secure-client/META-INF/ejb-jar.xml	2006-11-19 09:58:26 UTC (rev 58633)
+++ trunk/testsuite/src/resources/webservice/ws4eesimple-secure-client/META-INF/ejb-jar.xml	2006-11-19 21:11:01 UTC (rev 58634)
@@ -4,7 +4,7 @@
   xmlns="http://java.sun.com/xml/ns/j2ee"
   xmlns:intf="http://test.jboss.org/ws4eesimple"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd"
+  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd"
   version="2.1">
 
   <enterprise-beans>




More information about the jboss-cvs-commits mailing list