Hello All, XDoclet some how doesn't generates the required entry for ejbSelect in ejb-jar.xml though I have specified in my EJB CMP source file as shown below
/** @ejb.select query="SELECT c.key FROM Keys as c WHERE c.keyCode = ?1" */ public abstract String ejbSelectGetKey( String keyCode ) throws FinderException; Am I missing something over here, I am using eclipse to run the xdoclet task with classname "xdoclet.ejb.EjbDocletTask" Regards, Vikram Naik ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
