Hi , I have a need to persist objects of the following structure.
Class Foo{
String id;
List<Foo> children;
}Is it possible to achieve a proper mapping with XML mappings? Is there any recursion stopper that will stop me at runtime??, I see an ominous test config file named : jcrmapping-avoidrecursiveloop in the trunk!! Sorry, I should have rather tried it first before asking: Very tight deadline !! Thanks Boni
