The security information will propagate to the child threads of the parent
thread. If you login with the parent thread then the child threads that you
start up later should not need to re-authenticate. At least that is what worked
for us.
http://docs.huihoo.com/javadoc/jboss/4.0.2/org/jboss/sec
rmField.setAccessible(true)? Yes, a little bit of my soul died typing that in
but it works. Thank you very much for the help.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231159#4231159
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posti
Not having access to a custom principal is big problem for us. I posted a
comment to the JIRA issue (two actually, sorry, browser wierdness) and I also
voted on the issue.
I'm not sure how to work around this other than to write some sort of
interceptor to basically do the work that I wanted t