Well, your class hierarchy appears to  drive crazy
something in hibernate plugin. ( or maybe qdox... ) Is it realy necessary to implement both interfaces? Since I2 is subinterface of I1, implementing I2
would be sufficient.
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?




Regards,
Maksimenko Alexander



-------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

Reply via email to