Hi.
I have exposed some methods as webservices. To authenticate the user I create an initialcontext, then perform a lookup to another EJB, and call some existing functionality.
Because the call towards getAccess is quite time consuming, I want to cache the information I get back, so that the...