[jboss-user] [JBoss Seam] - Doco possible error. (Minor)

tony.herstell@gmail.com do-not-reply at jboss.com
Wed May 2 19:52:22 EDT 2007


I think there is a comma missing after  scope=SESSION)

3.2.9. Components with multiple roles


  | @Name("user")
  | @Entity
  | @Scope(CONVERSATION)
  | @Roles({@Role(name="currentUser", scope=SESSION)
  | @Role(name="tempUser", scope=EVENT)})
  | public class User {
  | ...
  | }
  | 


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

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



More information about the jboss-user mailing list