JPA Hibernate annotation driven transaction MySql 5.0.56 failure |
I am writing multiple times to mysql in same transaction. I am using an XA driver in a 2pc (mysql-connector-java-5.1.6-bin.jar). Inserts are showing in console as happening. tm.out reports rollback. I am seeing no errors from mysql in that log (like the existing problem area reports). I am reading Websphere MQ and writing to mysql. I had this same concept working before in another example that I wrote. Unable to see any differents to explain this issue. Garth
Garth Schneider
Monday, June 23, 2008
Have taken out a loop of 10 of the writes. The other writes are working now. I have not figured it out yet put it appears to be something on my side that is causing problem.
Garth Schneider
Monday, June 23, 2008
Well I spent 2 days on this one. I had a field that got truncated. Normally in this situation I get an error message. This time that did not occur. Problem solved. Garth
Garth Schneider
Monday, June 23, 2008
Hi,
Thanks for the feedback. Do you mean that we are swallowing JDBC errors in our new JDBC module?
Guy Pardon
Sunday, June 29, 2008
|