Hi Jim,
 I've tried this with a simple java.lang.String
object as well but the same result happened
I still get a NoSuchMethodException thrown.

This is a debug dump using reflection on the bean
I've retrieved :

After beanInstance.getClass() - WebECom.Products._Product_Stub

Name ( 0 ) - equals
Params :
0 - java.lang.Object

Return type -boolean
Modifiers - 1Public

.....

Name ( 39 ) - showAllProducts
Params :
0 - WebECom.Utils.RequestWrapper

Return type -java.lang.String
Modifiers - 1Public


The showAllProducts is the method i'm tring
to call with getMethod and fail.

Any suggestions what am I doing wrong here ? ? ?

Thanks a lot,
  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".

Reply via email to