Hello,
I am using the SQL-Extension and I running into a problem that I
think is related to the number of records in a result set and I am not
using streaming mode. I need to make recursive stylesheet calls and
access previous rows, so I cannot use streaming mode.
My table has 10 columns, and 3,183 rows in this case. When I run
my stylesheet over this table I immediately get a NullPointerException.
However, if I delete around 80 rows and run it, everything works fine. I
can delete a different 80 rows (to eliminate it being a problem in the
data contained in one of the rows) and it works fine. It seems to happen
right around 3100 rows. I haven't gone and deleted one row at a time yet
to determine the exact number of rows in this case.
Anyway, my question is has anyone experienced similar behavior?
Are there any known changes or work arounds for this problem? Is this a
known issue? If you would like more information I would be happy to
provide it, but I figured I would just see if this rang any bells with
anyone before we dove to far into the code. I appreciate your help.
-Dan