3 Replies Latest reply on Dec 7, 2004 5:50 AM by starksm64

    custom DatabaseServerLoginModule is invoked on every single

    jeffko32

      I use a custom login module (DatabaseServerLoginModule subclass). Caller principals can be propagated to ejb without problem. I still have questions on my configuration.

      Are marshal method info + principal & credentials passed to ejb tier on every single ejb call? I add some logger messages indicating my login module is initialized and run whenever an ejb call (e.g. create()) is invoked.

      thanks in advance

      jeffko