You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by am...@apache.org on 2005/12/14 22:35:09 UTC

svn commit: r356882 - /geronimo/trunk/modules/deploy-jsr88/src/java/org/apache/geronimo/deployment/plugin/local/AbstractDeployCommand.java

Author: ammulder
Date: Wed Dec 14 13:35:07 2005
New Revision: 356882

URL: http://svn.apache.org/viewcvs?rev=356882&view=rev
Log:
Fix missing deployer error message to use the right configId

Modified:
    geronimo/trunk/modules/deploy-jsr88/src/java/org/apache/geronimo/deployment/plugin/local/AbstractDeployCommand.java

Modified: geronimo/trunk/modules/deploy-jsr88/src/java/org/apache/geronimo/deployment/plugin/local/AbstractDeployCommand.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/deploy-jsr88/src/java/org/apache/geronimo/deployment/plugin/local/AbstractDeployCommand.java?rev=356882&r1=356881&r2=356882&view=diff
==============================================================================
--- geronimo/trunk/modules/deploy-jsr88/src/java/org/apache/geronimo/deployment/plugin/local/AbstractDeployCommand.java (original)
+++ geronimo/trunk/modules/deploy-jsr88/src/java/org/apache/geronimo/deployment/plugin/local/AbstractDeployCommand.java Wed Dec 14 13:35:07 2005
@@ -68,7 +68,7 @@
                  "This usually indicates a serious problem with the configuration of " +
                  "your running Geronimo server.  If " +
                  "the deployer is present but not started, the workaround is to run " +
-                 "a deploy command like 'start geronimo/runtime-deployer/1.0/car'.  " +
+                 "a deploy command like 'start geronimo/geronimo-gbean-deployer/1.0/car'.  " +
                  "If the deployer service is not present at all (it was undeployed) then " +
                  "you need to either re-install Geronimo or get a deployment plan for the " +
                  "runtime deployer and distribute it while the server is not running and " +