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/07/23 02:45:50 UTC

[jira] Created: (OWB-419) fix @Dependent handling in ELResolver

fix @Dependent handling in ELResolver
-------------------------------------

                 Key: OWB-419
                 URL: https://issues.apache.org/jira/browse/OWB-419
             Project: OpenWebBeans
          Issue Type: Bug
          Components: Injection and Lookup
    Affects Versions: 1.0.0-alpha-1
            Reporter: Mark Struberg
            Assignee: Mark Struberg
             Fix For: 1.0.0-alpha-2


We currently store all beans which get evaluated in a EL in the dependent list. This must only happen for Beans with @Dependent scope, but _not_ for @NormalScoped beans!

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


[jira] Commented: (OWB-419) fix @Dependent handling in ELResolver

Posted by "Mark Struberg (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OWB-419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12891549#action_12891549 ] 

Mark Struberg commented on OWB-419:
-----------------------------------

Actually the coded did work already, but was hard to understand since the Dependent handling have been implemented in different sources. I refactored the code now, added better documentation and also added a cache for resolved bean proxies. This speeds up the performance of a typical JSF2 application about 30%.

> fix @Dependent handling in ELResolver
> -------------------------------------
>
>                 Key: OWB-419
>                 URL: https://issues.apache.org/jira/browse/OWB-419
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Injection and Lookup
>    Affects Versions: 1.0.0-alpha-1
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>             Fix For: 1.0.0-alpha-2
>
>
> We currently store all beans which get evaluated in a EL in the dependent list. This must only happen for Beans with @Dependent scope, but _not_ for @NormalScoped beans!

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


[jira] Resolved: (OWB-419) fix @Dependent handling in ELResolver

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

Mark Struberg resolved OWB-419.
-------------------------------

    Resolution: Fixed

> fix @Dependent handling in ELResolver
> -------------------------------------
>
>                 Key: OWB-419
>                 URL: https://issues.apache.org/jira/browse/OWB-419
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Injection and Lookup
>    Affects Versions: 1.0.0-alpha-1
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>             Fix For: 1.0.0-alpha-2
>
>
> We currently store all beans which get evaluated in a EL in the dependent list. This must only happen for Beans with @Dependent scope, but _not_ for @NormalScoped beans!

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