I've got shiro implemented and it's working quite well. We're now trying to implement envers to do audit logging of our entities in hibernate and that works as well. One problem is we're trying to get the subject making the change from shiro both in normal mode and in runAs mode. The problem is that envers runs as a hibernate event listener which seems to be in a separate thread. Anyone have any suggestions on how I can bind shiro properly to the thread in the newly created hibernate event?
-- Regards, David www.purpleasphalt.com 954|288|6864 @dstarh <http://www.twitter.com/dstarh> about.me/dstarh
