The auth.conf in client, I had a reference to:
 org.jboss.security.auth.spi.DatabaseServerLoginModule with jndiName and strings for 
obtain principal and roles. This is not possible, because the server is the only 
indicate to do this. 

My problem now, is that a principal called root not have authentication...  and throws 
this exception when after the login I want to access an ejb: 

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=root
        at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:292)
        at sun.rmi.transport.Transport$1.run(Transport.java:148)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
        at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
        at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
        at java.lang.Thread.run(Thread.java:536)


Anyone help me???

Thanks!!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837362#3837362

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837362


-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to