query result shows exception when executing update query
--------------------------------------------------------
Key: HBX-705
URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-705
Project: Hibernate Tools
Type: Bug
Components: eclipse
Versions: 3.2beta6
Reporter: Max Rydahl Andersen
for query "delete Person" on an empty db the following is shown in queyr result view:
java.lang.NullPointerException
at org.hibernate.impl.SessionFactoryImpl.getReturnAliases(SessionFactoryImpl.java:657)
at org.hibernate.impl.AbstractQueryImpl.getReturnAliases(AbstractQueryImpl.java:158)
at org.hibernate.console.HQLQueryPage.getPathNames(HQLQueryPage.java:110)
at org.hibernate.eclipse.console.views.QueryPageViewer.addColumnsToTable(QueryPageViewer.java:249)
at org.hibernate.eclipse.console.views.QueryPageViewer.createTable(QueryPageViewer.java:204)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|