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/19 20:59:53 UTC

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

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.


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

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

Eric Covener reopened OWB-406:
------------------------------


> 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.


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

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

Eric Covener closed 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.


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

Posted by "Eric Covener (JIRA)" <ji...@apache.org>.
     [ 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.


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

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

Eric Covener reassigned OWB-406:
--------------------------------

    Assignee: Eric Covener  (was: Gurkan Erdogdu)

self-assigning, this ended up dovetailing into some related work

> 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.