You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to H2 Database
Hi,
when using H2 with Hibernate in Memory-Mode (jdbc:h2:mem:) and
'hibernate.hbm2ddl.auto' set to 'create' I do get
Caused by: org.h2.jdbc.JdbcSQLException: Table TABLE123 not found
When I change the jdbc-url to "jdbc:h2:file:newdb" (which doesn't
exist) everything works fine, i.e. Hibernate creates the tables and
sqls are executed.
Seems like a bug in the memory-implementation of H2 for me.
Thanks for help,
H2Fan
Thomas Mueller
unread,
Apr 19, 2009, 7:47:28 AM4/19/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message