Fixed
Details
Assignee
Koen AersKoen AersReporter
Olivier CaillouxOlivier CaillouxBug 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
Anthony PatricioKoen AersMax Rydahl AndersenOlivier CaillouxComponents
Fix versions
Affects versions
Priority
Critical
Details
Details
Assignee
Koen Aers
Koen AersReporter
Olivier Cailloux
Olivier CaillouxBug 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
Anthony Patricio
Koen Aers
Max Rydahl Andersen
Olivier Cailloux
Components
Fix versions
Affects versions
Priority
Created January 15, 2009 at 5:47 PM
Updated April 27, 2016 at 11:35 AM
Resolved February 17, 2009 at 1:06 PM
Hi,
I am trying to use hibernate tools in eclipse to reverse engineer a complex db, and I sometimes get "org.hibernate.tool.hbm2x.ExporterException: Error while processing Entity: persist.eXacto.Left with template pojo/Pojo.ftl" type exceptions.
After much tries, I have been able to track the error down to the following schema: https://smg8.ulb.ac.be/hib/SQLdiag.gif . The sql to create the problematic schema is the following: https://smg8.ulb.ac.be/hib/create_DB.sql .
The stack trace reported by Hibernate tools through the eclipse error log is here: https://smg8.ulb.ac.be/hib/stacktrace.log . The configuration files are here: https://smg8.ulb.ac.be/hib/logback.xml ; https://smg8.ulb.ac.be/hib/hibernate.reveng.xml ; https://smg8.ulb.ac.be/hib/persistence.xml .
I have not been able to log anything else from Hibernate other than the error stacktrace here above, altough I tried to configure logback correctly and enabled sql debugging in persistence.xml. What is missing to enable detailed log output?
Please tell me if you need any other information. I am beginner in Hibernate. Thank you for any help or pointer.
Olivier