Hibernate should create the tables. There's a hibernate.hbm2ddl.auto=update property in applicationContext-hibernate.xml. This will only be run when you fire up an ApplicationContext (in a unit test or when running the app).
Matt On 1/15/07, Scott Purcell <[EMAIL PROTECTED]> wrote:
I am trying Equinox 1-4 as I do not need the power of appfuse yet. I downloaded 1.4 and read the directions. I went to web/WEB-INF/classes and moved jdbc.properties to jdbc.properties.postgres, and renamed the jdbc.properties.mysql to jdbc.properties. (I use mysql). Then I ensured that I created the "equinox" database with root and admin permissions. (match the jdbc.properties) file. then I ran ant test-all, but it is not creating the tables. After looking around for a bit, I would believe hibernate would create the tables, but I cannot verify this. So, does hibernate create the tables? Or do I need to create them before running the ant test-all command? Thanks
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
