While I was developing this inheritance feature I thought ejbCreate is one of those un-inheritable methods, because of the return type and it seemed to me like putting a static getInstance method in a base class and trying to override that static method :-) But anyway, we can make it smarter and handle this case too.
Ara. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:xdoclet-user- > [EMAIL PROTECTED]] On Behalf Of Ferran Puig > Sent: Friday, June 07, 2002 3:43 PM > To: [EMAIL PROTECTED] > Subject: RE: [Xdoclet-user] How do I generate entity local interface for > ancestor methods > > > We're having a similar problem. > > we have a group of Beans which inherit from a generic bean which has the > create method, because the create method has the same signature for all > Beans. > > We want to generate the Home interface, but the generated interface > hasn't > the create method (I suppose that is due to the fact that the signature of > the > create method in the home interface should be different for each Bean). > > We've tried to put the @ejb:create-method in the parent of the beans, but > it > doen't work. Any hint about it? > > Thanks in advance. > Ferran. > > > _______________________________________________________________ > Copa del Mundo de la FIFA 2002 > El �nico lugar de Internet con v�deos de los 64 partidos. > �Ap�ntante ya! en http://fifaworldcup.yahoo.com/fc/es/ > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > _______________________________________________ > Xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
