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
@ejb :bean name="CMRBugEJB" local-jndi-name="LocalReadOnly" view-type="local" type="CMP" cmp-version="2.x" primkey-field="id" reentrant="true" schema="CMRBug"
@ejb :pk class="java.lang.String"
@ejb :finder signature="java.util.Collection findAll()" query="select object(cmr_bug) from CMRBug as cmr_bug"
@jboss :create-table create="true"
@jboss :remove-table remove="true"