RE: Question about bean properties

2003-03-04 Thread Paul Andrews
Here I go again. Mea Culpa - I forgot to define the derived type in the WSDD file. > -Original Message- > From: Paul Andrews [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 04, 2003 3:56 PM > To: [EMAIL PROTECTED] > Subject: Question about bean properties > >

Question about bean properties

2003-03-04 Thread Paul Andrews
I have beans whose properties are themselves beans, but I have a problem that the bean serializer just looks at the type of the properties rather than at the type of the properties' values - some of those values are sub-classes of the property type. E.g.: Public class base { public int ge