RE: Bean serialization problem

2002-07-12 Thread Stickley, Jim
Schmitz [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 11:12 AM To: '[EMAIL PROTECTED]' Subject: RE: Bean serialization problem   Hi, could be that I had the same problem. Look at the namespace entries you set in your deployment mapping and in your client mapping.

Re: Bean serialization problem

2002-07-12 Thread Les Gerads
Title: Bean serialization problem Did you make sure it's in your wsdd? Something like:          languageSpecificType="java:your.package.PayResponse"/> - Original Message - From: Michael Roytman To: [EMAIL PROTECTED] Sent: Friday, July 12, 2002 8:54 AM Subje

RE: Bean serialization problem

2002-07-12 Thread Christian Schmitz
Title: Bean serialization problem Hi, could be that I had the same problem. Look at the namespace entries you set in your deployment mapping and in your client mapping. Regards Christian [Christian Schmitz]   -Original Message-From: Michael Roytman [mailto:[EMAIL PROTECTED]]Sent: Fr

Re: bean serialization problem. Receiving null values on client side

2002-03-03 Thread Koichi INOUE
Hi, "Frank van Lingen" <[EMAIL PROTECTED]> writes: > client receives only objects with null values. It seems to be the same problem I met before. It seems to be a naming problem. I didn't know there are strict rules the relation of properties and getter/setters's names should meet. For example