DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20843>.
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=20843

When trying to select 3824 rows from a DB i get an ArrayIndexOutOfBoundsException





------- Additional Comments From [EMAIL PROTECTED]  2003-06-17 19:13 -------
I have made changes to my query:

I have changed the StreamingMode to be enableStreamingMode instead of 
disableStreamingMode.  Then i had to change my apply-templates to work on the 
the row-set element instead of the row and provide another level of templates 
i.e.
<xsl:apply-templates select="$table/sql/row-set"/>
instead of
<xsl:apply-templates select="$table/sql/row-set/row"/>

Then provide a dummy template

<xsl:template match="row-set">
<xsl:apply-templates select="row"/>
</xsl:template>

This appears to have solved my problem, but i do not see this as a fix.

Reply via email to