User: schaefera Date: 01/11/11 20:24:18 Modified: jboss build.xml Log: Reworked Farm which is now part of clustering and uses JavaGroups. Right now only the "farm-service.xml" must be deployed on each node of the farm and then servies must be placed into "/jboss/deploy/farm" and voila you this servies deployed on all nodes of the farm. Updated the JSR-77 file and created the MEJB Session Bean which allows the client to retrieve management info from the server and then manage the server. The Session Bean is a vain implementation. Revision Changes Path 1.46 +8 -1 build/jboss/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/build/jboss/build.xml,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- build.xml 2001/11/09 06:26:36 1.45 +++ build.xml 2001/11/12 04:24:18 1.46 @@ -10,7 +10,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.45 2001/11/09 06:26:36 chirino Exp $ --> +<!-- $Id: build.xml,v 1.46 2001/11/12 04:24:18 schaefera Exp $ --> <project default="main" name="JBoss/Build"> @@ -740,6 +740,13 @@ <copy todir="${install.deploy}" filtering="no"> <fileset dir="${_module.output}/lib"> <include name="jmx-ejb-adaptor.jar"/> + </fileset> + </copy> + + <!-- Copy the ejb-management.jar (deploy) --> + <copy todir="${install.deploy}" filtering="no"> + <fileset dir="${_module.output}/lib"> + <include name="ejb-management.jar"/> </fileset> </copy>
_______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development