From owner-freebsd-java Tue Jan 16 12:13:12 2001 Delivered-To: freebsd-java@freebsd.org Received: from mail.sageian.com (ns.sage-consult.com [208.201.118.11]) by hub.freebsd.org (Postfix) with ESMTP id 6D1B137B402 for ; Tue, 16 Jan 2001 12:12:54 -0800 (PST) Received: from pricli012 (proxy.sageian.com [208.201.118.126]) by mail.sageian.com (Postfix) with SMTP id E43206A904 for ; Tue, 16 Jan 2001 15:12:34 -0500 (EST) Message-ID: <023101c07ff8$b2647980$4c00000a@sage> Reply-To: "Rossen Raykov" From: "Rossen Raykov" To: References: <3A63A6BD.787B4FB5@partitur.se> Subject: Serialization problem. Date: Tue, 16 Jan 2001 15:12:48 -0500 Organization: SageConsult, Princeton MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi All, I was using native jdk1.2.2-beta (not the lat one - (build jdk1.2.2-FreeBSD:root:2000/10/25-20:23, green threads, nojit)) to communicate from JServ to WebLogic (Solaris_JDK_1.2.2_06). Yesterday I discover strange problem with serialization. The Date object is not deserialized correctly on BSD side. All dates before April 1 2001 ware ok. After this date the Date object on BSD was with a day after the Date object on WebLogic?! Running the same application on other Linux/JServ ageinst the same WebLogic sever is fine. I changed the JDK on BSD box to the linux one (build Linux_JDK_1.2.2_RC4, green threads, sunwjit) and the error disappeared! I believed the error is inside BSD java port. For a pity I don't have time to dig it in depth nor to build the last version. Rossen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message