hibernate.set tags not moved to hbm.xml files except table tag --------------------------------------------------------------
Key: XDT-1532 URL: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1532 Project: XDoclet Type: Bug Components: Hibernate Module Versions: 1.2.2, 1.2.3 Environment: WinXP ant 1.6.5, Xdoclet 1.2.3, 1.2.2, Java 1.4 Reporter: Krzysztof Wlasiuk Assigned to: xdoclet-devel (Use for new issues) /** * @hibernate.set * table="zzz" * lazy="true" * cascade="save-update" * outer-join="false" * batch-size="50" * order-by="nazwa asc" * inverse="true" * * @hibernate.collection-key column="nadrz_id" * * @hibernate.collection-one-to-many class="pl.priv.kwt.soz.hibernate.Role" */ gives me : <set name="podrzedne" table="zzz" lazy="false" cascade="none" sort="unsorted" > <key column="nadrz_id" > </key> <one-to-many class="pl.priv.kwt.soz.hibernate.Role" /> </set> ant : <hibernatedoclet destdir="${generated.home}" excludedtags="@version,@author,@todo" force="${generated.forced}" mergedir="${generated.home}" verbose="true"> <fileset dir="${src.home}"> <include name="pl/priv/kwt/soz/hibernate/*.java"/> </fileset> <hibernate version="2.0"/> </hibernatedoclet> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ xdoclet-devel mailing list xdoclet-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-devel