Is it correct that the transaction attributes supported by methods of a stateful session bean that implements the javax.ejb.SessionSynchronization interface are: SUPPORTS, REQUIRED, and MANDATORY?
"If an enterprise bean implements the javax.ejb.SessionSynchronization interface, the Application Assembler can specify only the following values for the transaction attributes of the bean�s methods: Required, RequiresNew, or Mandatory." -- According to EJB Spec 2.0