Author: heiko.braun(a)jboss.com
Date: 2008-06-12 15:24:10 -0400 (Thu, 12 Jun 2008)
New Revision: 7511
Modified:
stack/metro/branches/jbossws-metro-3.0.2/src/main/distro/build-deploy.xml
Log:
WSProviderTestCase: Remove legacy jaxb-api.jar from lib/endorsed for jboss500
Modified: stack/metro/branches/jbossws-metro-3.0.2/src/main/distro/build-deploy.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/src/main/distro/build-deploy.xml 2008-06-12
19:23:54 UTC (rev 7510)
+++ stack/metro/branches/jbossws-metro-3.0.2/src/main/distro/build-deploy.xml 2008-06-12
19:24:10 UTC (rev 7511)
@@ -113,6 +113,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>
<!-- ================================================================== -->
Show replies by date