cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot create an instance of the stateless bean

Former Member
0 Kudos

hi,

i am getting this error when trying to call a Sessionbean via JNDI Lookup.

Exception Details:

Caused by: java.lang.IllegalStateException

at com.sap.engine.services.ejb.session.stateless_sp5.StatelessContext.assertLegalState(StatelessContext.java:124)

at com.sap.engine.services.ejb.session.stateless_sp5.StatelessContext.getCallerPrincipal(StatelessContext.java:241)

at com.sap.engine.services.ejb.session.stateless_sp5.BeanContext.getCallerPrincipal(BeanContext.java:74)

does anyone have a clue?

thanks

norbert

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi norbert,

In ejbCreate of a stateless session bean you cannot access user/security information using session context/ejb context.

You can get user information only within a business method of your stateless session bean.

Regards,

Prasad