0 Replies Latest reply on Jul 28, 2004 11:49 AM by einare

    Accessing Session bean from Message Driven Bean

    einare

      Hi

      I am using JBoss 3.2.3 and it´s hooked up to Active Directory for authentication. My problem is that I have a message driven bean and need to call methods in a session bean through a local interface. But when the message bean tries to create the local interface it´s not a specific user so I get a SecurityException: Authentication Exception: principal=null.

      Do you know if there´s any way for me to let the message bean get the local interface as a specific user so it can be authenticated?

      thanks.
      EE.