My problem is that if I log in and then call a (getVersion()) method, the thread servicing the login in the ejb and interceptor is different that that of the subsequent getVersion() call even though...
Type: Posts; User: dnordin; Keyword(s):
My problem is that if I log in and then call a (getVersion()) method, the thread servicing the login in the ejb and interceptor is different that that of the subsequent getVersion() call even though...
Hi,
I am trying to determine the best way to implement a decarative security methodology. I run jboss 4 and have stateless session beans (ejbs) accessed by soap web service clients.
1. I...