Author: thomas.diesler(a)jboss.com
Date: 2008-04-21 09:56:55 -0400 (Mon, 21 Apr 2008)
New Revision: 6573
Removed:
stack/cxf/branches/tdiesler/trunk/modules/testsuite/test-excludes-jboss422.txt
Modified:
stack/cxf/branches/tdiesler/trunk/.classpath
stack/cxf/branches/tdiesler/trunk/build.xml
stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/scripts/framework-jars-jaxws.xml
stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/scripts/framework-samples-jaxws.xml
stack/cxf/branches/tdiesler/trunk/modules/testsuite/pom.xml
stack/cxf/branches/tdiesler/trunk/pom.xml
Log:
more work on framework tests
Modified: stack/cxf/branches/tdiesler/trunk/.classpath
===================================================================
--- stack/cxf/branches/tdiesler/trunk/.classpath 2008-04-21 13:47:32 UTC (rev 6572)
+++ stack/cxf/branches/tdiesler/trunk/.classpath 2008-04-21 13:56:55 UTC (rev 6573)
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" output="modules/server/target/classes"
path="modules/server/src/main/java"/>
- <classpathentry excluding="**" kind="src"
output="modules/server/src/main/resources/jbossws-cxf-server.jar"
path="modules/server/src/main/resources/jbossws-cxf-server.jar"/>
- <classpathentry excluding="**" kind="src"
output="modules/server/src/main/resources/jbossws-cxf.sar"
path="modules/server/src/main/resources/jbossws-cxf.sar"/>
- <classpathentry kind="src" output="modules/client/target/classes"
path="modules/client/src/main/java"/>
- <classpathentry excluding="**" kind="src"
output="modules/client/src/main/resources"
path="modules/client/src/main/resources"/>
+ <classpathentry kind="src"
path="modules/server/src/main/java"/>
+ <classpathentry kind="src"
path="modules/testsuite/framework-tests/src/test/java"/>
+ <classpathentry kind="src"
path="modules/testsuite/cxf-tests/src/test/java"/>
+ <classpathentry kind="src"
path="modules/client/src/main/java"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con"
path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry kind="output" path="target/eclipse-classes"/>
Modified: stack/cxf/branches/tdiesler/trunk/build.xml
===================================================================
--- stack/cxf/branches/tdiesler/trunk/build.xml 2008-04-21 13:47:32 UTC (rev 6572)
+++ stack/cxf/branches/tdiesler/trunk/build.xml 2008-04-21 13:56:55 UTC (rev 6573)
@@ -48,8 +48,6 @@
<property name="deploy.structure.jboss50"
value="${cxf.output.deploy.dir}-jboss50"/>
<property name="jbossws.default.deploy.conf"
value="${cxf.dir}/ant-import/jbossws-default-deploy.conf"/>
- <import file="${basedir}/ant-import-tests/build-testsuite.xml"/>
-
<!-- ================================================================== -->
<!-- Initialization -->
<!-- ================================================================== -->
@@ -102,8 +100,8 @@
<target name="main" description="Executes the default target
(most)." depends="most"/>
- <target name="most" description="Builds almost everything."
depends="jars,tests-main"/>
+ <target name="most" description="Builds almost everything."
depends="jars"/>
- <target name="all" description="Create a distribution zip file"
depends="most,build-bin-dist"/>
+ <target name="all" description="Create a distribution zip file"
depends="most"/>
</project>
Modified:
stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/scripts/framework-jars-jaxws.xml
===================================================================
---
stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/scripts/framework-jars-jaxws.xml 2008-04-21
13:47:32 UTC (rev 6572)
+++
stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/scripts/framework-jars-jaxws.xml 2008-04-21
13:56:55 UTC (rev 6573)
@@ -126,7 +126,7 @@
<!-- jaxws-jbws1178 -->
<war destfile="${tests.output.dir}/test-libs/jaxws-jbws1178.war"
webxml="${tests.output.dir}/test-resources/jaxws/jbws1178/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/test-classes">
- <include
name="org/jboss/test/ws/jaxws/jbws1178/TestEndpointImpl.class"/>
+ <include
name="org/jboss/test/ws/jaxws/jbws1178/EndpointImpl.class"/>
</classes>
</war>
@@ -134,8 +134,8 @@
<war destfile="${tests.output.dir}/test-libs/jaxws-jbws1190.war"
webxml="${tests.output.dir}/test-resources/jaxws/jbws1190/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/test-classes">
<include
name="org/jboss/test/ws/jaxws/jbws1190/ConfidentialEndpoint.class"/>
- <include
name="org/jboss/test/ws/jaxws/jbws1190/TestEndpoint.class"/>
- <include
name="org/jboss/test/ws/jaxws/jbws1190/TestEndpointImpl*.class"/>
+ <include
name="org/jboss/test/ws/jaxws/jbws1190/Endpoint.class"/>
+ <include
name="org/jboss/test/ws/jaxws/jbws1190/EndpointImpl*.class"/>
<include
name="org/jboss/test/ws/jaxws/jbws1190/JBWS1190Exception.class"/>
</classes>
</war>
@@ -388,8 +388,8 @@
<!-- jaxws-jbws1822 -->
<jar
jarfile="${tests.output.dir}/test-libs/jaxws-jbws1822-shared.jar">
<fileset dir="${tests.output.dir}/test-classes">
- <include
name="org/jboss/test/ws/jaxws/jbws1822/shared/TestBean.class"/>
- <include
name="org/jboss/test/ws/jaxws/jbws1822/shared/TestBeanIface.class"/>
+ <include
name="org/jboss/test/ws/jaxws/jbws1822/shared/Bean.class"/>
+ <include
name="org/jboss/test/ws/jaxws/jbws1822/shared/BeanIface.class"/>
</fileset>
</jar>
<jar
jarfile="${tests.output.dir}/test-libs/jaxws-jbws1822-one-ejb3-inside.jar">
@@ -400,8 +400,8 @@
</jar>
<jar
jarfile="${tests.output.dir}/test-libs/jaxws-jbws1822-two-ejb3-inside.jar">
<fileset dir="${tests.output.dir}/test-classes">
- <include
name="org/jboss/test/ws/jaxws/jbws1822/shared/TestBean.class"/>
- <include
name="org/jboss/test/ws/jaxws/jbws1822/shared/TestBeanIface.class"/>
+ <include
name="org/jboss/test/ws/jaxws/jbws1822/shared/Bean.class"/>
+ <include
name="org/jboss/test/ws/jaxws/jbws1822/shared/BeanIface.class"/>
<include
name="org/jboss/test/ws/jaxws/jbws1822/webservice/EJB3Bean.class"/>
<include
name="org/jboss/test/ws/jaxws/jbws1822/webservice/EJB3RemoteIface.class"/>
</fileset>
@@ -460,7 +460,7 @@
<!-- jaxws-jbws1854 -->
<war destfile="${tests.output.dir}/test-libs/jaxws-jbws1854.war"
webxml="${tests.output.dir}/test-resources/jaxws/jbws1854/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/test-classes">
- <include
name="org/jboss/test/ws/jaxws/jbws1854/TestEndpointImpl.class"/>
+ <include
name="org/jboss/test/ws/jaxws/jbws1854/EndpointImpl.class"/>
</classes>
<webinf
dir="${tests.output.dir}/test-resources/jaxws/jbws1854/WEB-INF">
<include name="jboss-web.xml"/>
@@ -537,8 +537,8 @@
<!-- jaxws-webfault -->
<war warfile="${tests.output.dir}/test-libs/jaxws-webfault.war"
webxml="${tests.output.dir}/test-resources/jaxws/webfault/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/test-classes">
- <include
name="org/jboss/test/ws/jaxws/webfault/TestEndpoint.class"/>
- <include
name="org/jboss/test/ws/jaxws/webfault/TestEndpointImpl.class"/>
+ <include
name="org/jboss/test/ws/jaxws/webfault/Endpoint.class"/>
+ <include
name="org/jboss/test/ws/jaxws/webfault/EndpointImpl.class"/>
<include
name="org/jboss/test/ws/jaxws/webfault/CustomException.class"/>
<include
name="org/jboss/test/ws/jaxws/webfault/SimpleException.class"/>
</classes>
Modified:
stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/scripts/framework-samples-jaxws.xml
===================================================================
---
stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/scripts/framework-samples-jaxws.xml 2008-04-21
13:47:32 UTC (rev 6572)
+++
stack/cxf/branches/tdiesler/trunk/modules/testsuite/framework-tests/src/scripts/framework-samples-jaxws.xml 2008-04-21
13:56:55 UTC (rev 6573)
@@ -23,8 +23,8 @@
<!-- jaxws-samples-asynchronous -->
<war
warfile="${tests.output.dir}/test-libs/jaxws-samples-asynchronous.war"
webxml="${tests.output.dir}/test-resources/jaxws/samples/asynchronous/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/test-classes">
- <include
name="org/jboss/test/ws/jaxws/samples/asynchronous/TestEndpoint.class"/>
- <include
name="org/jboss/test/ws/jaxws/samples/asynchronous/TestEndpointBean.class"/>
+ <include
name="org/jboss/test/ws/jaxws/samples/asynchronous/Endpoint.class"/>
+ <include
name="org/jboss/test/ws/jaxws/samples/asynchronous/EndpointBean.class"/>
</classes>
</war>
@@ -90,7 +90,7 @@
<include
name="org/jboss/test/ws/jaxws/samples/exception/server/ExceptionEndpoint.class"/>
<include
name="org/jboss/test/ws/jaxws/samples/exception/server/ExceptionEndpointImpl.class"/>
<include
name="org/jboss/test/ws/jaxws/samples/exception/server/UserException.class"/>
- <include
name="org/jboss/test/ws/jaxws/samples/exception/server/TestHandler.class"/>
+ <include
name="org/jboss/test/ws/jaxws/samples/exception/server/Handler.class"/>
<include
name="org/jboss/test/ws/jaxws/samples/exception/server/jaxws-handlers-server.xml"/>
</classes>
</war>
@@ -207,16 +207,16 @@
<!-- jaxws-samples-serviceref -->
<war
warfile="${tests.output.dir}/test-libs/jaxws-samples-serviceref.war"
webxml="${tests.output.dir}/test-resources/jaxws/samples/serviceref/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/test-classes">
- <include
name="org/jboss/test/ws/jaxws/samples/serviceref/TestEndpointImpl.class"/>
- <include
name="org/jboss/test/ws/jaxws/samples/serviceref/TestEndpoint.class"/>
- <include
name="org/jboss/test/ws/jaxws/samples/serviceref/TestEndpointService.class"/>
+ <include
name="org/jboss/test/ws/jaxws/samples/serviceref/EndpointImpl.class"/>
+ <include
name="org/jboss/test/ws/jaxws/samples/serviceref/Endpoint.class"/>
+ <include
name="org/jboss/test/ws/jaxws/samples/serviceref/EndpointService.class"/>
</classes>
</war>
<jar
destfile="${tests.output.dir}/test-libs/jaxws-samples-serviceref-client.jar">
<fileset dir="${tests.output.dir}/test-classes">
<include
name="org/jboss/test/ws/jaxws/samples/serviceref/ApplicationClient.class"/>
- <include
name="org/jboss/test/ws/jaxws/samples/serviceref/TestEndpointService.class"/>
- <include
name="org/jboss/test/ws/jaxws/samples/serviceref/TestEndpoint.class"/>
+ <include
name="org/jboss/test/ws/jaxws/samples/serviceref/EndpointService.class"/>
+ <include
name="org/jboss/test/ws/jaxws/samples/serviceref/Endpoint.class"/>
</fileset>
<metainf
dir="${tests.output.dir}/test-resources/jaxws/samples/serviceref/META-INF">
<include name="application-client.xml"/>
@@ -227,8 +227,8 @@
<war
destfile="${tests.output.dir}/test-libs/jaxws-samples-serviceref-servlet-client.war"
webxml="${tests.output.dir}/test-resources/jaxws/samples/serviceref/servlet-client/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/test-classes">
<include
name="org/jboss/test/ws/jaxws/samples/serviceref/ServletClient.class"/>
- <include
name="org/jboss/test/ws/jaxws/samples/serviceref/TestEndpointService.class"/>
- <include
name="org/jboss/test/ws/jaxws/samples/serviceref/TestEndpoint.class"/>
+ <include
name="org/jboss/test/ws/jaxws/samples/serviceref/EndpointService.class"/>
+ <include
name="org/jboss/test/ws/jaxws/samples/serviceref/Endpoint.class"/>
</classes>
<webinf
dir="${tests.output.dir}/test-resources/jaxws/samples/serviceref/META-INF">
<include name="wsdl/**"/>
@@ -241,8 +241,8 @@
<fileset dir="${tests.output.dir}/test-classes">
<include
name="org/jboss/test/ws/jaxws/samples/serviceref/EJBClient.class"/>
<include
name="org/jboss/test/ws/jaxws/samples/serviceref/EJBRemote.class"/>
- <include
name="org/jboss/test/ws/jaxws/samples/serviceref/TestEndpointService.class"/>
- <include
name="org/jboss/test/ws/jaxws/samples/serviceref/TestEndpoint.class"/>
+ <include
name="org/jboss/test/ws/jaxws/samples/serviceref/EndpointService.class"/>
+ <include
name="org/jboss/test/ws/jaxws/samples/serviceref/Endpoint.class"/>
</fileset>
<metainf
dir="${tests.output.dir}/test-resources/jaxws/samples/serviceref/META-INF">
<include name="ejb-jar.xml"/>
@@ -283,8 +283,8 @@
<!-- jaxws-samples-webmethod -->
<war warfile="${tests.output.dir}/test-libs/jaxws-samples-webmethod.war"
webxml="${tests.output.dir}/test-resources/jaxws/samples/webmethod/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/test-classes">
- <include
name="org/jboss/test/ws/jaxws/samples/webmethod/TestEndpoint.class"/>
- <include
name="org/jboss/test/ws/jaxws/samples/webmethod/TestEndpointImpl.class"/>
+ <include
name="org/jboss/test/ws/jaxws/samples/webmethod/Endpoint.class"/>
+ <include
name="org/jboss/test/ws/jaxws/samples/webmethod/EndpointImpl.class"/>
</classes>
</war>
@@ -352,14 +352,14 @@
<!-- jaxws-samples-webserviceref -->
<war
warfile="${tests.output.dir}/test-libs/jaxws-samples-webserviceref.war"
webxml="${tests.output.dir}/test-resources/jaxws/samples/webserviceref/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/test-classes">
- <include
name="org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpointImpl.class"/>
+ <include
name="org/jboss/test/ws/jaxws/samples/webserviceref/EndpointImpl.class"/>
</classes>
</war>
<jar
destfile="${tests.output.dir}/test-libs/jaxws-samples-webserviceref-client.jar">
<fileset dir="${tests.output.dir}/test-classes">
- <include
name="org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpointClientOne.class"/>
- <include
name="org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpointService.class"/>
- <include
name="org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpoint.class"/>
+ <include
name="org/jboss/test/ws/jaxws/samples/webserviceref/EndpointClientOne.class"/>
+ <include
name="org/jboss/test/ws/jaxws/samples/webserviceref/EndpointService.class"/>
+ <include
name="org/jboss/test/ws/jaxws/samples/webserviceref/Endpoint.class"/>
</fileset>
<metainf
dir="${tests.output.dir}/test-resources/jaxws/samples/webserviceref/META-INF">
<include name="application-client.xml"/>
@@ -374,8 +374,8 @@
webxml="${tests.output.dir}/test-resources/jaxws/samples/webserviceref/WEB-INF-client/web.xml">
<classes dir="${tests.output.dir}/test-classes">
<include
name="org/jboss/test/ws/jaxws/samples/webserviceref/ServletClient.class"/>
- <include
name="org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpointService.class"/>
- <include
name="org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpoint.class"/>
+ <include
name="org/jboss/test/ws/jaxws/samples/webserviceref/EndpointService.class"/>
+ <include
name="org/jboss/test/ws/jaxws/samples/webserviceref/Endpoint.class"/>
<include
name="org/jboss/test/ws/jaxws/samples/webserviceref/EchoResponse.class"/>
<include
name="org/jboss/test/ws/jaxws/samples/webserviceref/Echo.class"/>
</classes>
@@ -390,8 +390,8 @@
<fileset dir="${tests.output.dir}/test-classes">
<include
name="org/jboss/test/ws/jaxws/samples/webserviceref/EJB3Client.class"/>
<include
name="org/jboss/test/ws/jaxws/samples/webserviceref/EJB3Remote.class"/>
- <include
name="org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpointService.class"/>
- <include
name="org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpoint.class"/>
+ <include
name="org/jboss/test/ws/jaxws/samples/webserviceref/EndpointService.class"/>
+ <include
name="org/jboss/test/ws/jaxws/samples/webserviceref/Endpoint.class"/>
<include
name="org/jboss/test/ws/jaxws/samples/webserviceref/EchoResponse.class"/>
<include
name="org/jboss/test/ws/jaxws/samples/webserviceref/Echo.class"/>
</fileset>
Modified: stack/cxf/branches/tdiesler/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/branches/tdiesler/trunk/modules/testsuite/pom.xml 2008-04-21 13:47:32 UTC
(rev 6572)
+++ stack/cxf/branches/tdiesler/trunk/modules/testsuite/pom.xml 2008-04-21 13:56:55 UTC
(rev 6573)
@@ -26,6 +26,41 @@
<module>framework-tests</module>
</modules>
+ <!-- Dependencies -->
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-framework</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-spi</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.ejb</groupId>
+ <artifactId>ejb-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.jws</groupId>
+ <artifactId>jsr181-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-cxf-client</artifactId>
+ <version>${version}</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
<!-- Build -->
<build>
<testResources>
@@ -90,8 +125,6 @@
<properties>
<jboss.version>4.2.2.GA</jboss.version>
<jbossws.integration.target>jboss422</jbossws.integration.target>
- <jboss.remoting.version>2.2.2.SP1</jboss.remoting.version>
- <jboss.serialization.version>1.0.3.GA</jboss.serialization.version>
</properties>
<dependencies>
<dependency>
@@ -101,36 +134,13 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-cxf-client</artifactId>
- <version>${version}</version>
- </dependency>
- <dependency>
- <groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-common</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-framework</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.ws</groupId>
<artifactId>jbossws-jboss42</artifactId>
</dependency>
- <dependency>
- <groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-spi</artifactId>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
</dependencies>
</profile>
<!--
- No test environment specified
+ No test environment specified
-->
<profile>
<id>no-env-profile</id>
Deleted: stack/cxf/branches/tdiesler/trunk/modules/testsuite/test-excludes-jboss422.txt
===================================================================
---
stack/cxf/branches/tdiesler/trunk/modules/testsuite/test-excludes-jboss422.txt 2008-04-21
13:47:32 UTC (rev 6572)
+++
stack/cxf/branches/tdiesler/trunk/modules/testsuite/test-excludes-jboss422.txt 2008-04-21
13:56:55 UTC (rev 6573)
@@ -1,97 +0,0 @@
-#
-# $Id$
-#
-
-# Won't Fix: [CXF-1261] Handler does not see XOP message properly
-org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*
-
-# EJB3/Injection excludes
-org/jboss/test/ws/jaxws/samples/webserviceref/**
-org/jboss/test/ws/jaxws/webserviceref/**
-
-# [JBWS-1178] Multiple virtual host and soap:address problem
-org/jboss/test/ws/jaxws/jbws1178/**
-
-# [JBWS-1774] Provide tools implementation for CXF
-org/jboss/test/ws/jaxws/complex/**
-org/jboss/test/ws/jaxws/holder/**
-
-# [JBWS-1683] Fix JAXR samples for CXF
-org/jboss/test/ws/jaxws/samples/jaxr/**
-
-# [JBWS-1774] Provide a tools implementation for CXF (WSContractProvider and
WSContractConsumer)
-org/jboss/test/ws/jaxws/smoke/tools/**
-
-# [CXF-1244] Application Exception not initialized properly
-org/jboss/test/ws/jaxws/samples/exception/**
-
-# [CXF-1252] Provider PAYLOAD endpoint expects SOAP Envelope
-org/jboss/test/ws/jaxws/samples/httpbinding/**
-org/jboss/test/ws/jaxws/samples/provider/ProviderJAXBTestCase.*
-org/jboss/test/ws/jaxws/samples/provider/ProviderPayloadTestCase.*
-
-# [CXF-1253] CXF does not respect @HandlerChain on client SEI
-org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerSourceTestCase.*
-
-# [CXF-1510] Cannot handle anonymous bare requests
-org/jboss/test/ws/jaxws/anonymous/**
-
-# [CXF-1511] WrappedMessageContext does not implement SOAPMessageContext
-org/jboss/test/ws/jaxws/binding/**
-org/jboss/test/ws/jaxws/namespace/**
-
-# [JBWS-2112] Cannot use CXF with endpoint API
-org/jboss/test/ws/jaxws/endpoint/**
-
-# [CXF-1513] NPE in JaxWsServiceConfiguration
-org/jboss/test/ws/jaxws/handlerscope/**
-org/jboss/test/ws/jaxws/jbws1694/**
-org/jboss/test/ws/jaxws/jbws1797/**
-
-# [CXF-1514] Generated WSDL does not take 'transport-guarantee' in web.xml into
account
-org/jboss/test/ws/jaxws/jbws1190/**
-
-# [JBWS-2114] IllegalArgumentException: Wrong target. class
-org/jboss/test/ws/jaxws/jbws1283/**
-org/jboss/test/ws/jaxws/jbws1822/**
-
-# [CXF-1515] Bad Enumeration value 'extension restriction'
-org/jboss/test/ws/jaxws/jbws1505/**
-org/jboss/test/ws/jaxws/jbws1845/**
-
-# [JBWS-2115] EJB client vehicle not sufficiently isolated
-org/jboss/test/ws/jaxws/jbws1581/**
-
-# [CXF-1516] Type inheritance with document/literal/wrapped
-org/jboss/test/ws/jaxws/jbws1702/**
-org/jboss/test/ws/jaxws/jbws1733/**
-
-# [JBWS-2117] web.xml modified to
web.xml.org - Subsequent runs fail
-org/jboss/test/ws/jaxws/jbws1762/**
-
-# [CXF-1517] HTTP bindings for Provider
-org/jboss/test/ws/jaxws/jbws1807/**
-
-# [JBWS-2118] context-root in jboss.xml is ignored
-org/jboss/test/ws/jaxws/jbws1813/**
-
-# [CXF-1518] Missing fault detail in messages from SLSB Provider
-org/jboss/test/ws/jaxws/jbws1815/**
-
-# [JBWS-2119] WebServiceRef injection from DD doesn't work
-org/jboss/test/ws/jaxws/jbws1841/**
-
-# [CXF-1519] Explicitly set the namespace of a WebFault
-org/jboss/test/ws/jaxws/jbws1904/**
-
-# [CXF-1520] MTOM chunked encoding transfer
-org/jboss/test/ws/jaxws/jbws2000/**
-
-# [CXF-1521] Exception handling with @WebFault annotation
-org/jboss/test/ws/jaxws/webfault/**
-
-# [CXF-1522] NPE in ServiceUtils
-org/jboss/test/ws/jaxws/jbws1566/**
-
-# [JBWS-2097] Unlock WS-ReliableMessaging in all stacks
-org/jboss/test/ws/jaxws/wsrm/**
Modified: stack/cxf/branches/tdiesler/trunk/pom.xml
===================================================================
--- stack/cxf/branches/tdiesler/trunk/pom.xml 2008-04-21 13:47:32 UTC (rev 6572)
+++ stack/cxf/branches/tdiesler/trunk/pom.xml 2008-04-21 13:56:55 UTC (rev 6573)
@@ -78,6 +78,18 @@
<!-- provided apis -->
<dependency>
+ <groupId>javax.ejb</groupId>
+ <artifactId>ejb-api</artifactId>
+ <version>3.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.jws</groupId>
+ <artifactId>jsr181-api</artifactId>
+ <version>1.0-MR1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>javax.xml</groupId>
<artifactId>jaxrpc-api</artifactId>
<version>1.1</version>