Hi, I have the following mapping:
<mapping name="test" class="Test"> <collection field="CollectionField" type="CollectionField"/> </mapping> <mapping name="Blah" class="CollectionField"> <value name="Name" field="name" usage="optional"/> <collection field="BlahBlah" item=type="CollectionField"/> </mapping> Where the nested collection has a collection on itself of the same type as itself. Is this possible? ta, Tim. ------------------------------------------------------- This SF.net email is sponsored by Demarc: A global provider of Threat Management Solutions. Download our HomeAdmin security software for free today! http://www.demarc.com/info/Sentarus/hamr30 _______________________________________________ jibx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-users
