/[Apache-SVN]/geronimo/branches/1.1/modules/deploy-jsr88/src/java/org/apache/geronimo/deployment/plugin/local/CommandSupport.java
ViewVC logotype

Diff of /geronimo/branches/1.1/modules/deploy-jsr88/src/java/org/apache/geronimo/deployment/plugin/local/CommandSupport.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- geronimo/branches/1.1/modules/deploy-jsr88/src/java/org/apache/geronimo/deployment/plugin/local/CommandSupport.java	2006/04/16 01:10:35	394421
+++ geronimo/branches/1.1/modules/deploy-jsr88/src/java/org/apache/geronimo/deployment/plugin/local/CommandSupport.java	2006/04/16 01:24:00	394422
@@ -247,7 +247,7 @@ public abstract class CommandSupport imp
     }
 
     public void setCommandContext(CommandContext commandContext) {
-        this.commandContext = commandContext;
+        this.commandContext = new CommandContext(commandContext);
     }
 
     public static ModuleType convertModuleType(ConfigurationModuleType type) {

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26