[jboss-user] [Clustering/JBoss] - Re: Jboss clustering + JAAS principal issues on failover

2009-06-02 Thread bstansbe...@jboss.com
Yep. The principal is not stored in the session, so replicating the session doesn't propagate it around the cluster. Using ClusteredSingleSignOn works around the problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234815#4234815 Reply to the post : http

[jboss-user] [Clustering/JBoss] - Re: Jboss clustering + JAAS principal issues on failover

2009-05-21 Thread sureshrk19
Fixed it. Enabling "ClusteredSingleSign" did the trick. Enabling this replicating the principal on second node correctly. Thanks, Suresh View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4232529#4232529 Reply to the post : http://www.jboss.org/index.html?modul

[jboss-user] [Clustering/JBoss] - Re: Jboss clustering + JAAS principal issues on failover

2009-05-21 Thread sureshrk19
Further debugging, I found the issue is related to JAAS authentication at the application level. On failover the user principal is reset to null on second node hence, I can;t access the secured resources. My expectation is as I logged into application on node1 (user principal is set correctly)..

[jboss-user] [Clustering/JBoss] - Re: Jboss clustering + JAAS principal issues on failover

2009-05-21 Thread sureshrk19
Please ignore this... I was wrong with my analysis. seems spring + dwr layer is not problematic. Anyway, I still have the problem unresolved... will post the details, once I get the fail-over working fine. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4232499