Hi,

I have having an issues using identity roles. I have previously used this:

<restrict>#{!s:hasRole('participant')}</restrict>

With no issues, but on my current development (using Seam 2.0.0.GA), this is 
not working. I did some investigtation, and tried the following in my 
authenticate method:

identity.addRole("test");                       
  | log.info("Identity role #0: #1","test", identity.hasRole("test"));

Which produced 

[...security.Authenticator] Identity role test: false

What could I be missing? 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102511
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to