[webbeans-issues] [JBoss JIRA] Updated: (WBRI-195) application context isn't thread safe

Takeshi Kondo (JIRA) jira-events at lists.jboss.org
Sun Mar 22 12:20:22 EDT 2009


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

Takeshi Kondo updated WBRI-195:
-------------------------------

    Attachment: thread_safe_application_context.patch


add ReentrantLock to application scoped object initialization.

> application context isn't thread safe
> -------------------------------------
>
>                 Key: WBRI-195
>                 URL: https://jira.jboss.org/jira/browse/WBRI-195
>             Project: Web Beans
>          Issue Type: Bug
>          Components: Contexts
>    Affects Versions: 1.0.0.BETA1
>            Reporter: Takeshi Kondo
>            Assignee: Nicklas Karlsson
>         Attachments: test_code.patch, thread_safe_application_context.patch
>
>
> Application scoped object initialization isn't synchronized.
> so if initialization in concurrent request , create more than one instance.

-- 
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 weld-issues mailing list