[jboss-cvs] JBossAS SVN: r82798 - projects/ejb3/trunk/testsuite/src/test/resources/test/ejbthree1671/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 13 05:37:50 EST 2009


Author: jaikiran
Date: 2009-01-13 05:37:49 -0500 (Tue, 13 Jan 2009)
New Revision: 82798

Modified:
   projects/ejb3/trunk/testsuite/src/test/resources/test/ejbthree1671/META-INF/application.xml
   projects/ejb3/trunk/testsuite/src/test/resources/test/ejbthree1671/META-INF/jboss-app.xml
Log:
Added the doctype/xsd declaration to the deployment descriptors to ensure the DDValidationUnitTestCase passes

Modified: projects/ejb3/trunk/testsuite/src/test/resources/test/ejbthree1671/META-INF/application.xml
===================================================================
--- projects/ejb3/trunk/testsuite/src/test/resources/test/ejbthree1671/META-INF/application.xml	2009-01-13 10:21:26 UTC (rev 82797)
+++ projects/ejb3/trunk/testsuite/src/test/resources/test/ejbthree1671/META-INF/application.xml	2009-01-13 10:37:49 UTC (rev 82798)
@@ -1,6 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<application>
+<application 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/application_5.xsd"
+	      version="5">
+	      
    <display-name>EJBTHREE-1671 Resource injection of application specific type</display-name>
    <module>
       <ejb>ejbthree1671.jar</ejb>

Modified: projects/ejb3/trunk/testsuite/src/test/resources/test/ejbthree1671/META-INF/jboss-app.xml
===================================================================
--- projects/ejb3/trunk/testsuite/src/test/resources/test/ejbthree1671/META-INF/jboss-app.xml	2009-01-13 10:21:26 UTC (rev 82797)
+++ projects/ejb3/trunk/testsuite/src/test/resources/test/ejbthree1671/META-INF/jboss-app.xml	2009-01-13 10:37:49 UTC (rev 82798)
@@ -1,4 +1,8 @@
 <?xml version='1.0' encoding='UTF-8' ?>
+<!DOCTYPE jboss-app
+    PUBLIC "-//JBoss//DTD Java EE Application 5.0//EN"
+    "http://www.jboss.org/j2ee/dtd/jboss-app_5_0.dtd">
+    
 <jboss-app>
    <loader-repository>
       jboss.ejb3.test:classloader=EJBTHREE-1671-classloader




More information about the jboss-cvs-commits mailing list