Hi Robert! > Then I suppose the cayenne schema migration tool works just as well, > or better, since it actually works. ;) liquibase works of course! It is a great tool! I expressed it the wrong way.
But you cannot simply diff your current hibernate schema vs. the database schema and get the xml for liquibase - althought this should work. You have to define the schema manually. Regards, Peter.
