Author: richard.opalka(a)jboss.com
Date: 2009-07-24 05:36:29 -0400 (Fri, 24 Jul 2009)
New Revision: 10377
Modified:
stack/native/branches/ropalka/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws124/WEB-INF/web.xml
stack/native/branches/ropalka/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws1762/WEB-INF/web.xml
stack/native/branches/ropalka/modules/testsuite/pom.xml
Log:
[JBWS-2332] removing AS 4x support - we're modifying WebMD in runtime, not the web.xml
file
Modified:
stack/native/branches/ropalka/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws124/WEB-INF/web.xml
===================================================================
---
stack/native/branches/ropalka/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws124/WEB-INF/web.xml 2009-07-23
16:21:31 UTC (rev 10376)
+++
stack/native/branches/ropalka/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws124/WEB-INF/web.xml 2009-07-24
09:36:29 UTC (rev 10377)
@@ -8,11 +8,7 @@
<!-- Test that we can deploy an already modified web.xml -->
<servlet>
<servlet-name>Hello</servlet-name>
- <servlet-class>@endpoint.servlet(a)</servlet-class>
- <init-param>
- <param-name>jboss.ws.endpoint</param-name>
-
<param-value>org.jboss.test.ws.jaxrpc.jbws124.HelloJavaBean</param-value>
- </init-param>
+
<servlet-class>org.jboss.test.ws.jaxrpc.jbws124.HelloJavaBean</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>Hello</servlet-name>
Modified:
stack/native/branches/ropalka/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws1762/WEB-INF/web.xml
===================================================================
---
stack/native/branches/ropalka/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws1762/WEB-INF/web.xml 2009-07-23
16:21:31 UTC (rev 10376)
+++
stack/native/branches/ropalka/modules/testsuite/native-tests/src/test/resources/jaxrpc/jbws1762/WEB-INF/web.xml 2009-07-24
09:36:29 UTC (rev 10377)
@@ -4,11 +4,7 @@
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4">
<servlet>
<servlet-name>POJOBean</servlet-name>
- <servlet-class>@endpoint.servlet(a)</servlet-class>
- <init-param>
- <param-name>jboss.ws.endpoint</param-name>
-
<param-value>org.jboss.test.ws.jaxrpc.jbws1762.services.POJOBean</param-value>
- </init-param>
+
<servlet-class>org.jboss.test.ws.jaxrpc.jbws1762.services.POJOBean</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>POJOBean</servlet-name>
Modified: stack/native/branches/ropalka/modules/testsuite/pom.xml
===================================================================
--- stack/native/branches/ropalka/modules/testsuite/pom.xml 2009-07-23 16:21:31 UTC (rev
10376)
+++ stack/native/branches/ropalka/modules/testsuite/pom.xml 2009-07-24 09:36:29 UTC (rev
10377)
@@ -23,7 +23,6 @@
<test.resources.directory>${project.build.directory}/test-resources</test.resources.directory>
<wsdl.publish.location>${project.build.directory}/wsdl-publish</wsdl.publish.location>
<hibernate.version>3.2.4.sp1</hibernate.version>
-
<endpoint.servlet>org.jboss.wsf.stack.jbws.EndpointServlet</endpoint.servlet>
<jboss.javaee.version>5.0.0.GA</jboss.javaee.version>
</properties>