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/07/23 04:13:50 UTC

[jira] Resolved: (OWB-406) BaseEjbBean.removedStatefulInstance used by multiple instances/EjbBeanProxyHandlers

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

Eric Covener resolved OWB-406.
------------------------------

    Resolution: Fixed

> BaseEjbBean.removedStatefulInstance used by multiple instances/EjbBeanProxyHandlers
> -----------------------------------------------------------------------------------
>
>                 Key: OWB-406
>                 URL: https://issues.apache.org/jira/browse/OWB-406
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Enterprise Web Beans
>    Affects Versions: 1.0.0-alpha-1
>         Environment: OWB + tomcat EJB integration
>            Reporter: Eric Covener
>            Assignee: Eric Covener
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> BaseEjbBean.removedStatefulInstance is used by MethodHandlers to track when a remove method on a session bean has been called, but there is only one one of these Contextuals per bean class not per instance.
> BaseEjbBean needs to manitain a map or the tracking needs to move into the Method Handler (EjbBeanProxyHandler)

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