You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "David Blevins (JIRA)" <ji...@apache.org> on 2008/05/29 21:13:45 UTC

[jira] Created: (OPENEJB-812) Explicitly check for CMP/BMP ejbHome.remove(ejbObject) mistake

Explicitly check for CMP/BMP ejbHome.remove(ejbObject) mistake
--------------------------------------------------------------

                 Key: OPENEJB-812
                 URL: https://issues.apache.org/jira/browse/OPENEJB-812
             Project: OpenEJB
          Issue Type: Improvement
          Components: cmp2, container system
    Affects Versions: 3.0, 3.0-beta-2, 3.0-beta-1
            Reporter: David Blevins
            Assignee: David Blevins
            Priority: Trivial
             Fix For: 3.0.1


The correct call is 

ejbHome.remove(ejbObject.getPrimaryKey())




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


[jira] Closed: (OPENEJB-812) Explicitly check for CMP/BMP ejbHome.remove(ejbObject) mistake

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

David Blevins closed OPENEJB-812.
---------------------------------

    Resolution: Fixed

> Explicitly check for CMP/BMP ejbHome.remove(ejbObject) mistake
> --------------------------------------------------------------
>
>                 Key: OPENEJB-812
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-812
>             Project: OpenEJB
>          Issue Type: Improvement
>          Components: cmp2, container system
>    Affects Versions: 3.0-beta-1, 3.0-beta-2, 3.0
>            Reporter: David Blevins
>            Assignee: David Blevins
>            Priority: Trivial
>             Fix For: 3.0.1
>
>
> The correct call is 
> ejbHome.remove(ejbObject.getPrimaryKey())

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