[jboss-cvs] JBoss Messaging SVN: r7255 - trunk/examples/javaee/xarecovery.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 8 11:27:36 EDT 2009


Author: jmesnil
Date: 2009-06-08 11:27:36 -0400 (Mon, 08 Jun 2009)
New Revision: 7255

Modified:
   trunk/examples/javaee/xarecovery/build.xml
Log:
XA Recovery example

* removed erroneous -b option when restarting JBoss AS

Modified: trunk/examples/javaee/xarecovery/build.xml
===================================================================
--- trunk/examples/javaee/xarecovery/build.xml	2009-06-08 14:55:46 UTC (rev 7254)
+++ trunk/examples/javaee/xarecovery/build.xml	2009-06-08 15:27:36 UTC (rev 7255)
@@ -48,7 +48,7 @@
    <echo>Restart the server and recover</echo>
    <echo>==============================</echo>
       <exec dir="${jboss.home}/bin" executable="sh">
-         <arg line="run.sh -b 192.168.0.10 -c ${example.name}-example-profile"/>
+         <arg line="run.sh -c ${example.name}-example-profile"/>
       </exec>
 
    </target>




More information about the jboss-cvs-commits mailing list