You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by gd...@apache.org on 2004/07/05 09:02:28 UTC

cvs commit: incubator-geronimo/sandbox/messaging/src/java/org/apache/geronimo/messaging/admin/deployment ManagedServer.java

gdamour     2004/07/05 00:02:28

  Modified:    sandbox/messaging/src/java/org/apache/geronimo/messaging/admin/deployment
                        ManagedServer.java
  Log:
  Comment out temporary a section of code related to the deployment of modules.
  
  Revision  Changes    Path
  1.7       +10 -9     incubator-geronimo/sandbox/messaging/src/java/org/apache/geronimo/messaging/admin/deployment/ManagedServer.java
  
  Index: ManagedServer.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/messaging/src/java/org/apache/geronimo/messaging/admin/deployment/ManagedServer.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ManagedServer.java	10 Jun 2004 23:12:25 -0000	1.6
  +++ ManagedServer.java	5 Jul 2004 07:02:28 -0000	1.7
  @@ -127,14 +127,15 @@
           // module is saved "as-is" in the data-store.
           // Injects the Referenceable interface such that the ProgressObject
           // is not marshalled.
  -        DistributeCommand command =
  -            new DistributeCommand(
  -                store,
  -                new NoOpConfigurationBuilder(),
  -                jis,
  -                null);
  -        new Thread(command).start();
  -        return (ProgressObject) ReferenceableEnhancer.enhance(command);
  +//        DistributeCommand command =
  +//            new DistributeCommand(
  +//                store,
  +//                new NoOpConfigurationBuilder(),
  +//                jis,
  +//                null);
  +//        new Thread(command).start();
  +//        return (ProgressObject) ReferenceableEnhancer.enhance(command);
  +        return null;
       }
   
       public TargetModuleID[] getAvailableModules(