Hi, I have an issue with principal propagation to an asynchronous EJB. This is TomEE 1.6.0
Scenario: -> Stateless EJB (ejb1) -> Asynchronous Stateless EJB(ejb2) First Request is authorized to the container and sessioncontext.getCallerPrincipal.getname is equal in both beans. (eks [email protected]> Second request is unauthorized which ejb1 prints out "guest" however ejb2 prints out [email protected]....... If I skip asynchronous its working as normal. I guess the next question will be a sample project and I'll see what I can do :-) br hw -- View this message in context: http://openejb.979440.n4.nabble.com/Asynchronous-principal-propagation-tp4669547.html Sent from the OpenEJB User mailing list archive at Nabble.com.
