RE: deserialization of final fields

2002-05-03 Thread Tom Jordahl
Mondays nightly build and let me know if this solves your issue. Thanks. -- Tom Jordahl Macromedia -Original Message- From: Narve Saetre [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 12:34 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: deserialization of final fields It

deserialization of final fields

2002-05-03 Thread Narve Saetre
It seems the BeanDeserializer does not take into account that fields may be final (you get a java.lang.IllegalAccessException when you try to set the value). I see that several people (well, at least two) have asked about this in the user mailing list. An easy fix is to add } ca