[jbossws-commits] JBossWS SVN: r12725 - in stack/native/trunk/modules/testsuite: native-tests/scripts and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Aug 4 03:45:30 EDT 2010


Author: richard.opalka at jboss.com
Date: 2010-08-04 03:45:29 -0400 (Wed, 04 Aug 2010)
New Revision: 12725

Modified:
   stack/native/trunk/modules/testsuite/native-tests/scripts/antrun-wsprovide.xml
   stack/native/trunk/modules/testsuite/native-tests/scripts/build-samples-jaxws.xml
   stack/native/trunk/modules/testsuite/test-excludes-jboss600.txt
   stack/native/trunk/modules/testsuite/test-excludes-jboss601.txt
Log:
[JBREFLECT-137][JBWS-3067] resolving remaining AS failures

Modified: stack/native/trunk/modules/testsuite/native-tests/scripts/antrun-wsprovide.xml
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/scripts/antrun-wsprovide.xml	2010-08-03 16:19:47 UTC (rev 12724)
+++ stack/native/trunk/modules/testsuite/native-tests/scripts/antrun-wsprovide.xml	2010-08-04 07:45:29 UTC (rev 12725)
@@ -53,11 +53,13 @@
       <wsprovide
         sei="@{sei}"
         fork="true"
+        keep="true"
         genwsdl="true"
         verbose="false"
         classpath="@{outputDir}/test-classes"
         destdir="@{outputDir}/test-classes/@{destDir}"
         resourcedestdir="@{outputDir}/test-resources/@{resourcesDir}"
+        sourcedestdir="@{outputDir}/test-sources/@{resourcesDir}"
       >
         <jvmarg line="-Djava.endorsed.dirs=@{jbossHome}/lib/endorsed"/>
         <jvmarg line="-Dlog4j.configuration=file://@{log4jConf}"/>

Modified: stack/native/trunk/modules/testsuite/native-tests/scripts/build-samples-jaxws.xml
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/scripts/build-samples-jaxws.xml	2010-08-03 16:19:47 UTC (rev 12724)
+++ stack/native/trunk/modules/testsuite/native-tests/scripts/build-samples-jaxws.xml	2010-08-04 07:45:29 UTC (rev 12725)
@@ -310,6 +310,7 @@
         <include name="org/jboss/test/ws/jaxws/samples/wssecurity/Hello.class"/>
         <include name="org/jboss/test/ws/jaxws/samples/wssecurity/HelloJavaBean.class"/>
         <include name="org/jboss/test/ws/jaxws/samples/wssecurity/UserType.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/wssecurity/ObjectFactory.class"/>
       </classes>
       <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/wssecurity/simple-encrypt/WEB-INF">
         <include name="jboss-wsse-server.xml"/>
@@ -326,6 +327,7 @@
         <include name="org/jboss/test/ws/jaxws/samples/wssecurity/Hello.class"/>
         <include name="org/jboss/test/ws/jaxws/samples/wssecurity/HelloJavaBean.class"/>
         <include name="org/jboss/test/ws/jaxws/samples/wssecurity/UserType.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/wssecurity/ObjectFactory.class"/>
       </classes>
       <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/wssecurity/simple-sign/WEB-INF">
         <include name="jboss-wsse-server.xml"/>
@@ -356,6 +358,7 @@
         <include name="org/jboss/test/ws/jaxws/samples/wssecurityAnnotatedpolicy/Hello.class"/>
         <include name="org/jboss/test/ws/jaxws/samples/wssecurityAnnotatedpolicy/HelloJavaBean.class"/>
         <include name="org/jboss/test/ws/jaxws/samples/wssecurityAnnotatedpolicy/UserType.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/wssecurityAnnotatedpolicy/ObjectFactory.class"/>
       </classes>
       <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/wssecurityAnnotatedpolicy">
         <include name="wsse.keystore"/>
@@ -373,6 +376,7 @@
         <include name="org/jboss/test/ws/jaxws/samples/wssecuritypolicy/Hello.class"/>
         <include name="org/jboss/test/ws/jaxws/samples/wssecuritypolicy/HelloJavaBean.class"/>
         <include name="org/jboss/test/ws/jaxws/samples/wssecuritypolicy/UserType.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/wssecuritypolicy/ObjectFactory.class"/>
       </classes>
       <webinf dir="${tests.output.dir}/test-resources/jaxws/samples/wssecuritypolicy">
         <include name="wsse.keystore"/>
@@ -382,9 +386,9 @@
         <include name="wsdl/**"/>
       </webinf>
     </war>
-    
+
     <!-- Please add alphabetically -->
-    
+
   </target>
-  
+
 </project>

Modified: stack/native/trunk/modules/testsuite/test-excludes-jboss600.txt
===================================================================
--- stack/native/trunk/modules/testsuite/test-excludes-jboss600.txt	2010-08-03 16:19:47 UTC (rev 12724)
+++ stack/native/trunk/modules/testsuite/test-excludes-jboss600.txt	2010-08-04 07:45:29 UTC (rev 12725)
@@ -3,13 +3,3 @@
 
 # [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored
 org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*
-
-# [JBREFLECT-137] issue with new scanning in AS trunk
-org/jboss/test/ws/jaxws/samples/wssecurity/MissingSecurityTestCase.*
-org/jboss/test/ws/jaxws/samples/wssecurity/SimpleDispatchTestCase.*
-org/jboss/test/ws/jaxws/samples/wssecurity/SimpleSignTestCase.*
-org/jboss/test/ws/jaxws/samples/wssecurity/SimpleEncryptTestCase.*
-org/jboss/test/ws/jaxws/samples/wssecurity/MissingSecurityTestCase.*
-org/jboss/test/ws/jaxws/samples/wssecurityAnnotatedpolicy/SimpleEncryptTestCase.*
-org/jboss/test/ws/jaxws/samples/wssecuritypolicy/SimpleEncryptTestCase.*
-

Modified: stack/native/trunk/modules/testsuite/test-excludes-jboss601.txt
===================================================================
--- stack/native/trunk/modules/testsuite/test-excludes-jboss601.txt	2010-08-03 16:19:47 UTC (rev 12724)
+++ stack/native/trunk/modules/testsuite/test-excludes-jboss601.txt	2010-08-04 07:45:29 UTC (rev 12725)
@@ -3,13 +3,3 @@
 
 # [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored
 org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*
-
-# [JBREFLECT-137] issue with new scanning in AS trunk
-org/jboss/test/ws/jaxws/samples/wssecurity/MissingSecurityTestCase.*
-org/jboss/test/ws/jaxws/samples/wssecurity/SimpleDispatchTestCase.*
-org/jboss/test/ws/jaxws/samples/wssecurity/SimpleSignTestCase.*
-org/jboss/test/ws/jaxws/samples/wssecurity/SimpleEncryptTestCase.*
-org/jboss/test/ws/jaxws/samples/wssecurity/MissingSecurityTestCase.*
-org/jboss/test/ws/jaxws/samples/wssecurityAnnotatedpolicy/SimpleEncryptTestCase.*
-org/jboss/test/ws/jaxws/samples/wssecuritypolicy/SimpleEncryptTestCase.*
-



More information about the jbossws-commits mailing list