Kathey Marsden wrote:
Daniel John Debrunner wrote:

Could it be DERBY-2142, which has a valid fix described.

Stan and I were looking at 2142, but for it to be that we would expect I think the connection to be null and we have a dereference of it. Here our NPE comes at this line. How can we even get an NPE with this line of code? Nothing is being dereferenced. I am sure I am being dense.

return new BrokeredStatement(statementControl, getJDBCLevel());

It could be the jit is messing up the line numbers for the NPE, especially if it is in-lining code. Could the NPE be in the BrokeredStatement constructor.

Dan.

Reply via email to