[jboss-cvs] JBossAS SVN: r79511 - in trunk: varia/src/resources/services/invoker/http and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 15 02:06:29 EDT 2008


Author: scott.stark at jboss.org
Date: 2008-10-15 02:06:29 -0400 (Wed, 15 Oct 2008)
New Revision: 79511

Modified:
   trunk/build/build-distr.xml
   trunk/build/build.xml
   trunk/varia/src/resources/services/invoker/http/web.xml
   trunk/varia/src/resources/services/invoker/httpha/web.xml
Log:
JBAS-6072, move legacy http invokers http-invoker.sar and httpha-invoker.sar to docs examples/legacy-remoting/


Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml	2008-10-15 05:52:06 UTC (rev 79510)
+++ trunk/build/build-distr.xml	2008-10-15 06:06:29 UTC (rev 79511)
@@ -1170,10 +1170,6 @@
       </fileset>
     </copy>
 
-    <!-- Include the HTTP invoker service unpacked -->
-    <mkdir dir="${install.server}/all/deploy/httpha-invoker.sar"/>
-    <unjar src="${_module.output}/lib/httpha-invoker.sar" dest="${install.server}/all/deploy/httpha-invoker.sar"/>
-
     <!-- copy the ant jmx client -->
     <mkdir dir="${install.client}"/>
     <copy todir="${install.client}" filtering="no">

Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2008-10-15 05:52:06 UTC (rev 79510)
+++ trunk/build/build.xml	2008-10-15 06:06:29 UTC (rev 79511)
@@ -720,7 +720,6 @@
         <exclude name="deploy/jbossweb-ejb.jar"/>
         <exclude name="deploy/jms/hajndi-jms-ds.xml"/>
         <exclude name="deploy/deploy.last/**"/>
-        <exclude name="deploy/httpha-invoker.sar/**"/>
         <exclude name="deploy/snmp-adaptor.sar/**"/>
         <exclude name="farm/**"/>
         <exclude name="deploy/juddi-service.sar/**"/>
@@ -732,7 +731,9 @@
           file="${project.root}/server/output/etc/conf/default/jndi.properties" overwrite="true"/>
  
     <unjar src="${project.root}/varia/output/lib/http-invoker.sar"
-      dest="${install.default}/deploy/http-invoker.sar"/>
+      dest="${install.docs}/examples/legacy-remoting/http-invoker.sar"/>
+    <unjar src="${project.root}/varia/output/lib/httpha-invoker.sar"
+      dest="${install.docs}/examples/legacy-remoting/httpha-invoker.sar"/>
 
     <!-- Build server/minimal manually -->
     <mkdir dir="${install.minimal.deploy}"/>

Modified: trunk/varia/src/resources/services/invoker/http/web.xml
===================================================================
--- trunk/varia/src/resources/services/invoker/http/web.xml	2008-10-15 05:52:06 UTC (rev 79510)
+++ trunk/varia/src/resources/services/invoker/http/web.xml	2008-10-15 06:06:29 UTC (rev 79511)
@@ -22,7 +22,7 @@
       </init-param>
       <init-param>
          <param-name>invokerName</param-name>
-         <param-value>jboss:service=Naming</param-value>
+         <param-value>jboss:service=NamingService</param-value>
          <description>The JMX ObjectName of the naming service mbean
          </description>
       </init-param>

Modified: trunk/varia/src/resources/services/invoker/httpha/web.xml
===================================================================
--- trunk/varia/src/resources/services/invoker/httpha/web.xml	2008-10-15 05:52:06 UTC (rev 79510)
+++ trunk/varia/src/resources/services/invoker/httpha/web.xml	2008-10-15 06:06:29 UTC (rev 79511)
@@ -22,7 +22,7 @@
       </init-param>
       <init-param>
          <param-name>invokerName</param-name>
-         <param-value>jboss:service=Naming</param-value>
+         <param-value>jboss:service=NamingService</param-value>
          <description>The JMX ObjectName of the naming service mbean
          </description>
       </init-param>




More information about the jboss-cvs-commits mailing list