[jboss-cvs] JBossAS SVN: r108641 - branches/JBPAPP_5_1_datagrid/cluster/src/installers/datagrid.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 18 16:53:46 EDT 2010


Author: rachmatowicz at jboss.com
Date: 2010-10-18 16:53:46 -0400 (Mon, 18 Oct 2010)
New Revision: 108641

Modified:
   branches/JBPAPP_5_1_datagrid/cluster/src/installers/datagrid/build.xml
Log:
Add JMX Invoker and ROOT.war to datagrid profile to allow testsuite to function correctly.

Modified: branches/JBPAPP_5_1_datagrid/cluster/src/installers/datagrid/build.xml
===================================================================
--- branches/JBPAPP_5_1_datagrid/cluster/src/installers/datagrid/build.xml	2010-10-18 20:47:05 UTC (rev 108640)
+++ branches/JBPAPP_5_1_datagrid/cluster/src/installers/datagrid/build.xml	2010-10-18 20:53:46 UTC (rev 108641)
@@ -90,6 +90,19 @@
             <fileset dir="${jboss.home}/server/web/deployers/jbossweb.deployer" /> 
         </copy>
 
+    	<!-- Temporary measure to add in the JMX invoker to get the testsuite running-->
+        <copy todir="${datagrid.deploy}">
+            <fileset dir="${jboss.home}/server/default/deploy/">
+            	<include name="jmx-invoker-service.xml"/> 
+               	<include name="legacy-invokers-service.xml"/> 
+               	<include name="transaction-jboss-beans.xml"/> 
+            </fileset>
+        </copy>            	
+        <copy todir="${datagrid.deploy}/ROOT.war">
+            <fileset dir="${jboss.home}/server/default/deploy/ROOT.war"> 
+            </fileset>
+        </copy>            	
+    	
         <delete dir="${datagrid.deploy}/datagrid.sar/infinispan-server-rest.war/WEB-INF/lib/" includes="infinispan-core*, log4j*, slf4j*, jgroups*, river*, scala-library*, jboss-*"/>
 
     </target>



More information about the jboss-cvs-commits mailing list