Hi H�l�ne,

indeed, this incosistency was the
problem ! :-)

Thank you very much!

Stephan

H�l�ne JOANIN schrieb:
> 
> Hi,
> 
> For your bean 'CupRoundBean', there is a inconsistency between
> the prototype of the finderXXX() method in the Home interface,
> and the <finder-method-jdbc-mapping> content in the JOnAS
> deployment descriptor.
> 
> The finder method is defined without parameter:
>       Collection findByCupId() throws  RemoteException, FinderException;
> whereas this finder method 'findByCupId()' is supposed to have one
> parameter
> in its associated <finder-method-jdbc-mapping> tag:
>       <finder-method-jdbc-mapping>
>         <jonas-method>
>           <method-name>findByCupId</method-name>
>         </jonas-method>
>         <jdbc-where-clause>where cupId = ?</jdbc-where-clause>
>       </finder-method-jdbc-mapping>
> 
> Nevertheless, I'll fix the GenIC code, to give a error message
> more clear in this case !!!
> 
> Kind regards.
> H�l�ne.
> 
> Stephan Bauer wrote:
> >
> > Hi everybody,
> >
> > I'm rather new to JONAS, but I already deployed a few
> > small ejbs with success.
> >
> > But now I have a problem with my real project, which
> > consists of ~ 40 entity ejbs, but some of them
> > simply don't want to go through GenIC (Linux RH 6.2).
> >
> > It just aborts with:
> >
> > GenIC for JOnAS 2.2.7: Bean 'LeagueBean' generation...
> > GenIC ERROR: 0
> >
> > The first few beans get generated without problems,
> > and also the .class files of my Bean/Home/Remote java-files
> > get created and also the JOnASxxx.java container files
> > get generated, too, but the latter ones obviously can't be
> > compiled into .class files.
> >
> > Any hint would be greatly appreciated...
> >
> > Thanks,
> >
> 
> --
> -=- H�l�ne JOANIN -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>   mailto:[EMAIL PROTECTED]   http://www.evidian.com
>   Phone: 33.4.76.29.73.53            Fax: 33.4.76.29.76.00
>   Download our EJB Server JOnAS at http://www.objectweb.org

-- 
_________________________________________________________________________

   Stephan Bauer, Dipl. Inform. (FH)            IT-Freelancer
   Siemensstr. 46                               Bauer Internetprojects.de
   D-94315 Straubing                            Tel.:  +49 9421 9749549
   E-Mail: [EMAIL PROTECTED]    Fax:   +49 9421 9749550
   http://www.internetprojects.de               Mobil: +49 172  9795002 
       
                Software-Design, Implementation & Webhosting
_________________________________________________________________________
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to