[jbossws-commits] JBossWS SVN: r9381 - stack/metro/trunk/modules/testsuite.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Feb 24 10:30:25 EST 2009


Author: alessio.soldano at jboss.com
Date: 2009-02-24 10:30:25 -0500 (Tue, 24 Feb 2009)
New Revision: 9381

Modified:
   stack/metro/trunk/modules/testsuite/pom.xml
   stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt
   stack/metro/trunk/modules/testsuite/test-excludes-jboss510.txt
   stack/metro/trunk/modules/testsuite/test-excludes-jboss600.txt
Log:
[JBWS-2530] Re-enabling serviceref client tests and making them work with right dependencies...


Modified: stack/metro/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/metro/trunk/modules/testsuite/pom.xml	2009-02-24 14:02:00 UTC (rev 9380)
+++ stack/metro/trunk/modules/testsuite/pom.xml	2009-02-24 15:30:25 UTC (rev 9381)
@@ -473,6 +473,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>
@@ -490,7 +495,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>
@@ -546,6 +550,11 @@
           </exclusions>
         </dependency>
         <dependency>
+          <groupId>org.jboss.jbossas</groupId>
+          <artifactId>jboss-as-security</artifactId>
+          <version>${jboss.version}</version>
+        </dependency>
+        <dependency>
           <groupId>org.jboss.javaee</groupId>
           <artifactId>jboss-javaee</artifactId>
           <version>${jboss.javaee.version}</version>
@@ -567,7 +576,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>
@@ -627,6 +635,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>
@@ -644,7 +657,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/metro/trunk/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt	2009-02-24 14:02:00 UTC (rev 9380)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt	2009-02-24 15:30:25 UTC (rev 9381)
@@ -48,8 +48,5 @@
 # [JBWS-2462] Address rewrite test fails in Metro integration
 org/jboss/test/ws/jaxws/jbws2150/**
 
-# [JBWS-2530] Review our testing approach and implement better one
-org/jboss/test/ws/jaxws/samples/webserviceref/WebServiceRefClientTestCase.*
-
 # [JBWS-2532] Fix MTOM/XOP Content Type Testcase failure
-org/jboss/test/ws/jaxws/jbws2419/**
\ No newline at end of file
+org/jboss/test/ws/jaxws/jbws2419/**

Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss510.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss510.txt	2009-02-24 14:02:00 UTC (rev 9380)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss510.txt	2009-02-24 15:30:25 UTC (rev 9381)
@@ -48,8 +48,5 @@
 # [JBWS-2462] Address rewrite test fails in Metro integration
 org/jboss/test/ws/jaxws/jbws2150/**
 
-# [JBWS-2530] Review our testing approach and implement better one
-org/jboss/test/ws/jaxws/samples/webserviceref/WebServiceRefClientTestCase.*
-
 # [JBWS-2532] Fix MTOM/XOP Content Type Testcase failure
-org/jboss/test/ws/jaxws/jbws2419/**
\ No newline at end of file
+org/jboss/test/ws/jaxws/jbws2419/**

Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss600.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss600.txt	2009-02-24 14:02:00 UTC (rev 9380)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss600.txt	2009-02-24 15:30:25 UTC (rev 9381)
@@ -48,8 +48,5 @@
 # [JBWS-2462] Address rewrite test fails in Metro integration
 org/jboss/test/ws/jaxws/jbws2150/**
 
-# [JBWS-2530] Review our testing approach and implement better one
-org/jboss/test/ws/jaxws/samples/webserviceref/WebServiceRefClientTestCase.*
-
 # [JBWS-2532] Fix MTOM/XOP Content Type Testcase failure
-org/jboss/test/ws/jaxws/jbws2419/**
\ No newline at end of file
+org/jboss/test/ws/jaxws/jbws2419/**




More information about the jbossws-commits mailing list