[jboss-cvs] JBoss Messaging SVN: r7022 - trunk/examples/common/src/org/jboss/common/example.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 26 10:36:39 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-05-26 10:36:39 -0400 (Tue, 26 May 2009)
New Revision: 7022

Modified:
   trunk/examples/common/src/org/jboss/common/example/SpawnedVMSupport.java
Log:
tweak

Modified: trunk/examples/common/src/org/jboss/common/example/SpawnedVMSupport.java
===================================================================
--- trunk/examples/common/src/org/jboss/common/example/SpawnedVMSupport.java	2009-05-26 14:36:22 UTC (rev 7021)
+++ trunk/examples/common/src/org/jboss/common/example/SpawnedVMSupport.java	2009-05-26 14:36:39 UTC (rev 7022)
@@ -58,7 +58,7 @@
    {
       String classPath = System.getProperty("java.class.path");
       
-      return spawnVM(classPath, vmargs, logOutput, success, failure, configDir, args);
+      return spawnVM(classPath, className, vmargs, logOutput, success, failure, configDir, args);
    }
 
    public static Process spawnVM(String classPath,




More information about the jboss-cvs-commits mailing list