Author: alessio.soldano(a)jboss.com
Date: 2009-02-24 12:14:44 -0500 (Tue, 24 Feb 2009)
New Revision: 9382
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt
stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt
stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt
stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt
Log:
[JBWS-2553] Enabling webserviceref tests
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2009-02-24 15:30:25 UTC (rev 9381)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2009-02-24 17:14:44 UTC (rev 9382)
@@ -442,6 +442,11 @@
<artifactId>jboss-javaee</artifactId>
<version>${jboss.javaee.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-security</artifactId>
+ <version>${jboss.version}</version>
+ </dependency>
</dependencies>
<build>
<plugins>
@@ -459,7 +464,6 @@
<!-- TODO: replace with maven dependencies -->
<additionalClasspathElements>
<additionalClasspathElement>${jboss.home}/client/jbossall-client.jar</additionalClasspathElement>
-
<additionalClasspathElement>${jboss.home}/common/lib/jboss-ejb3-core.jar</additionalClasspathElement>
</additionalClasspathElements>
</configuration>
</plugin>
@@ -514,6 +518,11 @@
<artifactId>jboss-javaee</artifactId>
<version>${jboss.javaee.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-security</artifactId>
+ <version>${jboss.version}</version>
+ </dependency>
</dependencies>
<build>
<plugins>
@@ -531,7 +540,6 @@
<!-- TODO: replace with maven dependencies -->
<additionalClasspathElements>
<additionalClasspathElement>${jboss.home}/client/jbossall-client.jar</additionalClasspathElement>
-
<additionalClasspathElement>${jboss.home}/common/lib/jboss-ejb3-core.jar</additionalClasspathElement>
</additionalClasspathElements>
</configuration>
</plugin>
@@ -586,6 +594,11 @@
<artifactId>jboss-javaee</artifactId>
<version>${jboss.javaee.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-security</artifactId>
+ <version>${jboss.version}</version>
+ </dependency>
</dependencies>
<build>
<plugins>
@@ -603,7 +616,6 @@
<!-- TODO: replace with maven dependencies -->
<additionalClasspathElements>
<additionalClasspathElement>${jboss.home}/client/jbossall-client.jar</additionalClasspathElement>
-
<additionalClasspathElement>${jboss.home}/common/lib/jboss-ejb3-core.jar</additionalClasspathElement>
</additionalClasspathElements>
</configuration>
</plugin>
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt 2009-02-24 15:30:25 UTC
(rev 9381)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt 2009-02-24 17:14:44 UTC
(rev 9382)
@@ -1,9 +1,6 @@
# Exclude endpoints with AS42 @SecurityDomain
org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointImpl.*
-# TODO: Fix classpath to ClientLauncher
-org/jboss/test/ws/jaxws/samples/webserviceref/**
-
# [CXF-1252] Provider PAYLOAD endpoint expects SOAP Envelope
org/jboss/test/ws/jaxws/samples/httpbinding/**
org/jboss/test/ws/jaxws/samples/provider/ProviderJAXBTestCase.*
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt 2009-02-24 15:30:25 UTC
(rev 9381)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt 2009-02-24 17:14:44 UTC
(rev 9382)
@@ -1,9 +1,6 @@
# Exclude endpoints with AS42 @SecurityDomain
org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointImpl.*
-# TODO: Fix classpath to ClientLauncher
-org/jboss/test/ws/jaxws/samples/webserviceref/**
-
# [CXF-1252] Provider PAYLOAD endpoint expects SOAP Envelope
org/jboss/test/ws/jaxws/samples/httpbinding/**
org/jboss/test/ws/jaxws/samples/provider/ProviderJAXBTestCase.*
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt 2009-02-24 15:30:25 UTC
(rev 9381)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt 2009-02-24 17:14:44 UTC
(rev 9382)
@@ -1,9 +1,6 @@
# Exclude endpoints with AS42 @SecurityDomain
org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointImpl.*
-# TODO: Fix classpath to ClientLauncher
-org/jboss/test/ws/jaxws/samples/webserviceref/**
-
# [CXF-1252] Provider PAYLOAD endpoint expects SOAP Envelope
org/jboss/test/ws/jaxws/samples/httpbinding/**
org/jboss/test/ws/jaxws/samples/provider/ProviderJAXBTestCase.*
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt 2009-02-24 15:30:25 UTC
(rev 9381)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt 2009-02-24 17:14:44 UTC
(rev 9382)
@@ -1,9 +1,6 @@
# Exclude endpoints with AS42 @SecurityDomain
org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointImpl.*
-# TODO: Fix classpath to ClientLauncher
-org/jboss/test/ws/jaxws/samples/webserviceref/**
-
# [CXF-1252] Provider PAYLOAD endpoint expects SOAP Envelope
org/jboss/test/ws/jaxws/samples/httpbinding/**
org/jboss/test/ws/jaxws/samples/provider/ProviderJAXBTestCase.*
Show replies by date