/**
* @hibernate.set
* role="ownes"
* @hibernate.collections-one-to-many
* class="com.foo.inventory.model.Item"
* @hibernate.collections-key
* column="owner"
*/
and this is what gets generated: <set name="owns" lazy="false" inverse="false" cascade="none" sort="unsorted" >
</set>
so at a minimum, the following two lines are missing: <key column="GROUPID"/> <element column="NAME" type="string"/>
Any ideas?
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user