You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Gerhard Petracek (Created) (JIRA)" <ji...@apache.org> on 2012/02/28 19:21:46 UTC

[jira] [Created] (OWB-650) ContextFactory#destroy*Context have to reset the proxy cache

ContextFactory#destroy*Context have to reset the proxy cache
------------------------------------------------------------

                 Key: OWB-650
                 URL: https://issues.apache.org/jira/browse/OWB-650
             Project: OpenWebBeans
          Issue Type: Bug
          Components: Context and Scopes
    Affects Versions: 1.1.3
            Reporter: Gerhard Petracek
            Assignee: Gerhard Petracek
            Priority: Minor
             Fix For: 1.1.4


context controller for cdi-se can break without the reset - see https://git-wip-us.apache.org/repos/asf?p=incubator-deltaspike.git;a=commit;h=90518e672731c8ade4a4df2b4ef8f1f0ca60be43 (#reStartContexts)

--
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] [Updated] (OWB-650) ContextFactory#destroy*Context have to reset the proxy cache

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

Mark Struberg updated OWB-650:
------------------------------

    Fix Version/s: 1.1.6
    
> ContextFactory#destroy*Context have to reset the proxy cache
> ------------------------------------------------------------
>
>                 Key: OWB-650
>                 URL: https://issues.apache.org/jira/browse/OWB-650
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Context and Scopes
>    Affects Versions: 1.1.3
>            Reporter: Gerhard Petracek
>            Assignee: Gerhard Petracek
>            Priority: Minor
>             Fix For: 1.1.6
>
>
> context controller for cdi-se can break without the reset - see https://git-wip-us.apache.org/repos/asf?p=incubator-deltaspike.git;a=commit;h=90518e672731c8ade4a4df2b4ef8f1f0ca60be43 (#reStartContexts)

--
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

[jira] [Resolved] (OWB-650) ContextFactory#destroy*Context have to reset the proxy cache

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

Gerhard Petracek resolved OWB-650.
----------------------------------

    Resolution: Fixed
    
> ContextFactory#destroy*Context have to reset the proxy cache
> ------------------------------------------------------------
>
>                 Key: OWB-650
>                 URL: https://issues.apache.org/jira/browse/OWB-650
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Context and Scopes
>    Affects Versions: 1.1.3
>            Reporter: Gerhard Petracek
>            Assignee: Gerhard Petracek
>            Priority: Minor
>             Fix For: 1.1.4
>
>
> context controller for cdi-se can break without the reset - see https://git-wip-us.apache.org/repos/asf?p=incubator-deltaspike.git;a=commit;h=90518e672731c8ade4a4df2b4ef8f1f0ca60be43 (#reStartContexts)

--
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-650) ContextFactory#destroy*Context have to reset the proxy cache

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

Gerhard Petracek resolved OWB-650.
----------------------------------

       Resolution: Later
    Fix Version/s:     (was: 1.1.4)

since it's possible to configure a custom org.apache.webbeans.proxy.mapping.javax.enterprise.context.ApplicationScoped, i'm ok with waiting for cdi 1.1 and just support what's required by the spec.
                
> ContextFactory#destroy*Context have to reset the proxy cache
> ------------------------------------------------------------
>
>                 Key: OWB-650
>                 URL: https://issues.apache.org/jira/browse/OWB-650
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Context and Scopes
>    Affects Versions: 1.1.3
>            Reporter: Gerhard Petracek
>            Assignee: Gerhard Petracek
>            Priority: Minor
>
> context controller for cdi-se can break without the reset - see https://git-wip-us.apache.org/repos/asf?p=incubator-deltaspike.git;a=commit;h=90518e672731c8ade4a4df2b4ef8f1f0ca60be43 (#reStartContexts)

--
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] [Reopened] (OWB-650) ContextFactory#destroy*Context have to reset the proxy cache

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

Mark Struberg reopened OWB-650:
-------------------------------


I'm not sure that resetting the proxies is a good idea!
This has NOTHING to do with cleaning the caches inside the proxies, but will really ditch the proxies itself, thus probably breaking lots of use cases.
                
> ContextFactory#destroy*Context have to reset the proxy cache
> ------------------------------------------------------------
>
>                 Key: OWB-650
>                 URL: https://issues.apache.org/jira/browse/OWB-650
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Context and Scopes
>    Affects Versions: 1.1.3
>            Reporter: Gerhard Petracek
>            Assignee: Gerhard Petracek
>            Priority: Minor
>             Fix For: 1.1.4
>
>
> context controller for cdi-se can break without the reset - see https://git-wip-us.apache.org/repos/asf?p=incubator-deltaspike.git;a=commit;h=90518e672731c8ade4a4df2b4ef8f1f0ca60be43 (#reStartContexts)

--
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