RE: Unable to create JavaBean of type... maybe a name space problem

2002-09-24 Thread Yu Chen
thank a lot! Chen -Original Message- From: Gregor Kova [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 7:34 AM To: [EMAIL PROTECTED] Subject: Re: Unable to create JavaBean of type... maybe a name space problem Hi! As the exception says the bean must have a

Re: Unable to create JavaBean of type... maybe a name space problem

2002-09-22 Thread Gregor Kovaè
Hi! As the exception says the bean must have a default constructor and set/get methods for fields if you want to use the BeanSerializer, otherwie you can write your own serialider/deserializer. Best regards, Kovi At 02:39 23.9.2002 +0200, you wrote: >Hi, all. > >my client throws a SA