[jboss-user] [JBoss Seam] - Re: what causes that

dhinojosa do-not-reply at jboss.com
Sun Jan 27 14:28:13 EST 2008


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#4123878

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123878



More information about the jboss-user mailing list