[hibernate-issues] [Hibernate-JIRA] Created: (HHH-6976) Duplicated actions in session actionQueue
sergio rolanski (JIRA)
noreply at atlassian.com
Tue Jan 17 07:54:13 EST 2012
Duplicated actions in session actionQueue
-----------------------------------------
Key: HHH-6976
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6976
Project: Hibernate ORM
Issue Type: Bug
Components: core
Affects Versions: 3.6.9
Environment: tomcat 7, hibernate 3.6.9, netbeans 7.0.1
Reporter: sergio rolanski
Attachments: hibernate3-6-9.png
While trying to solve some a problem in our application and I managed to find a "Cannot insert duplicate row" error. Investigating further I find something that seems like a problem in Hibernate's. (not a bug, a problem...)
ActionQueue class is using ArrayList to hold the actions. Attached is an image of what happened. Using ArrayList allow for duplicate entries in the action queue.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list