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

Reply via email to