Fixed it. needed to make the following switch

  |          @OneToMany
  |          private Collection<Person> children;
  |                 ...
  |     public Collection<Person> getChildren() {
  |             return children;
  |     }
  | 

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

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

Reply via email to