Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
Julian HalliwellJulian HalliwellPriority
CriticalNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Julian Halliwell
Julian HalliwellPriority
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 10 November 2015 at 12:49
Updated 3 November 2016 at 07:34
Resolved 3 November 2016 at 07:34
Executing an HQL query using the
cfquery
tag results in a NPE, e.g.<cfquery name="result" dbtype="hql"> FROM Test </cfquery>
java.lang.NullPointerException at lucee.runtime.tag.Query.executeORM(Query.java:742):742 at lucee.runtime.tag.Query.doEndTag(Query.java:569):569
Using
OrmExecuteQuery()
in script does not throw the NPE.Rolling back from 4.5.2.018 to the previous stable version 4.5.1.024 fixes the issue.
Test case attached.