Re: [Xdoclet-user] jboss.finder-query

2002-11-15 Thread Dmitri Colebatch
>From memory you need to have the query attribute to the @ejb.finder tag. hth dim - Original Message - From: "Konstantin Priblouda" <[EMAIL PROTECTED]> To: "Tim" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, November 15, 2002 8:49 PM

Re: [Xdoclet-user] jboss.finder-query

2002-11-15 Thread Meyer-Willner, Bernhard
-Ursprüngliche Nachricht- Von: Matthias Bohlen [mailto:mbohlen@;mbohlen.de] Gesendet: Freitag, 15. November 2002 10:03 An: 'Tim'; [EMAIL PROTECTED] Betreff: RE: [Xdoclet-user] jboss.finder-query Hi, a friend of mine had the same problem. We solved it using @ejb.finder signature="...&

Re: [Xdoclet-user] jboss.finder-query

2002-11-15 Thread Konstantin Priblouda
--- Tim <[EMAIL PROTECTED]> wrote: > 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()" > *

RE: [Xdoclet-user] jboss.finder-query

2002-11-15 Thread Konstantin Priblouda
--- Matthias Bohlen <[EMAIL PROTECTED]> wrote: > 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

RE: [Xdoclet-user] jboss.finder-query

2002-11-15 Thread Matthias Bohlen
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 ind