This exception is pretty clear. To see what is going on, I would write a
chunk of simple reflection code to iterate over the stubs and dump the
method signatures (return type, method name, argument types...). The output
of this test should make it pretty clear where the disconnect is.
-Chris.
> -----Original Message-----
> From: Eyal Hirsch [SMTP:[EMAIL PROTECTED]]
> Sent: Sunday, January 23, 2000 3:05 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Reflection with Beans
>
> Hi Chris,
>
> > // The following line causes the NoSuchMethodException exception
> > Method methodToInvoke = classData.getMethod(
> > mappedData.sMethodName, methodBeanTypes );
>
> I get a NoSuchMethodException thrown in this
> line of code, even though the method exists.
> Any suggestions ?
>
> thanks,
> eyal.
>
> ==========================================================================
> =
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> of the message "signoff EJB-INTEREST". For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".