User: d_jencks
  Date: 02/02/24 21:29:19

  Modified:    src/main/org/jboss/deployment MainDeployer.java
  Log:
  put back inelegant yet strangely working version of njar until jason can get the 
official way working
  
  Revision  Changes    Path
  1.5       +5 -1      jboss-system/src/main/org/jboss/deployment/MainDeployer.java
  
  Index: MainDeployer.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jboss-system/src/main/org/jboss/deployment/MainDeployer.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- MainDeployer.java 25 Feb 2002 02:54:22 -0000      1.4
  +++ MainDeployer.java 25 Feb 2002 05:29:19 -0000      1.5
  @@ -47,12 +47,16 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Marc Fleury</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Scott Stark</a>
  - * @version $Revision: 1.4 $
  + * @version $Revision: 1.5 $
    */
   public class MainDeployer
      extends ServiceMBeanSupport
      implements MainDeployerMBean, Runnable
   {
  +
  +   //So it's a hack, at least it works
  +   { org.jboss.net.protocol.nestedjar.NestedJarURLHandlerFactory.start(); }
  +
      /** Deployers **/
      private final Set deployers = new HashSet();
      
  
  
  

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

Reply via email to