0 Replies Latest reply on Mar 30, 2005 4:32 AM by annegret

    How to create secured SessionBean from MessageDrivenBean ?

    annegret

      Hello,

      I use Jboss 3.2.3 and want to create a secured SessionBean from inside a MessageDrivenBean. I have set the run-as element in the deploymentdescriptor for the MDB but my JAAS loginmodule is called and results in a FailedLoginException because of a missing password.

      Do I have to implement a client login from inside the MDB ?
      Is it possible to configure anything to avoid coding a login ?
      Any idea ?

      Annegret