You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Dain Sundstrom (JIRA)" <ji...@apache.org> on 2008/03/25 20:37:25 UTC

[jira] Closed: (OPENEJB-783) Accessing removed entity bean throws EjbException not NoSuchObject exception

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

Dain Sundstrom closed OPENEJB-783.
----------------------------------

    Resolution: Fixed

I believe that this change plus the fixes to TransactionPolicy resolve this problem.

> Accessing removed entity bean throws EjbException not NoSuchObject exception
> ----------------------------------------------------------------------------
>
>                 Key: OPENEJB-783
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-783
>             Project: OpenEJB
>          Issue Type: Bug
>    Affects Versions: 3.0
>            Reporter: David Jencks
>            Assignee: Dain Sundstrom
>             Fix For: 3.0
>
>
> If you have a (bmp) entity bean b... calling from a remote client, with new tx on each call
> b.remove();
> b.businessMethod();
> ends up throwing an EjbException rather than some kind of NoSuchObjectException.

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