Hi, I got following
exception when I called a method of bean without authentication: java.rmi.ServerException: RemoteException occurred in server thread; nested exception
is: java.rmi.ServerException: EJBException:; nested exception is: javax.ejb.EJBException: checkSecurityAssociation;
CausedByException is: Authentication
exception, principal=null … Although, in my jboss.xml deployment descriptor file, I declared : <unauthenticated-principal>nobody</unauthenticated-principal>,
and the method I called doesn’t restrict access right (means that it allows any
user to call it, even unauthenticated user) Thanks for any
help. Quan |
- RE: [JBoss-user] JAAS problem Nick Taylor
- [JBoss-user] <secure>flase</s... Gerry Duhig
- Re: [JBoss-user] <secure>fla... Gerry Duhig
- Re: [JBoss-user] JAAS problem Scott M Stark
- RE: [JBoss-user] JAAS problem Nick Taylor
- Re: [JBoss-user] JAAS problem Scott M Stark
- RE: [JBoss-user] JAAS problem Nick Taylor
- Re: [JBoss-user] JAAS problem Scott M Stark
- [JBoss-user] JAAS problem Artur Jonak
- Re: [JBoss-user] JAAS problem Sternagel Annegret (PN-SYS/PE)
- [JBoss-user] JAAS problem Pham Thanh Quan
- [JBoss-user] JAAS problem Maiquel Sampaio de Melo
- Re: [JBoss-user] JAAS problem Adrian Brock