On Mon, Mar 7, 2011 at 7:41 PM, Thiago H. de Paula Figueiredo
<[email protected]> wrote:
>> 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.

Well that works better. Thank you Thiago! It is much easier when it
gives you an actual error message.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to