[jboss-jira] [JBoss JIRA] (AS7-6375) EJB2 CMP - Entity callbacks are not invoked according to the EJB2 spec

Wolf-Dieter Fink (JIRA) jira-events at lists.jboss.org
Tue Jan 22 08:51:21 EST 2013


Wolf-Dieter Fink created AS7-6375:
-------------------------------------

             Summary: EJB2 CMP - Entity callbacks are not invoked according to the EJB2 spec
                 Key: AS7-6375
                 URL: https://issues.jboss.org/browse/AS7-6375
             Project: Application Server 7
          Issue Type: Feature Request
          Components: EJB
    Affects Versions: 7.1.3.Final (EAP)
            Reporter: Wolf-Dieter Fink
            Assignee: Wolf-Dieter Fink


>From the EJB specification the callback (un)setEntityContext() should be called if the instance change lifecycle from 'not exist' <=> 'ready'
ejbPassivate() should called if the instance change from 'ready' => 'pooled'

The behavior is current that ejbPassivate() is never called.
But (un)setEntityContext is called for changes between 'ready' and 'pooled'

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list