[hibernate-issues] [Hibernate-JIRA] Created: (HHH-6863) serviceBindingList in AbstractServiceRegistryImpl needs synchronization

Sanne Grinovero (JIRA) noreply at atlassian.com
Tue Nov 29 15:00:19 EST 2011


serviceBindingList in AbstractServiceRegistryImpl needs synchronization
-----------------------------------------------------------------------

                 Key: HHH-6863
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6863
             Project: Hibernate Core
          Issue Type: Bug
            Reporter: Sanne Grinovero
            Assignee: Sanne Grinovero
             Fix For: 4.0.0.next


org.hibernate.service.internal.AbstractServiceRegistryImpl
defines to containers to store the services: a concurrent HashMap and a list; the List needs guarding or occasionally it will fail to cleanup some elements.

--
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