I encoutred last time some issues using H2 DB and Hibernate for reverse engeneering: After creating my database in a defined schema I used hibernate with "reverse engeneering" function to create my java classes and .hbm.xml files. By using hibernate session factory to add some values to tables with many to many relation, I receive a hibernate error: many to many table not found!!! In Addition to that the hibernate.reveng.xml file points to all DB tables with their schema. After moving all my table to the public schema inserting data is working as well but in defined schema give an error back.
-- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
