You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Eric Covener (JIRA)" <ji...@apache.org> on 2010/08/18 17:17:16 UTC

[jira] Created: (OWB-442) our EJB proxies are broken when multiple local interfaces are used on a single class

our EJB proxies are broken when multiple local interfaces are used on a single class
------------------------------------------------------------------------------------

                 Key: OWB-442
                 URL: https://issues.apache.org/jira/browse/OWB-442
             Project: OpenWebBeans
          Issue Type: Bug
          Components: Java EE Integration
    Affects Versions: 1.0.0-alpha-1
            Reporter: Eric Covener
            Assignee: Eric Covener


our javassist proxies for EJB beans only implement the single injected type, but they are stored in a cache keyed solely off the managed bean class.  

We need either another dimension for the type, or to set all local interfaces on the proxy.

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


[jira] Resolved: (OWB-442) our EJB proxies are broken when multiple local interfaces are used on a single class

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

Eric Covener resolved OWB-442.
------------------------------

    Fix Version/s: 1.0.0-alpha-2
       Resolution: Fixed

> our EJB proxies are broken when multiple local interfaces are used on a single class
> ------------------------------------------------------------------------------------
>
>                 Key: OWB-442
>                 URL: https://issues.apache.org/jira/browse/OWB-442
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Java EE Integration
>    Affects Versions: 1.0.0-alpha-1
>            Reporter: Eric Covener
>            Assignee: Eric Covener
>             Fix For: 1.0.0-alpha-2
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> our javassist proxies for EJB beans only implement the single injected type, but they are stored in a cache keyed solely off the managed bean class.  
> We need either another dimension for the type, or to set all local interfaces on the proxy.

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