Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 87007 invoked from network); 20 Nov 2004 00:17:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 20 Nov 2004 00:17:12 -0000 Received: (qmail 52525 invoked by uid 500); 20 Nov 2004 00:17:09 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 52462 invoked by uid 500); 20 Nov 2004 00:17:08 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 52446 invoked by uid 99); 20 Nov 2004 00:17:08 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [217.160.230.40] (HELO mout.perfora.net) (217.160.230.40) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 19 Nov 2004 16:17:04 -0800 Received: from minotaur.apache.org[209.237.227.194] (helo=[127.0.0.1]) by mrelay.perfora.net with ESMTP (Nemesis), id 0MKz1m-1CVIvu3kXP-0001jG; Fri, 19 Nov 2004 19:16:54 -0500 X-Provags-ID: perfora.net abuse@perfora.net login:e2e4156964dfbcc4c642ec658fa7f9b9 Message-ID: <419E8CF1.6080508@reverycodes.com> Date: Fri, 19 Nov 2004 19:16:49 -0500 From: Vadim Gritsenko User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: Eclipse warning concerning serializable classes References: <419E7151.1050906@mobilebox.pl> In-Reply-To: <419E7151.1050906@mobilebox.pl> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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 Vadim