I put it in the getters or the setters (not both), and have had no problems.
Emerson Cargnin - MSA wrote: >Do I have to put the comment: >/** >* comment >* >* @ejb:interface-method >*/ >in every method or just in the getters???? (it is not in docs, just in >example) > >Thanks in advance > >----- Original Message ----- >From: "jfina" <[EMAIL PROTECTED]> >To: "Xdoclet-User" <[EMAIL PROTECTED]> >Sent: Thursday, April 25, 2002 10:53 AM >Subject: [Xdoclet-user] findAll() is already defined in... > > > > >>Hi! >>[javac] C:\projects\test\ejb\PersonaliaHome.java:28: findAll() is already >> >> >defined in ejb.PersonaliaHome > > >>I keep getting this errormessage (above) and i cant see what the problem >> >> >really is. I KNOW that java.util.Collection findAll() is > > >>defined as an abstract method in by PersonaliaBean class. It seems like >> >> >the concrete findall method is not generated in > > >>PersonaliaBMP >> >>The method tag is like this: >> /** >> * @ejb:home-method >> */ >> public abstract Collection ejbFindAll() >> throws FinderException; >> >>Any ideas? >> >>/Jon >> >> >>_______________________________________________ >>Xdoclet-user mailing list >>[EMAIL PROTECTED] >>https://lists.sourceforge.net/lists/listinfo/xdoclet-user >> >> > > >_______________________________________________ >Xdoclet-user mailing list >[EMAIL PROTECTED] >https://lists.sourceforge.net/lists/listinfo/xdoclet-user > > _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
