Hibernate Integration New Syntax

We are using Liquibase 2.0 and we would like to use the Hibernate Integration functionality. The manual at http://www.liquibase.org/manual/hibernate is uses the old syntax e.g. baseUrl instead of referenceUrl, etcetera. Although I tried to guess the correct parameters names I could not make it work. I took a cursory glance at the source code to no avail.

So I have the following question. How to generate a change log from changes in a hibernate configuration file and a reference database with Liquibase?

An example would be very helpfull.

Daan

(sorry for the slow reply)


I do need to get the hibernate documentation updated.  What is the error you are getting?  The parameter should be the same, but replacing “base” with “reference” in the parameter names.  


Nathan