[ 
https://issues.jboss.org/browse/WELD-886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stuart Douglas closed WELD-886.
-------------------------------

    Resolution: Done


This appears to have been fixed

> AbstractContext creationLock deadlock
> -------------------------------------
>
>                 Key: WELD-886
>                 URL: https://issues.jboss.org/browse/WELD-886
>             Project: Weld
>          Issue Type: Bug
>    Affects Versions: 1.1.1.Final
>         Environment: glassfish
>            Reporter: MIchail Nikolaev
>            Assignee: Ales Justin
>              Labels: AbstractContext, applicationscoped, deadlock
>             Fix For: 1.1.2.Final
>
>
> AbstractContext.creationLock same for all applications on same server.
> I have portlet and webservice deployed on same glassfish server.
> On start of portlet the call to managed bean (@ApplicationScoped) is occured 
> (FolderService.getRootFolder). It causes to lock creationLock in 
> AbstractContext, create instance for bean, then call getRootFolder as default 
> postconstruct method.
> After getRootFolder calls webservice deployed on the same server. Webservice 
> method access another @ApplicationScoped bean. It causes to lock creationLock 
> again (in another thread) and produces deadlock.
> Thanks.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

Reply via email to