Error after logout

2011-02-17 Thread Marek Matus
Hi all, I have application with tomcat 7.0.4, tapestry 5.2.4, tynamo security 0.3.0. Sometimes after logout I receise this error - see bellow. Could you give me advice what could be wrong? Thanks, Marek HTTP Status 500 - -- *type* Exception report *message*

Re: Error after logout

2011-02-17 Thread LLTYK
invalidate in a filter, so it always ends up after any session altering code. -- View this message in context: http://tapestry-users.832.n2.nabble.com/Error-after-logout-tp6036478p6036628.html Sent from the Tapestry Users mailing list archive at Nabble.com

Re: Error after logout

2011-02-17 Thread Kalle Korhonen
You are logging out the Subject, right? See this (from http://svn.codehaus.org/tynamo/trunk/tynamo-example-federatedaccounts/src/main/java/org/tynamo/examples/federatedaccounts/pages/Index.java): Object onActionFromLogout() { // Need to call this explicitly to invoke

Re: Error after logout

2011-02-17 Thread Marek Matus
Thank you very much for your help! Marek 2011/2/17 Kalle Korhonen kalle.o.korho...@gmail.com You are logging out the Subject, right? See this (from http://svn.codehaus.org/tynamo/trunk/tynamo-example-federatedaccounts/src/main/java/org/tynamo/examples/federatedaccounts/pages/Index.java ):