Author: ammulder
Date: Wed Dec 14 13:28:52 2005
New Revision: 356877
URL: http://svn.apache.org/viewcvs?rev=356877&view=rev
Log:
Fix error message to use correct configId
Modified:
geronimo/branches/1.0/modules/deploy-jsr88/src/java/org/apache/geronimo/deployment/plugin/local/AbstractDeployCommand.java
Modified: geronimo/branches/1.0/modules/deploy-jsr88/src/java/org/apache/geronimo/deployment/plugin/local/AbstractDeployCommand.java
URL: http://svn.apache.org/viewcvs/geronimo/branches/1.0/modules/deploy-jsr88/src/java/org/apache/geronimo/deployment/plugin/local/AbstractDeployCommand.java?rev=356877&r1=356876&r2=356877&view=diff
==============================================================================
--- geronimo/branches/1.0/modules/deploy-jsr88/src/java/org/apache/geronimo/deployment/plugin/local/AbstractDeployCommand.java
(original)
+++ geronimo/branches/1.0/modules/deploy-jsr88/src/java/org/apache/geronimo/deployment/plugin/local/AbstractDeployCommand.java
Wed Dec 14 13:28:52 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
" +
|