Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate 3.0.5
<property name="connection.datasource">MyDataSource</property>
<property name="hibernate.jndi.class">weblogic.jndi.WLInitialContextFactory</property>
<property name="hibernate.jndi.url">t3://localhost:7001</property>
<property name="hbm2ddl.auto">create</property>
DB: Adaptive Server Anywhere 9.0
I switched over to use my weblogic datasource. Once I did I noticed that db tables are not being created when hibernate loads. If the database is present ahead of time then everything is find and I can enter and retrieve data without any problems. I'm not getting any exceptions until I make an attempt to access a table that doesn't exist.
Any ideas what is causing this?
Thanks,
Jared