Hi,

a friend of mine had the same problem. We solved it using
    @ejb.finder signature="..." query="...some EJB QL query..."

We threw away the @jboss.finder tags.

That has has always worked and continues to work with the new version of
XDoclet. You get the additional advantage of app-server independent queries.

HTH
Matthias

----

Matthias Bohlen
Consulting that helps project teams to succeed...

Web:
http://www.mbohlen.de/

Snail:
Luise-Albertz-Str. 25
D-53340 Meckenheim
Germany

Phone: +49 (170) 772 8545
Fax: +49 (2225) / 945189


> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:xdoclet-user-admin@;lists.sourceforge.net]On Behalf Of Tim
> Sent: Friday, November 15, 2002 9:52 AM
> To: [EMAIL PROTECTED]
> Subject: [Xdoclet-user] jboss.finder-query
>
>
> I am using 1.2.0b1.
>
> I have scanned previous entries in the list and their appears to
> be no satisfactory explanation as to how the jboss.finder-query
> tag seems to be ignored:
>
>  * @ejb.finder signature="java.util.Collection findAllFud()"
>  * @jboss.finder-query name="findAllFud"
>  *                     query="FUD_FACTOR > 1"
>  *                     order="FUD_FACTOR"
>  *                     read-ahead="true"
>
> Appears to have absolutely no effect what so ever.  Nothing appears in
> the xml files.  I can't figure out if this is a bug or something I am
> missing.
>
> Does anyone know under what conditions the finder-query tag
> does not write contents to the ejb-jar.xml and jbosscmp-jdbc.xml?
>
> Thanks.
>
>
>
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by: To learn the basics of securing
> your web site with SSL, click here to get a FREE TRIAL of a Thawte
> Server Certificate: http://www.gothawte.com/rd524.html
> _______________________________________________
> Xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user
>




-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to