[ 
https://issues.apache.org/jira/browse/OPENEJB-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan resolved OPENEJB-1522.
---------------------------

    Resolution: Fixed

> Following operations within singleton EJB should be allowed in POST_CONSTRUCT 
> and PRE_DESTROY callbacks according to EJB 3.1 spec --> section.4.8.6 --> 
> Table 3.
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-1522
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1522
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: ejb31
>    Affects Versions: (trunk/openejb3)
>            Reporter: Shawn Jiang
>         Attachments: 
> 0001-OPENEJB-1522-Following-operations-within-singleton-E.patch
>
>
> Following operations within singleton  EJB should be allowed in    
> POST_CONSTRUCT and  PRE_DESTROY  callbacks  according to  EJB 3.1 spec -->  
> section.4.8.6 --> Table 3.
>             case timerMethod:
>             case setRollbackOnly:
>             case getRollbackOnly:
>             case UserTransactionMethod:
> Seems current  SingletonContext  was copied from StatelessContext  so that 
> they looks similar.   But for the operations above,   singleton EJB has 
> different definition to that of stateless EJB according the the spec.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to