balld 01/01/22 15:49:47
Modified: src/org/apache/cocoon/processor/xsp/library/sql esql.xsl
Log:
changed c2 logger
Revision Changes Path
1.54 +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.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- esql.xsl 2001/01/22 23:45:06 1.53
+++ esql.xsl 2001/01/22 23:49:44 1.54
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<!-- $Id: esql.xsl,v 1.53 2001/01/22 23:45:06 balld Exp $-->
+<!-- $Id: esql.xsl,v 1.54 2001/01/22 23:49:44 balld Exp $-->
<!--
============================================================================
@@ -281,7 +281,7 @@
_esql_connection.datasource = (DataSourceComponent)
_esql_selector.select(String.valueOf(<xsl:copy-of select="$pool"/>));
_esql_connection.connection =
_esql_connection.datasource.getConnection();
} catch (Exception _esql_exception_<xsl:value-of
select="generate-id(.)"/>) {
- cocoonLogger.error("Could not get the
datasource",_esql_exception_<xsl:value-of select="generate-id(.)"/>);
+ log.error("Could not get the
datasource",_esql_exception_<xsl:value-of select="generate-id(.)"/>);
throw new RuntimeException("Could not get the datasource
"+_esql_exception_<xsl:value-of select="generate-id(.)"/>);
}
</xsl:when>