I've built a set of "deployment" checks I use to help installation and upgrades... checks datasources are in the right place and can connect, application init parameters are valid, etc...

One of the things I do is build the update scripts for Hibernate, since that's become our OR mapping tool of choice. I don't want to automatically run the changes, since as with any of these deployment errors, I want to report them to the sysadmin doing the deployment.

Since hibernate 2.0 release, I've been taking the code out of SchemaUpdate so I can just get the String[] of SQL statements. However, between 2.0.0 -> 2.0.1 -> 2.0.2, this code has changed back and forth, and basically means I have to review this copy-and-pasted code. I know I'm probably doing something a bit different than what most people will want, but is the API behind SchemaUpdate expected to stabilize anytime soon?

--
Serge Knystautas
President
Lokitech >> software . strategy . design >> http://www.lokitech.com
p. 301.656.5501
e. [EMAIL PROTECTED]




------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0 _______________________________________________ hibernate-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to