You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Mark Struberg (Created) (JIRA)" <ji...@apache.org> on 2012/04/11 17:47:18 UTC

[jira] [Created] (OWB-664) WebContextsService#destroy also cleans contexts of other webapps

WebContextsService#destroy also cleans contexts of other webapps
----------------------------------------------------------------

                 Key: OWB-664
                 URL: https://issues.apache.org/jira/browse/OWB-664
             Project: OpenWebBeans
          Issue Type: Bug
          Components: Java EE Integration
    Affects Versions: 1.1.4
            Reporter: Mark Struberg
            Assignee: Mark Struberg
            Priority: Critical
             Fix For: 1.2.0


This affects webapp environments where OpenWebBeans is present in a shared ClassLoader and single webapps get stopped independent of each other. In that case the first webapp destroy() will also delete the ThreadLocals of the other webapps...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (OWB-664) WebContextsService#destroy also cleans contexts of other webapps

Posted by "Mark Struberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OWB-664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg resolved OWB-664.
-------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.2.0)
                   1.1.4

all reviewed and fine now. Just added a missing ThreadLocal cleanup
                
> WebContextsService#destroy also cleans contexts of other webapps
> ----------------------------------------------------------------
>
>                 Key: OWB-664
>                 URL: https://issues.apache.org/jira/browse/OWB-664
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Java EE Integration
>    Affects Versions: 1.1.4
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>            Priority: Critical
>             Fix For: 1.1.4
>
>
> This affects webapp environments where OpenWebBeans is present in a shared ClassLoader and single webapps get stopped independent of each other. In that case the first webapp destroy() will also delete the ThreadLocals of the other webapps...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira