Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 30637 invoked from network); 30 Jan 2007 06:59:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Jan 2007 06:59:46 -0000 Received: (qmail 5333 invoked by uid 500); 30 Jan 2007 06:59:48 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 5134 invoked by uid 500); 30 Jan 2007 06:59:47 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 5123 invoked by uid 99); 30 Jan 2007 06:59:47 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 22:59:47 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [134.98.65.18] (HELO gateway.elsag.de) (134.98.65.18) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 22:59:38 -0800 Received: from vwall.elsag.de by gateway.elsag.de via smtpd (for herse.apache.org [140.211.11.133]) with ESMTP; Tue, 30 Jan 2007 07:59:17 +0100 Received: from esmail ([192.168.2.88]) by vwall-vs.elsag.de with InterScan Messaging Security Suite; Tue, 30 Jan 2007 07:59:16 +0100 Received: from esmail by esmail via smtpd (for vwall.elsag.de [192.168.100.108]) with ESMTP; Tue, 30 Jan 2007 07:59:16 +0100 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MIMEOLE: Produced By Microsoft Exchange V6.0.6249.0 Subject: RE: Weird serialization error with NestableDelegate Date: Tue, 30 Jan 2007 07:59:16 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Weird serialization error with NestableDelegate Thread-Index: AcdEBNVyYKgJQ/xUTYey0OwAD4AFcAANzj8Q From: =?iso-8859-1?Q?J=F6rg_Schaible?= To: "Jakarta Commons Users List" X-Virus-Checked: Checked by ClamAV on apache.org Henri Yandell wrote on Tuesday, January 30, 2007 1:23 AM: > On 1/25/07, David J. M. Karlsen wrote: >> I'm calling an EJB on a WebSphere 5.0.2.x server from a WebSphere >> 6.1, which is throwing (serverside) an Exception which is extending >> NestableRuntimeException. I'm using commons-lang 2.1 on both sides. >>=20 >> All Serializable classes involved (in my app) declare >> serializationUID constants.=20 >>=20 >> Still, I get this serialization error: >>=20 >> org.omg.CORBA.MARSHAL: Unable to read value from underlying bridge : >> Mismatched serialization UIDs : Source (RepId >>=20 > RMI:org.apache.commons.lang.exception.NestableDelegate:4F998DA > 78EFC2530:EAEF728564560A6A) >> =3D EAEF728564560A6A whereas Target (RepId >>=20 > RMI:org.apache.commons.lang.exception.NestableDelegate:4F998DA > 78EFC2530:F68F1455DDEE96BB) >> =3D F68F1455DDEE96BB vmcid: IBM minor code: 89A completed: No = >> at >> com.ibm.rmi.iiop.CDRInputStream.read_value(CDRInputStream.java:2105)=20 >>=20 >> I've checked the websphere environment - and it does not seem to >> include any of the commons-lang classes. >>=20 >> Have anybody else experienced this? >=20 > Just this issue a couple of days ago: > https://issues.apache.org/jira/browse/DBUTILS-36 >=20 > "For instance, IBM JVM 1.4.1 has a different way of calculating > serialVersionUID for Serializable class that does not have > serialVersionUID defined than JVM 5.0." >=20 > Do you have different VMs at each end? Keep in mind that any Eclipse compiled class has also a different = serialVersionUID (independend of the selected JDK) ... - J=F6rg --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org