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/04 14:59:27 UTC

[jira] Created: (OWB-317) creationalContext in InvocationContextImpl is always null

creationalContext in InvocationContextImpl is always null
---------------------------------------------------------

                 Key: OWB-317
                 URL: https://issues.apache.org/jira/browse/OWB-317
             Project: OpenWebBeans
          Issue Type: Bug
          Components: Interceptor and Decorators
    Affects Versions: M4
            Reporter: Mark Struberg
            Assignee: Mark Struberg
             Fix For: 1.0.0


the creationalContext in InvocationContextImpl never gets set. So any situation where the contextual instance is not set (e.g. in InterceptorHandler#invoke) may not create a fresh contextual instance.

This situation should occur rarely if we fix the code in NormalScopedBeanInterceptorHandler though.

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


[jira] Resolved: (OWB-317) creationalContext in InvocationContextImpl is always null

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

Mark Struberg resolved OWB-317.
-------------------------------

    Resolution: Fixed

> creationalContext in InvocationContextImpl is always null
> ---------------------------------------------------------
>
>                 Key: OWB-317
>                 URL: https://issues.apache.org/jira/browse/OWB-317
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Interceptor and Decorators
>    Affects Versions: M4
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>             Fix For: 1.0.0
>
>
> the creationalContext in InvocationContextImpl never gets set. So any situation where the contextual instance is not set (e.g. in InterceptorHandler#invoke) may not create a fresh contextual instance.
> This situation should occur rarely if we fix the code in NormalScopedBeanInterceptorHandler though.

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