Hello, using the latest CVS version I don't get @ejb.finders for related beans. Using a release from august I got for example in the sample ReservationBean:
* @ejb.finder * signature="java.util.Collection findByPerson(airline.interfaces.PersonLocal person)" * result-type-mapping="Local" * method-intf="LocalHome" * query="SELECT DISTINCT OBJECT(o) FROM Reservation o WHERE o.person = ?1" Is there a way to use predicates in the current release to generate these or some other way? Markus ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ middlegen-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/middlegen-user
