tom_ <[EMAIL PROTECTED]> writes:
> Here is the debug stack trace
>
[...]
> Caused by: java.lang.NullPointerException
> at
> org.apache.derby.iapi.types.SQLChar.getCollationKey(SQLChar.java:2516)
Thanks! It seems like Mamta's guess was correct. The NPE was thrown by
this line:
RuleBasedCollator rbc = getLocaleFinder().getCollator();
I managed to reproduce this bug with a small SQL script. I have logged a
bug report (http://issues.apache.org/jira/browse/DERBY-3302) and
attached the repro to it.
--
Knut Anders