Fixed
Details
Assignee
UnassignedUnassignedReporter
Dave MinterDave MinterBug Testcase Reminder (view)
Bug reports should generally be accompanied by a test case!
Bug Testcase Reminder (edit)
Bug reports should generally be accompanied by a test case!
Participants
Dave MinterMax Rydahl AndersenComponents
Fix versions
Affects versions
Priority
Minor
Details
Details
Assignee
Unassigned
UnassignedReporter
Dave Minter
Dave MinterBug Testcase Reminder (view)
Bug reports should generally be accompanied by a test case!
Bug Testcase Reminder (edit)
Bug reports should generally be accompanied by a test case!
Participants
Dave Minter
Max Rydahl Andersen
Components
Fix versions
Affects versions
Priority
Created June 17, 2006 at 10:01 AM
Updated August 15, 2006 at 2:05 AM
Resolved August 15, 2006 at 2:05 AM
Running the following query task against my database:
<htools destdir="${sql}">
<classpath refid="classpath.apps"/>
<annotationconfiguration configurationfile="${src}/hibernate.cfg.xml"/>
<query destfile="sql.log">from Note</query>
</htools>
Fails with the attached lavish stack trace. The cause of the problem appears to be a single character typo in:
org.hibernate.tool.hbm2x.QueryExporter on line 47 where a variable "iter" is used instead of "iter1".
There also appears to be a bug preventing the nested <hql> tasks from working, but I'm uncertain if that's an artifact of this problem or a separate issue.