Seems that Konstantin forgot it. I will make and share hibernate-plugin distribution in a few hours (After finishing composite-map-key implementation).
BTW What kind of build problems do you have?? Why can't you build distribuition by yourself?? On 5/16/05, Geir Hedemark (JIRA) <[EMAIL PROTECTED]> wrote: > [ http://jira.codehaus.org/browse/XDP-54?page=comments#action_39137 ] > > Geir Hedemark commented on XDP-54: > ---------------------------------- > > I am sorry, but I cannot find the snapshots? > > We either need to sort the build problems or I need a link if I am to test > this. > > > composite-element not fully implemented > > --------------------------------------- > > > > Key: XDP-54 > > URL: http://jira.codehaus.org/browse/XDP-54 > > Project: XDoclet 2 Plugins > > Type: Improvement > > Components: hibernate > > Versions: hibernate-1.0 > > Environment: JDK 5, Hibernate 3, Xdoclet2, plugins 1.0 > > Reporter: Geir Hedemark > > Assignee: Anatol Pomozov > > Fix For: hibernate-1.0 > > > > > > > The following tags > > /** > > * @hibernate.map table="settings" cascade="all" > > lazy="true" > > * @hibernate.key column="id" > > * @hibernate.index column = "propKey" type="string" > > * @hibernate.composite-element > > class="no.telio.model.Settings" > > */ > > should give something like > > <map cascade="all" > > lazy="true" > > table="settings" > > name="settings"> > > <key column="id"/> > > <index column="propKey" type="string"/> > > <composite-element > > class="no.telio.model.Settings"> > > (properties from the Settings class) > > </composite-element> > > </map> > > Version 1.0 complains about the @hibernate.composite-element tag begin a > > class level tag, and will not generate this mapping. > > Generating a similar mapping with @hibermate.element works just fine. > > -- > This message is automatically generated by JIRA. > - > If you think it was sent incorrectly contact one of the administrators: > http://jira.codehaus.org/secure/Administrators.jspa > - > For more information on JIRA, see: > http://www.atlassian.com/software/jira > > -- anatol ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_idt12&alloc_id344&op=click _______________________________________________ xdoclet-plugins-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest
