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

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

Reply via email to