Hi Scott,
Thanks, and i am sorry. I had jbosssx.jar and jboss-jmx.jar in my war file. I 
added that to the application since in my Logout servlet i have this code.
                        /* flush the security manager's cache of roles */
  |                     InitialContext jndiCntx = new 
javax.naming.InitialContext();
  |                     JaasSecurityManager securityManager =
  |                                       (JaasSecurityManager) 
jndiCntx.lookup(Constants.JAAS_SECURITY_MANAGER_LOOKUP_NAME);
  |                     securityManager.flushCache();
  |             }

After i removed the jbos*.jar from the war file i was able to login poperly.

Thanks a lot, and once again sorry i missed this the first time.

Can you please suggest an alternate way to logout from the application.

Jobby

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

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


-------------------------------------------------------
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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to