hi,
I have solved my problem. I desfribe my solution in case it helps. The matter was that in
other rule I had in my security.drl (and that I did not post to my message) I had a syntax
error.
With that error the rule I described before does not work, and once the syntax is correct,
both rules work ok.
The sintax error was the following:
| Role(name == "adminGral" or name == "adminFirm")
|
And the proper way is this:
| Role(name == "adminGral")
| or
| Role(name == "adminFirm")
|
regards,
Jaime
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129184#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...