[
https://issues.jboss.org/browse/EJBTHREE-1945?page=com.atlassian.jira.plu...
]
LEPORINI Brice commented on EJBTHREE-1945:
------------------------------------------
In AS6.0.final, the problem remains (MDB@Runas->SLSB1->SLSB2:Invalid User).
Is there any workaround to get authenticated from a MDB onMessage method to a access
controlled SLSB?
Regards
RunAsIdentity is not propagated correctly
-----------------------------------------
Key: EJBTHREE-1945
URL:
https://issues.jboss.org/browse/EJBTHREE-1945
Project: EJB 3.0
Issue Type: Bug
Components: core
Affects Versions: Plugin 1.0.17
Reporter: Anton Kolmakov
Assignee: Carlo de Wolf
Fix For: depchain-1.0.0-alpha-2
Attachments: EJBTHREE-1945.zip
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.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira