Alguem que usa Xdoclet, ja teve problemas com a tag @ejb.finder?
O meu problema é o mesmo relatado abaixo:
Hello,
i have CMP EJbeans A(parent) and B (child).
home interface problems i can resolve by ejb.home tag …
but what to do with bea ejb-jar.xml descriptor?
all finder methods are also inhereted as a xml tags in descriptor!!!
for A:
<ejb-ql>select object(aObj) from A aObj…
for B i have the same query generated by xdoclet…
<ejb-ql>select object(aObj) from A aObj… (should be B)!!!
if i insert ejb.finder in class B xdoclet generate two <ejb-ql> tags for it: one from A and
one from B
so for B:
<ejb-ql>select object(aObj) from A aObj… (should disappear!!!) <ejb-ql>select object(aObj) from B aObj…
interesting that it is not so for other tag: ejb.ejb-ref
does it mean that i can not have any finder for parent class???
thanks! [size=“9”][/size]