Author: heiko.braun(a)jboss.com
Date: 2007-08-01 07:37:53 -0400 (Wed, 01 Aug 2007)
New Revision: 4050
Modified:
trunk/build/ant-import/build-testsuite.xml
trunk/integration/spi/src/main/etc/default.mf
Log:
The Class-Path attribute on spi.jar caused loading of wrong jaxws services, i.e. Provider
Modified: trunk/build/ant-import/build-testsuite.xml
===================================================================
--- trunk/build/ant-import/build-testsuite.xml 2007-08-01 11:26:30 UTC (rev 4049)
+++ trunk/build/ant-import/build-testsuite.xml 2007-08-01 11:37:53 UTC (rev 4050)
@@ -116,6 +116,7 @@
<!-- SPI tools -->
<pathelement location="${jboss.client}/jbossws-spi.jar"/>
+ <pathelement location="${jboss.client}/jaxws-tools.jar"/>
<pathelement location="${jboss.server.lib}/jboss-javaee.jar"/>
<pathelement location="${jboss.server.lib}/jbosssx.jar"/>
@@ -156,6 +157,8 @@
<!-- SPI tools -->
<pathelement location="${jboss.client}/jbossws-spi.jar"/>
+ <pathelement location="${jboss.client}/jaxws-tools.jar"/>
+ <pathelement location="${jboss.client}/wstx.jar"/>
<pathelement location="${env.JAVA_HOME}/lib/tools.jar"/>
Modified: trunk/integration/spi/src/main/etc/default.mf
===================================================================
--- trunk/integration/spi/src/main/etc/default.mf 2007-08-01 11:26:30 UTC (rev 4049)
+++ trunk/integration/spi/src/main/etc/default.mf 2007-08-01 11:37:53 UTC (rev 4050)
@@ -8,4 +8,4 @@
Implementation-Version: @implementation.version@ (build=(a)build.id@)
Implementation-Vendor: @implementation.vendor@
Implementation-Vendor-Id: @implementation.vendor.id@
-Class-Path: jaxb-xjc.jar jaxb-impl.jar stax-api.jar stax-ex.jar streambuffer.jar
jaxws-rt.jar jaxws-tools.jar wstx.jar
\ No newline at end of file
+Class-Path: getopt.jar
\ No newline at end of file
Show replies by date