[weld-issues] [JBoss JIRA] Updated: (WELD-886) AbstractContext creationLock deadlock

Ales Justin (JIRA) jira-events at lists.jboss.org
Wed Jun 8 10:51:14 EDT 2011


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

Ales Justin updated WELD-886:
-----------------------------

    Fix Version/s: 1.1.2.Final


> 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

        


More information about the weld-issues mailing list