Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 90527 invoked by uid 500); 6 May 2003 16:51:57 -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 90477 invoked from network); 6 May 2003 16:51:57 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 6 May 2003 16:51:57 -0000 Received: (qmail 11708 invoked by uid 50); 6 May 2003 16:54:01 -0000 Date: 6 May 2003 16:54:01 -0000 Message-ID: <20030506165401.11707.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: cocoon-dev@xml.apache.org Cc: Subject: DO NOT REPLY [Bug 19702] New: - [PATCH] generate an invalid xsp file X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19702 [PATCH] generate an invalid xsp file Summary: [PATCH] generate an invalid xsp file Product: Cocoon 2 Version: Current CVS 2.1 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: core AssignedTo: cocoon-dev@xml.apache.org ReportedBy: weitjong@magix.com.sg The patch allows esql to correctly show the resultset returned by stored procedure call using executeQuery() method required by some DBMS, eg. Sybase. The zip contains two unified diff files: 1. esql.xsl.diff Replace '_esql_query.execute(true)' with '_esql_query.executeQuery()'. The 'execute(boolean)' method is no longer available in v2.1. 2. AbstractEsqlQuery.java.diff Initialize the 'hasResultSet' member variable when there is a resultset returned by the 'executeQuery()' method.