No, the result is:
<hibernate-mapping>
<class table="LocationList" lazy="false" name="de....LocationList">
<id column="id" name="dbId">
<generator class="native"/>
</id>
<map table="Location_Map" cascade="save-update,persist"
name="locations">
<key column="FK_LocationList"/>
<composite-map-key class="de.....StationId">
<g:fail xmlns:g="generama:core">no element tag deined in class
LocationList for locations</g:fail>
</composite-map-key>
<many-to-many column="FK_Location" class="de....Location"/>
</map>
</class>
</hibernate-mapping>
I use:
commons-jelly-20050813.225330.jar
commons-jelly-tags-xml-20050823.222913.jar
xdoclet-2.0.5-20060124.204309.jar
xdoclet-plugin-hibernate-1.0.4-SNAPSHOT.jar
I hope this are all relevant libs, wasnt so easy to setup! ;o)
--
View this message in context:
http://www.nabble.com/How-To-use-property-AND-key-property-at-once--t1232685.html#a3261731
Sent from the xdoclet - user forum at Nabble.com.