--- Maksimenko Alexander <[EMAIL PROTECTED]> wrote:
> Actually the hierarchy is more advanced and logical, > I simplified it to > be more clear. Original hierarchy looks like: > > @hibernate.class abstract="true" table="A" > interface IDocument > > @hibernate.subclass abstract="true" > interface ISpecificDocument extends IDocument > > @hibernate.subclass discriminator-value="base1" > class BasicDocument implements IDocument > > @hibernate.subclass discriminator-value="base1" > class SpcificDocument extends BasicDocument > implements ISpecificDocument > > As you see the hierarchy is an ordinal interface > driven hierarchy. But > in that case I 'm getting duplicate descriptors for > SpcificDocument ;( > Is there any way to specify class hierarchy > explicitly or something else? I'm affraid I do not have quick solution for you. I would need time to investigate this matter / play around with unit tests in hibernate plugin as well as qdox. ( subclass logic in hibernate plugin is pretty complex ) Please fill JIRA issue... regards, ----[ Konstantin Pribluda http://www.pribluda.de ]---------------- Still using XDoclet 1.x? XDoclet 2 is released and of production quality. check it out: http://xdoclet.codehaus.org __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ xdoclet-plugins-interest mailing list xdoclet-plugins-interest@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest
