Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 17758 invoked from network); 16 Nov 2006 18:58:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Nov 2006 18:58:01 -0000 Received: (qmail 86925 invoked by uid 500); 16 Nov 2006 18:58:09 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 86891 invoked by uid 500); 16 Nov 2006 18:58:08 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 86880 invoked by uid 99); 16 Nov 2006 18:58:08 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Nov 2006 10:58:08 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Nov 2006 10:57:57 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 92D82714319 for ; Thu, 16 Nov 2006 10:57:37 -0800 (PST) Message-ID: <6013687.1163703457583.JavaMail.jira@brutus> Date: Thu, 16 Nov 2006 10:57:37 -0800 (PST) From: "Matt Hogstrom (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Closed: (GERONIMO-644) Serialized form of GBeans objects must each declare SUID In-Reply-To: <1919529668.1115720528457.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/GERONIMO-644?page=all ] Matt Hogstrom closed GERONIMO-644. ---------------------------------- Resolution: Later This problem is a project issue and a development standard. We'll address this through documentation. > Serialized form of GBeans objects must each declare SUID > -------------------------------------------------------- > > Key: GERONIMO-644 > URL: http://issues.apache.org/jira/browse/GERONIMO-644 > Project: Geronimo > Issue Type: Bug > Components: kernel > Reporter: Tim Ellison > Fix For: 1.2 > > > Since Geronimo exchanges config information via serialized form of Java objects, its imperative that the serializable classes declare a serialVersionUID. If they don't then the serialized form is not necessarily compatible across Java implementations (or even Java compilers) [1]. > The case in point is the wire format classes in ActiveMQ (e.g. "org.codehaus.activemq.message.DefaultWireFormat") which are marked serializable and do not declare a static ID. I've tried raising this with ActiveMQ [2] but without success. > I can provide the required SUID in each case, but it looks like I might need help to get it into the ActiveMQ code. > [1] http://java.sun.com/j2se/1.3/docs/guide/serialization/spec/class.doc6.html#4100 > [2] http://article.gmane.org/gmane.comp.java.activemq.devel/486 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira