bloritsch    01/03/26 12:29:16

  Modified:    src/org/apache/cocoon/processor/xsp/library/sql esql.xsl
  Log:
  fix exception
  
  Revision  Changes    Path
  1.74      +2 -2      
xml-cocoon/src/org/apache/cocoon/processor/xsp/library/sql/esql.xsl
  
  Index: esql.xsl
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon/src/org/apache/cocoon/processor/xsp/library/sql/esql.xsl,v
  retrieving revision 1.73
  retrieving revision 1.74
  diff -u -r1.73 -r1.74
  --- esql.xsl  2001/03/26 20:26:10     1.73
  +++ esql.xsl  2001/03/26 20:29:15     1.74
  @@ -1,5 +1,5 @@
   <?xml version="1.0"?>
  -<!-- $Id: esql.xsl,v 1.73 2001/03/26 20:26:10 bloritsch Exp $-->
  +<!-- $Id: esql.xsl,v 1.74 2001/03/26 20:29:15 bloritsch Exp $-->
   <!--
   
    ============================================================================
  @@ -260,7 +260,7 @@
               throw new RuntimeException("Error getting clob data: " + 
e.getMessage());
           } finally {
               if (asciiStream != null) try {asciiStream.close();} catch 
(Exception ase) {
  -                throw new RuntimeException("Error closing clob stream: " + 
e.getMessage());
  +                throw new RuntimeException("Error closing clob stream: " + 
ase.getMessage());
               }
           }
   
  
  
  

----------------------------------------------------------------------
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