[JBoss-user] [Security & JAAS/JBoss] - Re: ClientLoginModule not throwing an exception

2004-04-05 Thread pico303
I figured it out. The ClientLoginModule never contacts the server. I need to perform a lookup to trigger the SecurityException/RemoteException. I still have issues with this. Any chance it will be fixed in 4.0? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[JBoss-user] [Security & JAAS/JBoss] - Re: ClientLoginModule not throwing an exception

2004-04-05 Thread pico303
So, from what I can tell, login() never actually throws an exception. The exception is thrown when you try to access a bean? Is this really how it's supposed to work? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829327#3829327 Reply to the post : http:

[JBoss-user] [Security & JAAS/JBoss] - ClientLoginModule not throwing an exception

2004-04-05 Thread pico303
I can't seem to get my lc.login() method to throw a LoginException when a user login fails. I have a Java application that connects to a JBoss 3.2.3 app server. The app server reports the login fails, but the LoginContext.login() method just falls through like everything is great. Here's my l