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