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: Gurkan Erdogdu


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.

Reply via email to