I will do some more testing and give feedback. Went back to 1.6.0 to test this configuration. (please bear with me if I use the name thread wrong here....)
Right now (my first impression) it seems that logout does not work as I expected. If I'm not mistaken, there are, by default, 3 asynch threads in tomee?, so if I fire 2 privileged async and 1 unpriv, I have threads (cached) with these principalnames. If I fire only unpriv requests after this, it will loop these three threads returning (according to my project) name: tomee tomee guest tomee tomee guest etc However, If I put AsynchronousPool.KeepAliveTime = 1 its working as I expect. Well, these were my observations this morning :-) br hw -- View this message in context: http://openejb.979440.n4.nabble.com/Asynchronous-principal-propagation-tp4669547p4669636.html Sent from the OpenEJB User mailing list archive at Nabble.com.
