[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3512) Fix ConcurrentModificationException in ServerConversationContext.flush()

Shane Bryzak (JIRA) jira-events at lists.jboss.org
Sun Oct 5 21:28:20 EDT 2008


Fix ConcurrentModificationException in ServerConversationContext.flush()
------------------------------------------------------------------------

                 Key: JBSEAM-3512
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3512
             Project: Seam
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.1.0.CR1
            Reporter: Shane Bryzak
            Assignee: Shane Bryzak
             Fix For: 2.1.0.GA


During ServerConversationContext.flush(), it is possible for further additions to the conversation context to be added during the passivation phase.  Specifically, the call to PersistenceContexts.instance() within PassivatedEntity.passivateEntity() can cause an extra attribute to be added to the conversation context, causing a ConcurrentModificationException.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list