RE: [xdoclet-plugins-interest] exception in hibernate doclet

2006-02-17 Thread Konstantin Priblouda
--- [EMAIL PROTECTED] wrote: > Thanks, > How would I add key-property to a > composite-map-key? > Or is that not implemented? This is implemented - look at plugin testcases ( a good source of samples ) - org.xdoclet.plugin.hibernate.pojo.CompositeMapKeyMapping contains such mapping.

RE: [xdoclet-plugins-interest] exception in hibernate doclet

2006-02-16 Thread frohman
@lists.sourceforge.net Subject: Re: [xdoclet-plugins-interest] exception in hibernate doclet --- [EMAIL PROTECTED] wrote: > I have a hibernate application and I am having a problem with a map. I > have a class, Transaction, with a subclass PieceTransaction, and I > want it to have something like the foll

Re: [xdoclet-plugins-interest] exception in hibernate doclet

2006-02-16 Thread Konstantin Priblouda
--- [EMAIL PROTECTED] wrote: > I have a hibernate application and I am having a > problem with a map. I have > a class, Transaction, with a subclass > PieceTransaction, and I want it to > have something like the following xml 1). I have the > java source code below, > 2). > But I get an exceptio