Hi,
I have created a Java project using Hibernate in Eclipse. In my local environment it all works fine. This means * all tables are created (in hibernate.cfg.xml the property with name hbm2ddl.auto is set to create); * all posts will be saved correctly.
When I deploy my project the tables will be created in the server environment, but no posts will be saved. Part of my problem is I don´t know where all this is logged. I use Java 6 and Hibernate ? (I don´t know where I find the version).
I am very grateful to anyone who takes the time to answer this question or any part of it.
/Janne
|