Not able to get picketlink-authorization-acl sample working
by Rahul Mahindrakar
Hi
I find that I am not able to get picketlink-authorization-acl sample
compiling.
It fails in the class Article.java and Comment.java as it fails to resolve
the following annotation
@AllowedPermissions({ @AllowedPermission(operation = "update", mask = 1),
@AllowedPermission(operation = "delete", mask = 2) })
Any ideas
Thanks
Rahul
10 years, 8 months