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
----
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