Issue Type: Enhancement Enhancement
Assignee: Jozef Hartinger
Created: 26/Aug/13 4:35 AM
Description:

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>

Project: Weld
Priority: Major Major
Reporter: Marko Lukša
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