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 desctioptor!!!! 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?????? thnx Peter ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
