[JBoss-user] [Security & JAAS/JBoss] - Re: Multi threading client to log EBJ3 with ClientLoginModul

2006-06-26 Thread boby
I thank you for your helps. I had to forget for the moment this problem, because my project has to go on about functionnalites. I think that I do the same things that Mehdi. In my tomcat standalone, I know the user which is in the session. Thus for each call of EJB, I invoke the login module.

[JBoss-user] [Security & JAAS/JBoss] - Re: Multi threading client to log EBJ3 with ClientLoginModul

2006-06-25 Thread j2ee_junkie
Mehdi, Thanks for your input. Just want to add, be sure that you do a logout in your filter on the way out of the request. Have a great day, cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953275#3953275 Reply to the post : http://www.jboss.com/i

[JBoss-user] [Security & JAAS/JBoss] - Re: Multi threading client to log EBJ3 with ClientLoginModul

2006-06-24 Thread mehdi105
Hi All, I have used ClientLoginModule using jboss4.0.1 with tomcat standalone in seperate tier. The way I have done is regardless of mutli-threaded=true|fase , I always invoke ClientLoginModule in a filter configured in tomcat. Initially if there no user stored in session, i take anonymous and

[JBoss-user] [Security & JAAS/JBoss] - Re: Multi threading client to log EBJ3 with ClientLoginModul

2006-06-14 Thread j2ee_junkie
boby, Maybee this is due to how Java parent threads pass on classloaders to children. See http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Thread.html#getContextClassLoader(). cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950846#3950846 Reply