Posted By:
Gilbert_Nicolet
Posted On:
Sunday, August 19, 2001 10:53 PM
I Use VisualAge which only supports EJB 1.0 !
I need to know who called my EJB (even from another EJB or a Swing client application).
I wanted to set SECURITY_PRINCAL and then getCallerPrincipal but it's not supported in VisualAge.
Then I wanted to use Identity and getCallerIdentity but if fails (unsupported exception) in the EJB.
any suggestion ?
I just need to know the user "name" and no role or things like that.
thanks !