Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 34080 invoked from network); 12 Jul 2006 22:11:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Jul 2006 22:11:26 -0000 Received: (qmail 29728 invoked by uid 500); 12 Jul 2006 22:11:22 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 29687 invoked by uid 500); 12 Jul 2006 22:11:21 -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 29676 invoked by uid 99); 12 Jul 2006 22:11:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jul 2006 15:11:21 -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: 64.74.244.71 is neither permitted nor denied by domain of geir@pobox.com) Received: from [64.74.244.71] (HELO chi.mobile-health-diary.com) (64.74.244.71) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 12 Jul 2006 15:11:20 -0700 Received: (qmail 3050 invoked from network); 12 Jul 2006 22:10:59 -0000 Received: from ool-43560edb.dyn.optonline.net (HELO ?192.168.1.102?) (geir@67.86.14.219) by b014.internal.mobile-health-diary.com with SMTP; 12 Jul 2006 22:10:59 -0000 Message-ID: <44B57373.5060004@pobox.com> Date: Wed, 12 Jul 2006 18:10:59 -0400 From: Geir Magnusson Jr Reply-To: geir@pobox.com User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: Re: [classlib] HARMONY-88 misses source file for MockJavaBean2.class References: <906dd82e0607112330p798dc488k57de69f265c25976@mail.gmail.com> <44B533D1.1050604@googlemail.com> In-Reply-To: <44B533D1.1050604@googlemail.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N George Harley wrote: > Hi Mikhail, > > You are probably already aware of this but the tests that use the > SerClassLoader custom class loader result in a StackOverflowError when > run against the RI. The overridden implementation of > findResource(String) calls getResource(String) which, according to the > spec, may end up calling into findResource(String) and so on... > > Fixing up the original version of the BeanTest class (i.e. before > revision 421204) is quite straightforward really. I'm happy to check it > in but if you want to go with a custom class loader approach then that's > equally fine IMHO. I just think that it would be nice though if the > tests could be run on both Harmony and the RI. +1 > > What do you think ? > > Best regards, > George > > > > Mikhail Loenko wrote: >> Hi George! >> >> HARMONY-88 contribution contains a file "MockJavaBean2.bin" >> that seems to be a binary representation of >> "tests.api.java.beans.mock.MockJavaBean2" class >> >> in r406595 you have modifed BeansTest.java, for example >> >> Beans.instantiate(loader,"tests.api.java.beans.mock.MockJavaBean2"); >> >> was replaced with >> >> Beans.instantiate(loader,"org.apache.harmony.beans.tests.java.beans.mock.MockJavaBean2"); >> >> >> So that ClassNotFoundException is now thrown. >> >> Could you please provide sources for MockJavaBean2 so that the failure >> could be fixed? >> >> Thanks, >> Mikhail >> >> --------------------------------------------------------------------- >> 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 >> >> > > > --------------------------------------------------------------------- > 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 > > > --------------------------------------------------------------------- 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