Hi again... just looked at my generated ejb-jar.xml
my EJB-Ql-Query is not in ejb-ql-TAG it is in Description... is it not possible to generate ejbSelects ? where the query is in query tag... ? i found in XDoclet an sample... there it is made like this ... but still in Description... /** * ejb.select query = "SELECT DISTINCT (c.name) FROM Custumer AS c where c.name LIKE '?1%'" */ public abstract Collection ejbSelectAllNamesStartWith(String name) throws FinderException; ------------------------------------------------------- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
