Since all the conversations are accessing the same instance of Instance<ConversationContext>, we effectively have a global lock (InstanceImpl extends AbstractFacade, which uses CreationalContextImpl, which synchronizes on field dependentInstances).
We can get the active ConversationContext through beanManagerImpl.getContext() instead of through Instance<ConversationContext>
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira