[jboss-cvs] system2/src/main/org/jboss/deployers/plugins ...

Scott Stark scott.stark at jboss.com
Wed Jul 12 05:14:21 EDT 2006


  User: starksm 
  Date: 06/07/12 05:14:21

  Modified:    src/main/org/jboss/deployers/plugins  MainDeployerImpl.java
  Log:
  If there is no parent DeploymentContext set the root context
  
  Revision  Changes    Path
  1.5       +2 -0      system2/src/main/org/jboss/deployers/plugins/MainDeployerImpl.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MainDeployerImpl.java
  ===================================================================
  RCS file: /cvsroot/jboss/system2/src/main/org/jboss/deployers/plugins/MainDeployerImpl.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- MainDeployerImpl.java	12 Jul 2006 08:15:27 -0000	1.4
  +++ MainDeployerImpl.java	12 Jul 2006 09:14:21 -0000	1.5
  @@ -410,6 +410,8 @@
            // Add the subdeployment context
            if( parent != null )
               parent.addSubDeployment(ctx);
  +         else
  +            rootDeployment.setRootContext(ctx);
   
            // For each immeadiate child, see if its a subdeployment
            VirtualFile[] children = file.getChildren();
  
  
  



More information about the jboss-cvs-commits mailing list