Hi.
I want to user Liquibase with hibernate. The hibernate configuration is there in two parts
1 - hibernate.properties which specifies hibernate configuration
2 - hibernate.cfg.xml which specified the hibernate mapping
I think we can give the path to hibernate.cfg.xml by this param
hibernate:config/hibernate.cfg.xml
But i get exception because hibernate cannot build the confguration without hibernate.properties
Is there any way I can tell the plugin to use hibernate.properties file also for building hibernate configuration?
Thanks In Advance