| Author |
Could not execute JDBC batch update
|
swati mittal
Ranch Hand
Joined: Oct 21, 2008
Posts: 39
|
|
Hi, I am trying to make a new entry into my database using Hibernate. but i am getting the following error message : Hibernate: insert into base_data (organization, application, locale, owner, owner_account, owner_name, title, description, role, ins_time, up_time, allow_comment, allow_trackback, allow_rating, allow_reference, allow_richcomment, thumb_tiny_url, thumb_small_url, thumb_medium_url, thumb_large_url, status, oldid, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) createChannelContent Method : Could not execute JDBC batch update create channel content: 0 Please help me as soon as possible. Thanks
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8141
|
|
createChannelContent Method : Could not execute JDBC batch update
I think there is a lot more in the exception stacktrace which the method createChannelContent is eating up Looks like it just prints the exception message. You might have to modify that method to print the exception stacktrace. The stacktrace will give you more information about why the insert failed.
|
[My Blog] [JavaRanch Journal]
|
 |
 |
|
|
subject: Could not execute JDBC batch update
|
|
|