[jboss-user] [Security & JAAS/JBoss] - Re: ClientLoginModule in a multi-threaded swing client

2009-06-08 Thread anil.saldh...@jboss.com
https://jira.jboss.org/jira/browse/SECURITY-415 Try the workaround specified in the JIRA issue. Tell us if the workaround works. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236246#4236246 Reply to the post : http://www.jboss.org/index.html?module=bb&op=po

[jboss-user] [Security & JAAS/JBoss] - Re: ClientLoginModule in a multi-threaded swing client

2009-06-08 Thread bbunderson
The security information will propagate to the child threads of the parent thread. If you login with the parent thread then the child threads that you start up later should not need to re-authenticate. At least that is what worked for us. http://docs.huihoo.com/javadoc/jboss/4.0.2/org/jboss/sec

[jboss-user] [Security & JAAS/JBoss] - Re: ClientLoginModule in a multi-threaded swing client

2009-06-04 Thread deepakbyu
I'm running into this same issue. I am developing remote services for a swing client using JBoss 5.01. The problem does pop up when the the LoginContext login() is called from a thread. We currently have a thread that handles the login, and other threads that handle subsequent calls. Any ideas o

[jboss-user] [Security & JAAS/JBoss] - Re: ClientLoginModule in a multi-threaded swing client

2009-05-19 Thread Lucifer002
I have the same Problem with jboss-5.0.1.GA. Strange is, when i'm doing the loggin in the main method, all is fine, when i'm using a LoginDialog, to get username and Password, i get a EJBAccessException in another Thread View the original post : http://www.jboss.org/index.html?module=bb&op=vie