User: mnf999  
  Date: 02/02/07 09:05:18

  Modified:    src/main/org/jboss/web AbstractWebContainer.java
  Log:
  Dr Jung's patch
  
  Revision  Changes    Path
  1.22      +2 -2      jboss/src/main/org/jboss/web/AbstractWebContainer.java
  
  Index: AbstractWebContainer.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/main/org/jboss/web/AbstractWebContainer.java,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- AbstractWebContainer.java 7 Feb 2002 08:56:35 -0000       1.21
  +++ AbstractWebContainer.java 7 Feb 2002 17:05:17 -0000       1.22
  @@ -128,7 +128,7 @@
   @see org.jboss.security.SecurityAssociation;
   
   @author  [EMAIL PROTECTED]
  -@version $Revision: 1.21 $
  +@version $Revision: 1.22 $
   */
   public abstract class AbstractWebContainer 
   extends ServiceMBeanSupport 
  @@ -245,7 +245,7 @@
         
         // Do we have a jar file jar:<theURL>!/..
         try {jarFile = ((JarURLConnection)new 
URL("jar:"+di.localUrl.toString()+"!/").openConnection()).getJarFile();}
  -         catch (Exception ignored) {throw new 
DeploymentException(ignored.getMessage());}
  +         catch (Exception ignored) {log.warn("could not extract webinf classes", 
ignored); return;}
         
         boolean uclCreated = false;
         
  
  
  

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

Reply via email to