--- Geir Hedemark <[EMAIL PROTECTED]> wrote: > I am currently upgrading from xdoclet 1.2 to 2.0.
Hi Geir, welcome. But you are asking on wrong list. There is a list explicitely dedicated to plugins. > I would assume that I would be able to do: > > /** > * @hibernate.map table="settings" cascade="all" > lazy="true" > * collection-type="map" > * @hibernate.key column="id" > * @hibernate.index column = "propKey" > * @hibernate.composite-element > class="no.telio.model.Settings" > */ > > To get something like the following in my hbm.xml > file: > > <map collection-type="map" cascade="all" > lazy="true" > table="settings" > name="settings"> > <key column="id"/> > <index column="propKey"/> > <composite-element > class="no.telio.model.Settings"> > (properties from the Settings class) > </composite-element> > </map> > > However, it seems like the composite-element tag is > now a class level > tag. Have I missed something obvious here, or should > composite-element > be a method-level tag like @hibernate.element? It seems that composite element for map is not yet implemented fully. Can you wait till evening / tomorrow morning? ( Raise jira issue so we can be ashamed of it :) ) regards, ----[ Konstantin Pribluda ( ko5tik ) ]---------------- ... Auf der Suche nach einen Projekt in Rhein-Main ab 18.4.2005 ----[ http://www.pribluda.de ]------------------------ __________________________________ Do you Yahoo!? Yahoo! Sports - Sign up for Fantasy Baseball. http://baseball.fantasysports.yahoo.com/
