[ http://issues.apache.org/jira/browse/COCOON-668?page=all ]
Pier Fumagalli updated COCOON-668:
----------------------------------
Assign To: Torsten Curdt (was: Torsten Curdt)
> [PATCH] <esql:call needs-query="true"> generate an invalid xsp file
> -------------------------------------------------------------------
>
> Key: COCOON-668
> URL: http://issues.apache.org/jira/browse/COCOON-668
> Project: Cocoon
> Type: Bug
> Components: * Cocoon Core
> Versions: 2.1.8-dev (Current SVN)
> Environment: Operating System: All
> Platform: All
> Reporter: Liaw Wei Tjong
> Assignee: Torsten Curdt
> Attachments: esql_needs_query.zip, esql_needs_query.zip
>
> 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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira