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.