bloritsch    01/06/19 13:27:20

  Modified:    src/org/apache/cocoon/processor/xsp/library/sql esql.xsl
  Log:
  Fixed rethrowing exceptio in setAutoCommit.
  
  Revision  Changes    Path
  1.83      +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.82
  retrieving revision 1.83
  diff -u -r1.82 -r1.83
  --- esql.xsl  2001/06/13 22:07:47     1.82
  +++ esql.xsl  2001/06/19 20:27:14     1.83
  @@ -1,5 +1,5 @@
   <?xml version="1.0"?>
  -<!-- $Id: esql.xsl,v 1.82 2001/06/13 22:07:47 giacomo Exp $-->
  +<!-- $Id: esql.xsl,v 1.83 2001/06/19 20:27:14 bloritsch Exp $-->
   <!--
   
    ============================================================================
  @@ -359,7 +359,7 @@
             }
           }
         } catch (Exception _esql_exception_<xsl:value-of select="generate-id(.)"/>) {
  -        throw new RuntimeException("Error setting connection autocommit");
  +        // do NOT: throw new RuntimeException("Error setting connection 
autocommit");
         }
         <xsl:if test="esql:use-limit-clause">
           {
  
  
  

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