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/28 00:44:59 UTC

[jira] Created: (OPENEJB-807) CMP2 EntityBean interface methods auto-implemented

CMP2 EntityBean interface methods auto-implemented
--------------------------------------------------

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


Any of the following javax.ejb.EntityBean methods will be implemented automatically in the generated subclass if left un-implemented in the CMP2 bean class:

    void ejbActivate() throws javax.ejb.EJBException, java.rmi.RemoteException;

    void ejbLoad() throws javax.ejb.EJBException, java.rmi.RemoteException;

    void ejbPassivate() throws javax.ejb.EJBException, java.rmi.RemoteException;

    void ejbRemove() throws javax.ejb.RemoveException, javax.ejb.EJBException, java.rmi.RemoteException;

    void ejbStore() throws javax.ejb.EJBException, java.rmi.RemoteException;

    void setEntityContext(javax.ejb.EntityContext entityContext) throws javax.ejb.EJBException, java.rmi.RemoteException;

    void unsetEntityContext() throws javax.ejb.EJBException, java.rmi.RemoteException;



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


[jira] Closed: (OPENEJB-807) CMP2 EntityBean interface methods auto-implemented

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

David Blevins closed OPENEJB-807.
---------------------------------

    Resolution: Fixed

$ svn ci container
Sending        container/openejb-core/src/main/java/org/apache/openejb/core/cmp/cmp2/Cmp2Generator.java
Transmitting file data .
Committed revision 660752.



> CMP2 EntityBean interface methods auto-implemented
> --------------------------------------------------
>
>                 Key: OPENEJB-807
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-807
>             Project: OpenEJB
>          Issue Type: Improvement
>          Components: cmp2, deployment
>    Affects Versions: 3.0-beta-1, 3.0-beta-2, 3.0
>            Reporter: David Blevins
>            Assignee: David Blevins
>             Fix For: 3.0.1
>
>
> Any of the following javax.ejb.EntityBean methods will be implemented automatically in the generated subclass if left un-implemented in the CMP2 bean class:
>     void ejbActivate() throws javax.ejb.EJBException, java.rmi.RemoteException;
>     void ejbLoad() throws javax.ejb.EJBException, java.rmi.RemoteException;
>     void ejbPassivate() throws javax.ejb.EJBException, java.rmi.RemoteException;
>     void ejbRemove() throws javax.ejb.RemoveException, javax.ejb.EJBException, java.rmi.RemoteException;
>     void ejbStore() throws javax.ejb.EJBException, java.rmi.RemoteException;
>     void setEntityContext(javax.ejb.EntityContext entityContext) throws javax.ejb.EJBException, java.rmi.RemoteException;
>     void unsetEntityContext() throws javax.ejb.EJBException, java.rmi.RemoteException;

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