Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] NullPointer Exception on alias variable when reusing it in a WHERE clause after using it in a JPQL function and IN query

Try setting the following persistence unit property:

eclipselink.jpql.parser=org.eclipse.persistence.queries.ANTLRQueryBuilder

On 17/01/2013 10:00 AM, Wim Bervoets wrote:
Hello,

I'm currently experiencing a NullPointerException in EclipseLink 2.4.1 which
I've described here:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=397751

I was wondering if this is a regression bug (I think so). And could it be fixed
in a next point release?

I tried creating a JUnit patch but getting my environment correctly setup for
EclipseLink didn't work. (eg. the existing JUnit tests failed to turn green).
Creating a simple test should be pretty simple actually for someone familiar
with the EclipseLink sources :-)

Thanks for any help,
Wim Bervoets


_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users



Back to the top