Author: thomas.diesler(a)jboss.com
Date: 2007-10-12 08:22:10 -0400 (Fri, 12 Oct 2007)
New Revision: 4751
Modified:
stack/native/trunk/ant-import-tests/build-testsuite.xml
stack/native/trunk/src/test/resources/test-excludes-jboss50.txt
Log:
[JBWS-1852] Failed to create a new SAX parser
Modified: stack/native/trunk/ant-import-tests/build-testsuite.xml
===================================================================
--- stack/native/trunk/ant-import-tests/build-testsuite.xml 2007-10-12 12:01:03 UTC (rev
4750)
+++ stack/native/trunk/ant-import-tests/build-testsuite.xml 2007-10-12 12:22:10 UTC (rev
4751)
@@ -179,8 +179,10 @@
<classpath
location="${tests.output.dir}/resources/jaxws/samples/wssecurityAnnotatedpolicy"/>
</taskdef>
+ <!-- JBWS-1852 Failed to create a new SAX parser
<wsprovide
resourcedestdir="${tests.output.dir}/wsprovide/resources/jaxws/samples/wssecurity"
genwsdl="true"
sei="org.jboss.test.ws.jaxws.samples.wssecurity.HelloJavaBean"
verbose="true"/>
<wsprovide
resourcedestdir="${tests.output.dir}/wsprovide/resources/jaxws/samples/wssecurityAnnotatedpolicy"
genwsdl="true"
sei="org.jboss.test.ws.jaxws.samples.wssecurityAnnotatedpolicy.HelloJavaBean"/>
+ -->
</target>
<target name="tests-compile-generated-resources"
depends="servicegen,wstools,wsprovide">
Modified: stack/native/trunk/src/test/resources/test-excludes-jboss50.txt
===================================================================
--- stack/native/trunk/src/test/resources/test-excludes-jboss50.txt 2007-10-12 12:01:03
UTC (rev 4750)
+++ stack/native/trunk/src/test/resources/test-excludes-jboss50.txt 2007-10-12 12:22:10
UTC (rev 4751)
@@ -5,6 +5,12 @@
org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/*TestCase.*
org/jboss/test/ws/jaxrpc/wsdlpublish/**
-# EJB3 ClientLauncher not available
+# [JBWS-1853] Update ClientLaucher to new metadata model
org/jboss/test/ws/jaxws/samples/webserviceref/*
org/jboss/test/ws/jaxws/webserviceref/*
+
+# [JBWS-1852] Failed to create a new SAX parser
+org/jboss/test/ws/jaxws/samples/wssecurity/*
+org/jboss/test/ws/jaxws/samples/wssecurityAnnotatedpolicy/*
+
+