[jboss-cvs] JBossAS SVN: r67014 - in trunk/ejb3/src/resources/test/appclient: simpleresource and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 13 08:04:30 EST 2007


Author: adrian at jboss.org
Date: 2007-11-13 08:04:29 -0500 (Tue, 13 Nov 2007)
New Revision: 67014

Modified:
   trunk/ejb3/src/resources/test/appclient/application-client.xml
   trunk/ejb3/src/resources/test/appclient/simpleresource/application-client.xml
Log:
[EJBTHREE-1107] - Fix the application-client.xml

Modified: trunk/ejb3/src/resources/test/appclient/application-client.xml
===================================================================
--- trunk/ejb3/src/resources/test/appclient/application-client.xml	2007-11-13 12:52:00 UTC (rev 67013)
+++ trunk/ejb3/src/resources/test/appclient/application-client.xml	2007-11-13 13:04:29 UTC (rev 67014)
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <application-client 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/j2ee
+                    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
                     http://java.sun.com/xml/ns/javaee/application-client_5.xsd"
                     version="5" id="appclient-test">
+	<description>application client unit test</description>
 	<display-name>appclient-test-client</display-name>
-	<description>application client unit test</description>
 
 	<env-entry>
 		<env-entry-name>msg</env-entry-name>

Modified: trunk/ejb3/src/resources/test/appclient/simpleresource/application-client.xml
===================================================================
--- trunk/ejb3/src/resources/test/appclient/simpleresource/application-client.xml	2007-11-13 12:52:00 UTC (rev 67013)
+++ trunk/ejb3/src/resources/test/appclient/simpleresource/application-client.xml	2007-11-13 13:04:29 UTC (rev 67014)
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <application-client 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/j2ee
+                    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
                     http://java.sun.com/xml/ns/javaee/application-client_5.xsd"
                     version="5">
+	<description>application client unit test</description>
 	<display-name>appclient-simpleresource-client</display-name>
-	<description>application client unit test</description>
 
 	<env-entry>
 		<env-entry-name>msg</env-entry-name>




More information about the jboss-cvs-commits mailing list