Author: heiko.braun(a)jboss.com
Date: 2008-06-12 15:23:54 -0400 (Thu, 12 Jun 2008)
New Revision: 7510
Modified:
stack/native/branches/jbossws-native-3.0.2/src/main/distro/build-deploy.xml
Log:
WSProviderTestCase: Remove legacy jaxb-api.jar from lib/endorsed for jboss500
Modified: stack/native/branches/jbossws-native-3.0.2/src/main/distro/build-deploy.xml
===================================================================
--- stack/native/branches/jbossws-native-3.0.2/src/main/distro/build-deploy.xml 2008-06-12
19:11:59 UTC (rev 7509)
+++ stack/native/branches/jbossws-native-3.0.2/src/main/distro/build-deploy.xml 2008-06-12
19:23:54 UTC (rev 7510)
@@ -142,6 +142,8 @@
<macro-undeploy-jbossws
targetdir="${jboss500.server.deploy}/jbossws.sar"
defaultconf="${jbossws.default.deploy.conf}"/>
<!-- [JBWS-2177] Test clients fail with xml-apis.jar in lib/endorsed -->
<delete file="${jboss500.home}/lib/endorsed/xml-apis.jar"/>
+ <!-- wsconsume will fail with a LinkageError too -->
+ <delete file="${jboss500.home}/lib/endorsed/jaxb-api.jar"/>
</target>
<!-- ================================================================== -->