posted 22 years ago
Hi,
In our project, we are accessing few EJBs that are outside our firewall.The class, which does the lookup and returns me remote reference, is static class and checks whether reference is already created or not.If yes, then same reference is returned.
When i make second method call on same bean using the cached reference, I get security violation exception.
Any solution?
Thanks.
Sandeep.