You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2006/04/14 23:56:02 UTC

svn commit: r394207 - /geronimo/branches/1.1/modules/deploy-jsr88/src/java/org/apache/geronimo/deployment/plugin/local/StartCommand.java

Author: djencks
Date: Fri Apr 14 14:55:59 2006
New Revision: 394207

URL: http://svn.apache.org/viewcvs?rev=394207&view=rev
Log:
use module id for module id, not object name

Modified:
    geronimo/branches/1.1/modules/deploy-jsr88/src/java/org/apache/geronimo/deployment/plugin/local/StartCommand.java

Modified: geronimo/branches/1.1/modules/deploy-jsr88/src/java/org/apache/geronimo/deployment/plugin/local/StartCommand.java
URL: http://svn.apache.org/viewcvs/geronimo/branches/1.1/modules/deploy-jsr88/src/java/org/apache/geronimo/deployment/plugin/local/StartCommand.java?rev=394207&r1=394206&r2=394207&view=diff
==============================================================================
--- geronimo/branches/1.1/modules/deploy-jsr88/src/java/org/apache/geronimo/deployment/plugin/local/StartCommand.java (original)
+++ geronimo/branches/1.1/modules/deploy-jsr88/src/java/org/apache/geronimo/deployment/plugin/local/StartCommand.java Fri Apr 14 14:55:59 2006
@@ -72,7 +72,7 @@
                     List kids = loadChildren(kernel, configName);
 
                     // Build a response obect containg the started configuration and a list of it's contained modules
-                    TargetModuleIDImpl id = new TargetModuleIDImpl(modules[i].getTarget(), objectName,
+                    TargetModuleIDImpl id = new TargetModuleIDImpl(modules[i].getTarget(), module.getModuleID(),
                             (String[]) kids.toArray(new String[kids.size()]));
                     if (isWebApp(kernel, configName)) {
                         id.setType(ModuleType.WAR);