One can not specify transaction attributes for ejbCreate<METHOD> method of a CMT Session Bean. Please refer to page number 498 of HF
EJB.
In short, for CMT Session bean's ejbCreate<METHOD> method, there is no transaction context. Hence, we can not use SessionContext's following methods in ejbCreate<METHOD> method:
1] public void setRollbackOnly()
2] public boolean getRollbackOnly()
Does that answer your doubt?

Regards,<br />Sandesh<br />(SCJCP, SCWCD, SCBCD - 99%, OCP-1)<br /> <br />Either find a way or create one.