org.hibernate.exception.GenericJDBCException: Could not execute JDBC
batch update

I don't think your error is intrinsically related to Tapestry. You're having some SQL error. My non-existent psychic powers (ha!) tell me this is a primary key violation and you're using HSQLDB 1.8, which had a bug that prevented the specific error to be sent to the JDBC driver when executing a batch execution. Use HSQLDB 2.0, which I think has this problem solved.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to