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 (JIRA)" <ji...@apache.org> on 2010/03/23 09:56:30 UTC

[jira] Reopened: (OWB-329) Interceptor instances get created each time the interceptor gets called

     [ https://issues.apache.org/jira/browse/OWB-329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg reopened OWB-329:
-------------------------------


we now have measurable mem leaks and CustomContexts crashes with a NPE. 
Currently collecting more information...

> Interceptor instances get created each time the interceptor gets called
> -----------------------------------------------------------------------
>
>                 Key: OWB-329
>                 URL: https://issues.apache.org/jira/browse/OWB-329
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Interceptor and Decorators
>    Affects Versions: M4
>            Reporter: Mark Struberg
>            Assignee: Gurkan Erdogdu
>            Priority: Critical
>             Fix For: 1.0.0
>
>
> Interceptors are defined as being @Dependent scoped. Thus, for one @ApplicationScoped contextual instance, only one interceptor instance of a certain type must exist. But we currently create a new instance for each and every method invocation which is intercepted. 
> This is not only terribly slow, but also doesn't work as expected from a portable perspective.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.