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

Reply via email to