bloritsch    01/03/15 05:48:49

  Modified:    src/org/apache/cocoon/components/language/markup/xsp/java
                        Tag: xml-cocoon2 util.xsl
  Log:
  Made fix to util logicsheet to make it work again.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.5   +3 -3      
xml-cocoon/src/org/apache/cocoon/components/language/markup/xsp/java/Attic/util.xsl
  
  Index: util.xsl
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon/src/org/apache/cocoon/components/language/markup/xsp/java/Attic/util.xsl,v
  retrieving revision 1.1.2.4
  retrieving revision 1.1.2.5
  diff -u -r1.1.2.4 -r1.1.2.5
  --- util.xsl  2001/02/22 19:07:59     1.1.2.4
  +++ util.xsl  2001/03/15 13:48:47     1.1.2.5
  @@ -142,7 +142,7 @@
   
                 XSPUtil.include(__is, this.contentHandler, newParser);
             } catch (Exception e) {
  -              this.cocoonLogger.error("Could not include page", e);
  +              this.log.error("Could not include page", e);
             } finally {
                 this.manager.release((Component) newParser);
             }
  @@ -181,7 +181,7 @@
   
                 XSPUtil.include(__is, this.contentHandler, newParser);
               } catch (Exception e) {
  -              this.cocoonLogger.error("Could not include page", e);
  +              this.log.error("Could not include page", e);
               } finally {
                 this.manager.release((Component) newParser);
               }
  @@ -215,7 +215,7 @@
   
                 XSPUtil.include(__is, this.contentHandler, newParser);
             } catch (Exception e) {
  -              this.cocoonLogger.error("Could not include page", e);
  +              this.log.error("Could not include page", e);
             } finally {
                 this.manager.release((Component) newParser);
             }
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to