As I see, it has to be like this:
public class AppUser implements Serializable {
  | ...
  |    private FullName name;
  |    public FullName getName()
  |    {
  |       return name;
  |    }
  |    public void setName(FullName name)
  |    {
  |       this.name = name;
  |    }
  | ...
  | 
then your code should work.

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

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

Reply via email to