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([EMAIL PROTECTED](name="editCustomer", 
scope=ScopeType.CONVERSATION)})
  | public class Customer {
  | .....
  | }
  | 

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

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

Reply via email to