2 Replies Latest reply on Apr 17, 2003 10:26 AM by migoux

    * Get ejb caller (getCallerPrincipal)!

    migoux

      Hi,

      How can I get (know) the user (caller) that has called an ejb?
      I know that it can be done using getCallerPrincipal(), but I don't want to use security authentication.
      I wouldn't like to configure security on JBoss.
      On WebLogic, you just have to especify the users and their passwords (and groups, ex: admin goup).

      Thanks!