balld 01/01/16 18:33:42
Modified: src/org/apache/cocoon/processor/xsp/library/sql esql.xsl
Log:
removed c2 log error thing - will replace with more unified log later
Revision Changes Path
1.48 +1 -3
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.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- esql.xsl 2001/01/17 02:24:48 1.47
+++ esql.xsl 2001/01/17 02:33:42 1.48
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<!-- $Id: esql.xsl,v 1.47 2001/01/17 02:24:48 balld Exp $-->
+<!-- $Id: esql.xsl,v 1.48 2001/01/17 02:33:42 balld Exp $-->
<!--
============================================================================
@@ -308,8 +308,6 @@
throw new RuntimeException("Error setting connection autocommit");
}
<xsl:apply-templates/>
- } catch (Exception e) {
- log.error("Error processing the page", e);
} finally {
try {
if(!_esql_connection.connection.getAutoCommit()) {