Author: thomas.diesler(a)jboss.com
Date: 2007-10-23 13:29:35 -0400 (Tue, 23 Oct 2007)
New Revision: 4865
Added:
stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxws/jbws1854/WEB-INF/jboss-web.xml
Modified:
stack/native/branches/jbossws-native-2.0.2/ant-import-tests/build-jars-jaxws.xml
stack/native/branches/jbossws-native-2.0.2/src/test/resources/test-excludes-jboss500.txt
Log:
Fix jboss50 deploy issues
Modified:
stack/native/branches/jbossws-native-2.0.2/ant-import-tests/build-jars-jaxws.xml
===================================================================
---
stack/native/branches/jbossws-native-2.0.2/ant-import-tests/build-jars-jaxws.xml 2007-10-23
16:54:04 UTC (rev 4864)
+++
stack/native/branches/jbossws-native-2.0.2/ant-import-tests/build-jars-jaxws.xml 2007-10-23
17:29:35 UTC (rev 4865)
@@ -538,6 +538,9 @@
<classes dir="${tests.output.dir}/classes">
<include
name="org/jboss/test/ws/jaxws/jbws1854/TestEndpointImpl.class"/>
</classes>
+ <webinf
dir="${tests.output.dir}/resources/jaxws/jbws1854/WEB-INF">
+ <include name="jboss-web.xml"/>
+ </webinf>
</war>
<jar jarfile="${tests.output.dir}/libs/jaxws-jbws1854.sar">
<fileset dir="${tests.output.dir}/libs">
Added:
stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxws/jbws1854/WEB-INF/jboss-web.xml
===================================================================
---
stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxws/jbws1854/WEB-INF/jboss-web.xml
(rev 0)
+++
stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxws/jbws1854/WEB-INF/jboss-web.xml 2007-10-23
17:29:35 UTC (rev 4865)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web Application 2.4//EN"
"http://www.jboss.org/j2ee/dtd/jboss-web_4_0.dtd">
+
+<jboss-web>
+ <!-- Use an explicit context, because the default context in jboss-5.0.0 prepends
the sar name -->
+ <context-root>/jaxws-jbws1854</context-root>
+</jboss-web>
Modified:
stack/native/branches/jbossws-native-2.0.2/src/test/resources/test-excludes-jboss500.txt
===================================================================
---
stack/native/branches/jbossws-native-2.0.2/src/test/resources/test-excludes-jboss500.txt 2007-10-23
16:54:04 UTC (rev 4864)
+++
stack/native/branches/jbossws-native-2.0.2/src/test/resources/test-excludes-jboss500.txt 2007-10-23
17:29:35 UTC (rev 4865)
@@ -8,9 +8,21 @@
# [JBAS-4898] class-loading not found as a child of jboss-web
org/jboss/test/ws/jaxws/jbws1581/**
-# [JBAS-4901] class-loading not found as a child of jboss-web
+# [JBAS-4901] Reverse paths are not allowed (containing a . or ..)
org/jboss/test/ws/jaxws/jbws1798/**
# [JBAS-4902] nested jar not deployed
org/jboss/test/ws/jaxws/jbws1813/**
+# [JBAS-4890] EJBAccessException: Caller unauthorized
+org/jboss/test/ws/jaxws/jbws1840/**
+org/jboss/test/ws/jaxws/samples/context/**
+# org/jboss/test/ws/jaxws/samples/wssecurity/**
+
+# [JBAS-4895] JAXB based ServiceRef meta data
+org/jboss/test/ws/jaxws/samples/serviceref/**
+org/jboss/test/ws/jaxws/samples/webserviceref/**
+org/jboss/test/ws/jaxws/samples/wsaddressing/replyto/**
+
+# [JBAS-4903] EJB 2.1 view cannot be realized
+org/jboss/test/ws/jaxws/jbws944/**