Iam trying to access EJB from Servlet filter , iam getting
java.rmi.AccessException: [EJB:010160]Security Violation: User:
'<anonymous>' has insufficient permission to access EJB.
Any help on this is greatly appriciated.
Arne Vajhøj - 14 Feb 2008 23:02 GMT
> Iam trying to access EJB from Servlet filter , iam getting
> java.rmi.AccessException: [EJB:010160]Security Violation: User:
> '<anonymous>' has insufficient permission to access EJB.
The error is rather self explanatory.
You will either need to redesign or give not logged in
users access to make that EJB call.
Arne