RE: [Xdoclet-user] ejbSelect

2003-11-29 Thread COCKLE Timothy
This examples comes for the middlegen sample dir... /** * @ejb.interface-method view-type="local" */ public java.util.Collection getReservationsBefore(java.util.Date date, airline.interfaces.FlightLocal flight) throws javax.ejb.FinderException { return ejbSelectReservationsBef

RE: [Xdoclet-user] ejbSelect

2003-11-29 Thread COCKLE Timothy
Here is an example. It should be done with a finder really I guess but at least it gives you an idea of how to use the select! /** * @ejb.interface-method view-type="local" */ public java.util.Collection getPeopleUnderAge(java.util.Date maxAge) throws javax.ejb.FinderException {

RE: [Xdoclet-user] ejbSelect method not generated in CMP class! Why ?

2002-02-21 Thread Ara Abrahamian
We should make this ejb:select tag a method level tag really. Currently you have to declare the ejbSelect method in your class AND define the ejb:select class level @tag too. You method is not generated. Ara. > -Original Message- > From: [EMAIL PROTECTED] [mailto:xdoclet-user- > [EMAIL P