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
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 {
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