Author: thomas.diesler(a)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
Show replies by date