[jboss-user] [JBoss Seam] - Re: Previous jBPM PageFlow and #{identity.login} No Longer w

JohnEChesher do-not-reply at jboss.com
Mon Mar 5 13:42:48 EST 2007


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#4025154

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



More information about the jboss-user mailing list