Issue Details (XML | Word | Printable)

Key: OPENEJB-807
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: David Blevins
Reporter: David Blevins
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenEJB

CMP2 EntityBean interface methods auto-implemented

Created: 27/May/08 10:44 PM   Updated: 27/May/08 10:45 PM
Return to search
Component/s: cmp2, deployment
Affects Version/s: 3.0-beta-1, 3.0-beta-2, 3.0
Fix Version/s: 3.1

Time Tracking:
Not Specified

Resolution Date: 27/May/08 10:45 PM


 Description  « Hide
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;



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #660752 Tue May 27 22:44:54 UTC 2008 dblevins OPENEJB-807: CMP2 EntityBean interface methods auto-implemented
Files Changed
MODIFY /openejb/trunk/openejb3/container/openejb-core/src/main/java/org/apache/openejb/core/cmp/cmp2/Cmp2Generator.java