Here is what i'm doing, maybe, hopefully i'm doing something wrong; in very 
short terms:
  - client login to one of the j2ee applications => ok (this is done when first 
time executing "create" on a found EJB home)
  - execute an operation on the first j2ee app => ok
  - same client login to the second j2ee application => ok (this is done when 
first time executing "create" on a found EJB home)
  - logout from the first j2ee app =>tryies to logout the user that i used to 
access the second app. (there are different user that have access on each app, 
both app are deployed on the same JBoss instance).

It's seems to me that the LoginContext instances are mixed up, because i've 
resolved the problem by logging in and logging out after each operation 
executed on the second app; this way everything works fine, but maybe this not 
a solution to execute a login/logout everytime access to server is needed, or?

Thanks, hope this clears up things more, but i can submit code if you need

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859060#3859060

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859060


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to