User: schaefera
  Date: 01/06/04 15:55:15

  Modified:    src/main/org/jboss/deployment/scope
                        J2eeGlobalScopeDeployer.java
  Log:
  Adjusted the Server Data Collector to work with the Container-MBeans to
  get its management information.
  
  Revision  Changes    Path
  1.7       +0 -2      
jboss/src/main/org/jboss/deployment/scope/J2eeGlobalScopeDeployer.java
  
  Index: J2eeGlobalScopeDeployer.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jboss/src/main/org/jboss/deployment/scope/J2eeGlobalScopeDeployer.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- J2eeGlobalScopeDeployer.java      2001/05/28 16:16:10     1.6
  +++ J2eeGlobalScopeDeployer.java      2001/06/04 22:55:15     1.7
  @@ -295,8 +295,6 @@
                   source.onDeploy();
                   // redirect all modules to the responsible deployers
                   startModules(_d,source,oldCl);
  -                // and report successful deployment to collector
  -                addToCollector(_d,lCollector);
               } catch(Exception e) {
                   stopApplication(_d,new java.util.ArrayList(),null,scope,lCollector);
                   throw new J2eeDeploymentException("could not deploy "+_d.getName());
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to