I have implemented a custom login module starting from the ldaploginmodule provided by jboss. Our service (Secure ID token) validating the user needs a lot of time to perform the authentication. During this time all other activities of the JBoss server are inactive waiting on this particular service to finish.
I simulate the same behaviour simply adding a thread.sleep(30000) in the validatePassword method. The server seems to block. I am running JBoss on a Windows 2000 server as stand alone application, not as a service. Is this a known behaviour.? Are there any workarounds. Regards Fred Gillà View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864821#3864821 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864821 ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
