Gavin,
I hit the same problem, so I tried your suggestion.
Had to tweak it a little, but adding the resulting class (below) overcomes the problem:
@Name("org.jboss.seam.security.identity")
| @Scope(ScopeType.SESSION)
| @Intercept(InterceptionType.AFTER_RESTORE_VIEW)
| public class MyIdentity extends RuleBasedIdentity
| {
| public String login() {
| return super.login();
| }
| }
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025154#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...