Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 36830 invoked by uid 500); 22 May 2002 09:23:50 -0000 Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: cocoon-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cocoon-cvs@xml.apache.org Received: (qmail 36821 invoked by uid 500); 22 May 2002 09:23:50 -0000 Delivered-To: apmail-xml-cocoon2-cvs@apache.org Date: 22 May 2002 09:23:48 -0000 Message-ID: <20020522092348.46959.qmail@icarus.apache.org> From: haul@apache.org To: xml-cocoon2-cvs@apache.org Subject: cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java esql.xsl X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N haul 02/05/22 02:23:48 Modified: src/java/org/apache/cocoon/components/language/markup/xsp/java esql.xsl Log: Changed order of evaluation of call-results and other results as neil pointed out that out parameters need to be processed first. Revision Changes Path 1.25 +6 -4 xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/esql.xsl Index: esql.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/esql.xsl,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- esql.xsl 21 May 2002 19:37:44 -0000 1.24 +++ esql.xsl 22 May 2002 09:23:48 -0000 1.25 @@ -1,6 +1,6 @@ - + getLogger().debug("esql query: " + _esql_query.getQueryString()); + + + // call results @@ -493,9 +496,8 @@ - - _esql_query.getStatement().close(); + } catch (SQLException _esql_exception_) { ---------------------------------------------------------------------- In case of troubles, e-mail: webmaster@xml.apache.org To unsubscribe, e-mail: cocoon-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: cocoon-cvs-help@xml.apache.org