j2ee_junkie,

As I?ve told earlier:
1) I use an EJB. getAuthenticationCachePrincipals() returns [admin]
2) I log out. By timeout or by flushAuthenticationCache(). No other way. 
getAuthenticationCachePrincipals() returns [] (empty list)
3) I login again (call an EJB). getAuthenticationCachePrincipals() returns 
[admin]
4) as 2).

My credential object doesn?t implement Comparable. Instead, it overloads 
equals( Object o ). 

What happens in spite of it should NOT happen: after the CACHE is FLUSHED the 
DIFFERENT credentials are COMPARED!!! This means that something still remains 
cached!!! Is it a bug? Or can I access this buffer and flush it too??




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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to