Hi All,
The
EJB spec says: Accessing resource managers and enterprise beans is disallowed in the session bean methods for which the container does not have a meaningful transaction context or client security context.
ejbCreate, ejbRemove, ejbActivate and ejbPassivate of stateful session bean run in unspecified transaction context, then howcome these methods have Resource manager access and Enterprise bean access.
What is client security context?
I am not able to understand when access is allowed to these resources in different bean methods by different types of beans.
Please guide.
Thanks
Mini (preparing for SCBCD)