[jbossws-commits] JBossWS SVN: r4040 - in trunk/integration/sunri: src/main/resources/jbossws-sunri-client.jar/META-INF/services and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Jul 31 12:02:36 EDT 2007


Author: heiko.braun at jboss.com
Date: 2007-07-31 12:02:36 -0400 (Tue, 31 Jul 2007)
New Revision: 4040

Added:
   trunk/integration/sunri/src/main/resources/jbossws-sunri-client.jar/META-INF/services/org.jboss.wsf.spi.tools.ConsumerFactoryImpl
   trunk/integration/sunri/src/main/resources/jbossws-sunri-client.jar/META-INF/services/org.jboss.wsf.spi.tools.ProviderFactoryImpl
Removed:
   trunk/integration/sunri/src/main/resources/jbossws-sunri-client.jar/META-INF/services/org.jboss.wsf.tools.ConsumerFactoryImpl
   trunk/integration/sunri/src/main/resources/jbossws-sunri-client.jar/META-INF/services/org.jboss.wsf.tools.ProviderFactoryImpl
Modified:
   trunk/integration/sunri/ant-import/build-testsuite.xml
Log:
Fix WSConsumerTestCase

Modified: trunk/integration/sunri/ant-import/build-testsuite.xml
===================================================================
--- trunk/integration/sunri/ant-import/build-testsuite.xml	2007-07-31 15:55:56 UTC (rev 4039)
+++ trunk/integration/sunri/ant-import/build-testsuite.xml	2007-07-31 16:02:36 UTC (rev 4040)
@@ -45,8 +45,23 @@
       <pathelement location="${int.sunri.dir}/thirdparty/wstx.jar"/>
       <pathelement location="${int.sunri.dir}/thirdparty/wsdl4j.jar"/>
     </path>
+
+    <path id="wsconsume.classpath">
+      <pathelement location="${spi.dir}/thirdparty/jaxb-xjc.jar"/>
+			<pathelement location="${spi.dir}/thirdparty/jaxb-impl.jar"/>
+			<pathelement location="${spi.dir}/thirdparty/stax-api.jar"/>
+      <pathelement location="${spi.dir}/thirdparty/stax-ex.jar"/>
+      <pathelement location="${spi.dir}/thirdparty/streambuffer.jar"/>
+
+      <pathelement location="${int.sunri.dir}/thirdparty/jaxws-rt.jar"/>
+      <pathelement location="${int.sunri.dir}/thirdparty/jaxws-tools.jar"/>
+      <pathelement location="${int.sunri.dir}/thirdparty/wstx.jar"/>
+
+      <pathelement location="${env.JAVA_HOME}/lib/tools.jar"/>
+    </path>
     
     <path id="tests.extra.classpath">
+      <path refid="wsconsume.classpath"/>
       <pathelement location="${int.sunri.dir}/output/lib/jbossws-sunri-client.jar"/>
     </path>
     

Copied: trunk/integration/sunri/src/main/resources/jbossws-sunri-client.jar/META-INF/services/org.jboss.wsf.spi.tools.ConsumerFactoryImpl (from rev 4036, trunk/integration/sunri/src/main/resources/jbossws-sunri-client.jar/META-INF/services/org.jboss.wsf.tools.ConsumerFactoryImpl)
===================================================================
--- trunk/integration/sunri/src/main/resources/jbossws-sunri-client.jar/META-INF/services/org.jboss.wsf.spi.tools.ConsumerFactoryImpl	                        (rev 0)
+++ trunk/integration/sunri/src/main/resources/jbossws-sunri-client.jar/META-INF/services/org.jboss.wsf.spi.tools.ConsumerFactoryImpl	2007-07-31 16:02:36 UTC (rev 4040)
@@ -0,0 +1 @@
+org.jboss.wsf.stack.sunri.tools.SunRIConsumerFactoryImpl
\ No newline at end of file

Copied: trunk/integration/sunri/src/main/resources/jbossws-sunri-client.jar/META-INF/services/org.jboss.wsf.spi.tools.ProviderFactoryImpl (from rev 4036, trunk/integration/sunri/src/main/resources/jbossws-sunri-client.jar/META-INF/services/org.jboss.wsf.tools.ProviderFactoryImpl)
===================================================================
--- trunk/integration/sunri/src/main/resources/jbossws-sunri-client.jar/META-INF/services/org.jboss.wsf.spi.tools.ProviderFactoryImpl	                        (rev 0)
+++ trunk/integration/sunri/src/main/resources/jbossws-sunri-client.jar/META-INF/services/org.jboss.wsf.spi.tools.ProviderFactoryImpl	2007-07-31 16:02:36 UTC (rev 4040)
@@ -0,0 +1 @@
+org.jboss.wsf.stack.sunri.tools.SunRIProviderFactoryImpl
\ No newline at end of file

Deleted: trunk/integration/sunri/src/main/resources/jbossws-sunri-client.jar/META-INF/services/org.jboss.wsf.tools.ConsumerFactoryImpl
===================================================================
--- trunk/integration/sunri/src/main/resources/jbossws-sunri-client.jar/META-INF/services/org.jboss.wsf.tools.ConsumerFactoryImpl	2007-07-31 15:55:56 UTC (rev 4039)
+++ trunk/integration/sunri/src/main/resources/jbossws-sunri-client.jar/META-INF/services/org.jboss.wsf.tools.ConsumerFactoryImpl	2007-07-31 16:02:36 UTC (rev 4040)
@@ -1 +0,0 @@
-org.jboss.wsf.stack.sunri.tools.SunRIConsumerFactoryImpl
\ No newline at end of file

Deleted: trunk/integration/sunri/src/main/resources/jbossws-sunri-client.jar/META-INF/services/org.jboss.wsf.tools.ProviderFactoryImpl
===================================================================
--- trunk/integration/sunri/src/main/resources/jbossws-sunri-client.jar/META-INF/services/org.jboss.wsf.tools.ProviderFactoryImpl	2007-07-31 15:55:56 UTC (rev 4039)
+++ trunk/integration/sunri/src/main/resources/jbossws-sunri-client.jar/META-INF/services/org.jboss.wsf.tools.ProviderFactoryImpl	2007-07-31 16:02:36 UTC (rev 4040)
@@ -1 +0,0 @@
-org.jboss.wsf.stack.sunri.tools.SunRIProviderFactoryImpl
\ No newline at end of file




More information about the jbossws-commits mailing list