for BMP, (contrary to what I think I may have said before - I just checked the template) any methods the are finder methods (ejbFindXXX) should be picked up and have the appropriate methods put in the interface. hence the @ejb:finder is not applicable to cmp... could you post your bean code?
cheers dim On Fri, 30 Nov 2001, [iso-8859-1] joel cordonnier wrote: > Hi ! > > I usually use Xdoclet for my CMPs, but now I want to > use it for BMP and i have the following problem: > > In the header of my BMP, i define: > > * @ejb:finder signature="java.util.Collection > findAll()" > * @ejb:finder signature="java.util.Collection > findByOwner(test.interfaces.Customer owner)" > * @ejb:finder signature="java.util.Collection > findLargeAccounts(int balance)" > > In my BMP, I write these finder implementation. > > But when I run Xdoclet, these finder methods ARE NOT > GENERATED IN THE HOME INTERFACE !? > > Thanks for the help > /Joel > > > ___________________________________________________________ > Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais ! > Yahoo! Courrier : http://courrier.yahoo.fr > _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
