-
Bug
-
Resolution: Obsolete
-
Major
-
Plugin 1.0.17
-
None
I have one message driven bean A and two stateless beans B and C.
A annotated with @RunAs, @RunAsPrincipal and @SecurityDomain.
B and C annotated with @SecurityDomain.
A receives message and calls B which calls C.
RunAsIdentity is propagated to B only but not to C.
Why? Is it expected behavior?
I expect propagation of RunAsIdentity to all beans in execution chain after bean with @RunAs* annotations.
- relates to
-
JBPAPP-4503 ejb <run-as-principal> does not propagate beyond first call
- Closed