Hi,
I am new to
XDoclet and JBoss, so, please, excuse if I ask something obvious or
well-known.
I have two entity
beans, ABean and BBean, where ABean extends BBean. Primary keys are the same and
I don't generate them. I try to generate CMP and Data object classes using
ejbdoclet. Generated classes AData and ACMP look correct, but classes
generated for BBean look absolutely wrong.
BData
looks:
public
class BData extends BData
{..}
// It extends itself !!!
Class BCMP also
looks strange:
public abstract
class BCMP
extends ABean
implements javax.ejb.EntityBean {..} // I expected it to extend BBean, not ABean !
extends ABean
implements javax.ejb.EntityBean {..} // I expected it to extend BBean, not ABean !
I tried different
attributes for XDoclet and for embedded ejb tags, but the result is the
same.
Can anybody give a
clue what could be wrong?
I use XDoclet
version 1.1.2
Thanks,
/Yevgeny
