This is true for BMP but for CMP you don't define the ejbFindblabla method in bean impl class actually, only in home intf. But I don't think we may break any container.
Ara. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:xdoclet-devel- > [EMAIL PROTECTED]] On Behalf Of Vincent Harcq > Sent: Monday, March 11, 2002 11:26 AM > To: [EMAIL PROTECTED] > Subject: [Xdoclet-devel] Ejb:finder : why not do the same as ejbHome > > Hi, > Why could we not forget @ejb:finder class tag and do the same as > ejbHome. > That means we should defined > > /** > * @ejb:finder-method ... > */ > public abstract Collection ejbFindByName(); > > The only (and very valid) reason why we should maybe not is that some > containers does not require to define those and when defining them, we > could simply break the container deployer. > > The point is that they are very similar to ejbHome methods at the DD > level of transaction and security and having to take a different > approach looks a bit strange. > > Sorry if this question already arises before ;) > > Vincent. > > > _______________________________________________ > Xdoclet-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-devel _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
