[jbossws-commits] JBossWS SVN: r2458 - in trunk/integration-jboss42: src/main/resources/jbossws.sar/META-INF and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Feb 23 15:27:37 EST 2007


Author: jason.greene at jboss.com
Date: 2007-02-23 15:27:37 -0500 (Fri, 23 Feb 2007)
New Revision: 2458

Modified:
   trunk/integration-jboss42/build.xml
   trunk/integration-jboss42/src/main/resources/jbossws.sar/META-INF/jboss-service-no-ejb3.xml
   trunk/integration-jboss42/src/main/resources/jbossws.sar/META-INF/jboss-service.xml
Log:
sync missing jboss42 integration changes


Modified: trunk/integration-jboss42/build.xml
===================================================================
--- trunk/integration-jboss42/build.xml	2007-02-23 20:21:21 UTC (rev 2457)
+++ trunk/integration-jboss42/build.xml	2007-02-23 20:27:37 UTC (rev 2458)
@@ -157,6 +157,12 @@
   
   <!-- Deploy jbossws to jboss42 -->
   <target name="deploy-jboss42" depends="jboss42-jars" description="Deploy jbossws">
+    <copy todir="${jboss42.home}/bin" overwrite="true">
+      <fileset dir="${etc.dir}">
+        <include name="*.bat"/>
+        <include name="*.sh"/>
+      </fileset>
+    </copy>
     <copy todir="${jboss42.home}/client" overwrite="true">
       <fileset dir="${core.output.lib.dir}">
         <include name="jboss-jaxrpc.jar"/>
@@ -164,9 +170,10 @@
         <include name="jboss-saaj.jar"/>
         <include name="jbossws-client.jar"/>
       </fileset>
-    </copy>
-    <copy todir="${jboss50.home}/client" overwrite="true">
       <fileset dir="${thirdparty.dir}">
+        <include name="jaxb-api.jar"/>
+        <include name="jaxb-impl.jar"/>
+        <include name="jaxb-xjc.jar"/>
         <include name="jbossws-wsconsume-impl.jar"/>
       </fileset>
     </copy>

Modified: trunk/integration-jboss42/src/main/resources/jbossws.sar/META-INF/jboss-service-no-ejb3.xml
===================================================================
--- trunk/integration-jboss42/src/main/resources/jbossws.sar/META-INF/jboss-service-no-ejb3.xml	2007-02-23 20:21:21 UTC (rev 2457)
+++ trunk/integration-jboss42/src/main/resources/jbossws.sar/META-INF/jboss-service-no-ejb3.xml	2007-02-23 20:27:37 UTC (rev 2458)
@@ -5,9 +5,9 @@
 <server>
 
    <!--
-     A deployer service for WS clients.
+     Bind JAXRPC ServiceRefs
    -->
-   <mbean name="jboss.ws:service=WebServiceClientDeployer" code="org.jboss.ws.integration.jboss42.WebServiceClientDeployer">
+   <mbean name="jboss.ws:service=ServiceRefHandler" code="org.jboss.ws.integration.jboss42.ServiceRefHandler">
       <depends>jboss:service=Naming</depends>
    </mbean>
 

Modified: trunk/integration-jboss42/src/main/resources/jbossws.sar/META-INF/jboss-service.xml
===================================================================
--- trunk/integration-jboss42/src/main/resources/jbossws.sar/META-INF/jboss-service.xml	2007-02-23 20:21:21 UTC (rev 2457)
+++ trunk/integration-jboss42/src/main/resources/jbossws.sar/META-INF/jboss-service.xml	2007-02-23 20:27:37 UTC (rev 2458)
@@ -5,9 +5,9 @@
 <server>
 
    <!--
-     A deployer service for WS clients.
+     Bind JAXRPC ServiceRefs
    -->
-   <mbean name="jboss.ws:service=WebServiceClientDeployer" code="org.jboss.ws.integration.jboss42.WebServiceClientDeployer">
+   <mbean name="jboss.ws:service=ServiceRefHandler" code="org.jboss.ws.integration.jboss42.ServiceRefHandler">
       <depends>jboss:service=Naming</depends>
    </mbean>
 




More information about the jbossws-commits mailing list