Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 6468 invoked by uid 500); 16 Feb 2002 15:58:06 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 6450 invoked from network); 16 Feb 2002 15:58:05 -0000 Message-ID: <002b01c1b702$b9d0a1c0$0a01a8c0@anubis> From: "Andreas Neuenschwander" To: References: Subject: Patch for ESQL Logicsheet Date: Sat, 16 Feb 2002 16:58:03 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="KOI8-R" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi there, Can someone apply this small patch to the esql.xsl logicsheet? The orig_esql.xsl was taken from the cocoon2.0.1-src distribution. This patch prevents a compile time error in nested esql statements. (Explained in detail in my previous email) [root@ISIS java]# diff orig_esql.xsl /home/develop/repository/patched_esql.xsl 524,525c524 < int _esql_update_count = _esql_query.getStatement().getUpdateCount(); < if (_esql_update_count >= 0) { --- > if (_esql_query.getStatement().getUpdateCount() >= 0) { Thx, Andi --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org