[JBoss-user] [Security & JAAS/JBoss] - Re: custom login module & webservice

2006-06-13 Thread ppradhan
Well, we figured it out ourselves. It seems my webservice was looking for classes in java.sun.* packages which were missing in the jboss lib directory. Once I copied the reqd sun jars to lib everything works fine. I wish Jboss would throw a classNotFound exception when it does not find a supercl

[JBoss-user] [Security & JAAS/JBoss] - custom login module & webservice

2006-05-26 Thread ppradhan
Hi, I am trying to use a custom logInmodule extending usernamePasswordLoginModule which works fine when I validate the password locally. What I would like to do is use a webservice to validate the username,password pair. It seems the code hangs creating the stub. Does this mean it is not a goo