From harmony-dev-return-9914-apmail-incubator-harmony-dev-archive=incubator.apache.org@incubator.apache.org Fri Jul 07 15:08:19 2006 Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 89379 invoked from network); 7 Jul 2006 15:08:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Jul 2006 15:08:18 -0000 Received: (qmail 93998 invoked by uid 500); 7 Jul 2006 15:08:14 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 93957 invoked by uid 500); 7 Jul 2006 15:08:14 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 93946 invoked by uid 99); 7 Jul 2006 15:08:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Jul 2006 08:08:14 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 195.212.29.135 is neither permitted nor denied by domain of mark.hindess@googlemail.com) Received: from [195.212.29.135] (HELO mtagate2.uk.ibm.com) (195.212.29.135) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Jul 2006 08:07:51 -0700 Received: from d06nrmr1407.portsmouth.uk.ibm.com (d06nrmr1407.portsmouth.uk.ibm.com [9.149.38.185]) by mtagate2.uk.ibm.com (8.13.6/8.13.6) with ESMTP id k67F75Na180096 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Fri, 7 Jul 2006 15:07:05 GMT Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by d06nrmr1407.portsmouth.uk.ibm.com (8.13.6/NCO/VER7.0) with ESMTP id k67F8XtW099874 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 7 Jul 2006 16:08:33 +0100 Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k67F74nJ015854 for ; Fri, 7 Jul 2006 16:07:04 +0100 Received: from anaheim.local (sig-9-145-13-134.uk.ibm.com [9.145.13.134]) by d06av02.portsmouth.uk.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k67F74Rd015834 for ; Fri, 7 Jul 2006 16:07:04 +0100 Message-Id: <200607071507.k67F74Rd015834@d06av02.portsmouth.uk.ibm.com> X-Mailer: exmh version 2.7.2 01/07/2005 (debian 1:2.7.2-7) with nmh-1.1 From: Mark Hindess To: harmony-dev@incubator.apache.org Subject: Re: [classlib][security] crypto provider: implementation of SHA-1 algorithm In-reply-to: Your message of "Fri, 07 Jul 2006 18:34:23 +0400." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 07 Jul 2006 16:07:02 +0100 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 7 July 2006 at 18:34, "Anton Luht" wrote: > Yuri, > > I'm trying to test serialization but the simple test: > > import java.io.*; > > public class Test { > public static void main(String[] args) throws Throwable { > ObjectOutputStream oos = new ObjectOutputStream(new > ByteArrayOutputStream()); > oos.writeObject(new Object()); > } > } > > fails: > > java.lang.Error: java.security.NoSuchAlgorithmException: MessageDigest SHA im > ple > mentation not found > at java.io.ObjectStreamClass.computeSerialVersionUID(ObjectStreamClas > s.j > ava:345) > ........ > > I've built a version of classlib with your patch but the test still > fails. Is it because I didn't apply it correctly or maybe something > else is missing? Yes. "jre/lib/security". Oddly enough I was just looking at this. -Mark. --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org For additional commands, e-mail: harmony-dev-help@incubator.apache.org