You appear to be missing the closing quote on your first query="" tag. You don't actually need to put anything in the ejb.finder query tag. You can leave it blank as above to avoid confusion.
Also, ensure that you are using the correct comment markers /** .... */ Cliff > -----Original Message----- > From: Nathan Hoover [mailto:[EMAIL PROTECTED] > Sent: 27 March 2003 20:49 > To: [EMAIL PROTECTED] > Subject: [Xdoclet-user] finders / ejb-jar.xml > > > Should I expect @ejb:finder to add appropriate entries to the > ejb-jar.xml? > If so, what would cause it not to? > > * > * @ejb:finder signature="java.util.Collection > findByFileID(long pFileID)" > * query="SELECT OBJECT(c) FROM Check c WHERE > c.fileID = ?1 > * > * @jboss:finder-query name="findByFileID" > * query="SELECT OBJECT(c) FROM Check c > WHERE c.fileID > = ?1" > * > > Thanks > N > > > > ------------------------------------------------------- > This SF.net email is sponsored by: > The Definitive IT and Networking Event. Be There! > NetWorld+Interop Las Vegas 2003 -- Register today! > http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en > _______________________________________________ > xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user > The content of this e-mail communication may be deemed a research report in certain jurisdictions; it is not intended as such. Disclosures applicable to research, however, are available through your Goldman Sachs representative or at http://www.gs.com/research/hedge.html ------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
