Vadim Gritsenko wrote:
Leszek Gawron wrote:

The serializable class PageLocalImpl does not declare a static final serialVersionUID field of type long

There is a lot of these in cocoon's sources. Can I fix that by adding:
private static final long serialVersionUID = 1L;


No! "1" is not "The stream-unique identifier".

http://java.sun.com/j2se/1.4.2/docs/guide/serialization/spec/class.html
This was just an example :). Eclipse has an option to insert a generated serialVersionUID. Thing is after your post I checked it and it .. does not do anything :)

--
Leszek Gawron                                      [EMAIL PROTECTED]
Project Manager                                    MobileBox sp. z o.o.
+48 (61) 855 06 67                              http://www.mobilebox.pl
mobile: +48 (501) 720 812                       fax: +48 (61) 853 29 65

Reply via email to