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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...