[jbossws-commits] JBossWS SVN: r3768 - in branches/jbossws-2.0/testsuite: src/resources/jaxws/samples/eardeployment/WEB-INF and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Jun 29 10:53:18 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-06-29 10:53:18 -0400 (Fri, 29 Jun 2007)
New Revision: 3768

Added:
   branches/jbossws-2.0/testsuite/src/resources/jaxws/samples/eardeployment/WEB-INF/jboss-web.xml
Modified:
   branches/jbossws-2.0/testsuite/ant-import/build-jars-jaxws.xml
Log:
Fix context-root for nested jse endpoint

Modified: branches/jbossws-2.0/testsuite/ant-import/build-jars-jaxws.xml
===================================================================
--- branches/jbossws-2.0/testsuite/ant-import/build-jars-jaxws.xml	2007-06-29 14:36:14 UTC (rev 3767)
+++ branches/jbossws-2.0/testsuite/ant-import/build-jars-jaxws.xml	2007-06-29 14:53:18 UTC (rev 3768)
@@ -52,6 +52,7 @@
         <include name="org/jboss/test/ws/jaxws/samples/eardeployment/JSEBean.class"/>
       </classes>
       <webinf dir="${tests.output.dir}/resources/jaxws/samples/eardeployment/WEB-INF">
+        <include name="jboss-web.xml"/>
         <include name="wsdl/**"/>
       </webinf>
     </war>

Added: branches/jbossws-2.0/testsuite/src/resources/jaxws/samples/eardeployment/WEB-INF/jboss-web.xml
===================================================================
--- branches/jbossws-2.0/testsuite/src/resources/jaxws/samples/eardeployment/WEB-INF/jboss-web.xml	                        (rev 0)
+++ branches/jbossws-2.0/testsuite/src/resources/jaxws/samples/eardeployment/WEB-INF/jboss-web.xml	2007-06-29 14:53:18 UTC (rev 3768)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- This is only needed for JBoss-5.0 deployments -->
+
+<jboss-web>
+  <context-root>earjse</context-root>
+</jboss-web>
\ No newline at end of file




More information about the jbossws-commits mailing list