You need to declare your component in either components.xml
or as an annotation. If you have an annotation already declared, use @roles.
| @Entity
| @Name("customer")
| @Scope(ScopeType.CONVERSATION)
| @Roles({@Role(name="editCustomer", scope=ScopeType.CONVERSATION)})
| public class Customer {
| .....
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123878#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...