[hibernate-issues] [Hibernate-JIRA] Updated: (HHH-6976) Duplicated actions in session actionQueue
sergio rolanski (JIRA)
noreply at atlassian.com
Tue Jan 17 07:56:10 EST 2012
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-6976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
sergio rolanski updated HHH-6976:
---------------------------------
Issue Type: Improvement (was: Bug)
> Duplicated actions in session actionQueue
> -----------------------------------------
>
> Key: HHH-6976
> URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6976
> Project: Hibernate ORM
> Issue Type: Improvement
> Components: core
> Affects Versions: 3.6.9
> Environment: tomcat 7, hibernate 3.6.9, netbeans 7.0.1
> Reporter: sergio rolanski
> Labels: hibernate
> 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