RE: deserialization of final fields

2002-05-04 Thread Narve Saetre
ay, I am mighty impressed by the time it took to receive an answer and even a fix. Way to go! Regards, Narve -Original Message- List: axis-user Subject: RE: deserialization of final fields From: Tom Jordahl <[EMAIL PROTECTED]> Date: 2002-05-03 17:41:39 Narve, I hav

RE: deserialization of final fields

2002-05-03 Thread Tom Jordahl
Narve, I have a fix for this that ignores final fields in JavaBeans when constructing the BeanPropertyDescriptors. I believe this will prevent the fields from getting serialized in the first place, so Axis will not attempt to Deserialize them. Please try out either the latest CVS build or Mo