uCosminexus Application Server, EJB Container Functionality Guide

[Contents][Glossary][Index][Back][Next]

4.3.6 Precautions during the implementation of Singleton Session Beans

Do not implement the javax.ejb.SessionSynchronization interface when you implement a Singleton Session Bean. Also, do not specify annotations related to the SessionSynchronization (@AfterBegin annotation, @BeforeCompletion annotation, or @AfterCompletion annotation) in a Session Bean.