1. Seam/Hibernate and PostgreSQL -- Any issues? stackoverflow.comI'm currently working on a project that makes use of Seam/Hibernate (JPA) on MySQL. I'm reconsidering moving towards PostgreSQL after investigating some of the features that it provides. My ... |
2. Entity is saved in DB, but never gets fetched stackoverflow.comWe're using JBoss Seam with JPA and Hibernate as persistence provider. We have encountered a very strange problem. In our UI we have a tree. When we add a node to the ... |
3. SEAM 2.2 Hibernate and PostgreSQL 8.4 seamframework.org16:43:06,455 WARN [JDBCExceptionReporter] SQL Error: 0, SQLState: 42601 16:43:06,456 ERROR [JDBCExceptionReporter] Batch-Eintrag 0 insert into User (email, name, version, id) values (NULL, 'ccds', '0', '10') wurde abgebrochen. Rufen Sie 'getNextException' auf, um die Ursache zu erfahren. 16:43:06,456 WARN [JDBCExceptionReporter] SQL Error: 0, SQLState: 42601 16:43:06,456 ERROR [JDBCExceptionReporter] ERROR: syntax error at or near "User" |