Without seeing your app, it's hard to say too much about exactly what's wrong. I'll hazard a guess and say that the error is accurate though. Maybe client login is ok, but you haven't created a callback handler and login context to use - it's saying null principal because you haven't given it one? The client doesn't do much, as the authentication is done by another module (often the DB module), it mostly just holds the username and password for when the server asks for it.
I'm also a relative newb to this, so anyone can feel free to correct me if I'm wrong. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831865#3831865 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831865 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
