I can't reproduce this, the following works just fine for me:
@Name("username")
public class Username
{
@In User user;
@Unwrap
public String get()
{
return user.getUsername();
}
}
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980828#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...