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: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]