[jboss-cvs] JBossAS SVN: r61921 - in trunk/testsuite/src/resources/jmx/invoker: ear/META-INF and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 30 18:15:38 EDT 2007


Author: anil.saldhana at jboss.com
Date: 2007-03-30 18:15:38 -0400 (Fri, 30 Mar 2007)
New Revision: 61921

Added:
   trunk/testsuite/src/resources/jmx/invoker/war/
   trunk/testsuite/src/resources/jmx/invoker/war/index.html
Modified:
   trunk/testsuite/src/resources/jmx/invoker/ear/META-INF/application.xml
Log:
fix the invalid application.xml with a dummy war

Modified: trunk/testsuite/src/resources/jmx/invoker/ear/META-INF/application.xml
===================================================================
--- trunk/testsuite/src/resources/jmx/invoker/ear/META-INF/application.xml	2007-03-30 21:58:07 UTC (rev 61920)
+++ trunk/testsuite/src/resources/jmx/invoker/ear/META-INF/application.xml	2007-03-30 22:15:38 UTC (rev 61921)
@@ -4,5 +4,11 @@
 
 <application>
     <display-name>test invoker</display-name>
+    <module>
+      <web>
+        <web-uri>dummy.war</web-uri>
+        <context-root>dummy</context-root>
+      </web>
+    </module>
 </application>
 

Added: trunk/testsuite/src/resources/jmx/invoker/war/index.html
===================================================================
--- trunk/testsuite/src/resources/jmx/invoker/war/index.html	                        (rev 0)
+++ trunk/testsuite/src/resources/jmx/invoker/war/index.html	2007-03-30 22:15:38 UTC (rev 61921)
@@ -0,0 +1 @@
+Test html




More information about the jboss-cvs-commits mailing list