Hi all,
I want to make reverse engineering from a big database (mysql). I had downloading Hibernate tools 3.2.0 beta 9a, installing, using, ... all is ok, i see my data schema in the wizard.
The problem is when i want to generate hbm.xml files thanks to configurations. In the wizard, i have defined a configuration for generating them (*.hbm.xml) and a reveng.xml file in which i have specified type mapping. It runs very good when i don't use the reveng.xml file in the configuration. When i want to use it (i have select org.hibernate.cfg.reveng.ReverseEngineeringStrategyUtil as reveng. strategy), i have this error :
Quote:
org.hibernate.console.HibernateConsoleRuntimeException: Could not create or find org.hibernate.cfg.reveng.ReverseEngineeringStrategyUtil with default no-arg constructor
java.lang.IllegalAccessException: Class org.hibernate.eclipse.launch.CodeGenerationLaunchDelegate can not access a member of class org.hibernate.cfg.reveng.ReverseEngineeringStrategyUtil with modifiers "private"
Does anyone help me ?