you have to use the entity returned from merge:
public Country RefreshCountryCollection(Country country)
{
country = em.merge(country);
country.getChildrenOrganizations();
return country;
}
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950376#3950376
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950376
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user