Bugs item #519011, was opened at 2002-02-18 10:20 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402704&aid=519011&group_id=31602
Category: ejbdoclet Group: None Status: Open >Resolution: Accepted Priority: 5 Submitted By: Clinton West (clintonwest) >Assigned to: Vincent Harcq (vharcq) Summary: Duplicate finder in inherited Home i/f Initial Comment: I have a finder declared in the parent of home interface for a CMP 2.0 bean - Collection findAll(). This method is then declared with @ejb:finder in the bean class. (It has to b done this way so that the differenct ejb-ql can be registered for each class, but so that the home interfaces all have the method in common). The problem is that the findAll winds up being overridden in the Home i/f. This confuses weblogic 6.1 when it tries to generate the implementation for this interface. Two duplicate implementations are created for the findAll method - causing a compilation error. What Ara has suggested on the forums is : ... we need to provide a forAllFinderMethods I guess, instead of simple iteration ... The file attached contains the parent home interface, together with the classtags in the bean itself. ---------------------------------------------------------------------- >Comment By: Vincent Harcq (vharcq) Date: 2002-03-14 20:56 Message: Logged In: YES user_id=125677 I submit a test case. I wait xjavadoc refactoring before finding a solution ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402704&aid=519011&group_id=31602 _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
