Author: thomas.diesler(a)jboss.com
Date: 2007-10-30 14:25:04 -0400 (Tue, 30 Oct 2007)
New Revision: 4940
Modified:
stack/native/branches/jbossws-native-2.0.2/ant-import-tests/build-testsuite.xml
Log:
JBWS-1852 Failed to create a new SAX parser
Modified: stack/native/branches/jbossws-native-2.0.2/ant-import-tests/build-testsuite.xml
===================================================================
---
stack/native/branches/jbossws-native-2.0.2/ant-import-tests/build-testsuite.xml 2007-10-30
15:39:45 UTC (rev 4939)
+++
stack/native/branches/jbossws-native-2.0.2/ant-import-tests/build-testsuite.xml 2007-10-30
18:25:04 UTC (rev 4940)
@@ -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">