abstractpublic class CMRBugBean implements EntityBean(Code)
class CMRBugBean demonstrates bug 523627. CMR fields may get changed
in ejbPostCreate, so newly created entities must be marked as needing ejbSave.
Currently this is done by putting them in GlobalTxEntityMap.
author: Michael Newcomb author: David Jencks version: 1.0
Describe ejbCreate method here.
Parameters: id - a String value Parameters: description - a String value Parameters: parent - a CMRBugEJBLocal value an Integer value exception: CreateException - if an error occurs
Describe ejbPostCreate method here.
Parameters: id - a String value Parameters: description - a String value Parameters: parent - a CMRBugEJBLocal value exception: CreateException - if an error occurs