Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 84558 invoked from network); 11 Aug 2005 08:14:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Aug 2005 08:14:15 -0000 Received: (qmail 25718 invoked by uid 500); 11 Aug 2005 08:14:11 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 25683 invoked by uid 500); 11 Aug 2005 08:14:10 -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 25670 invoked by uid 99); 11 Aug 2005 08:14:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2005 01:14:10 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [195.186.19.64] (HELO mail18.bluewin.ch) (195.186.19.64) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2005 01:14:31 -0700 Received: from [127.0.0.1] (81.63.113.186) by mail18.bluewin.ch (Bluewin 7.2.063) id 42D280E400489048 for dev@geronimo.apache.org; Thu, 11 Aug 2005 08:14:07 +0000 Message-ID: <42FB08C5.6060708@bluewin.ch> Date: Thu, 11 Aug 2005 10:13:57 +0200 From: Meskauskas Audrius Reply-To: audriusa@bluewin.ch User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Geronimo developers Subject: No any dependency on external CORBA classes found during Geronimo build - how this could be? Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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 Hello, Thanks to Jeff, we have no longer any problems with building Geronimo using Maven 1.0.2. The two tests about Kerberos fail, but this problem is probably transient and not CORBA related. My idea was to check your dependencies on the proprietary com.sun.corba packages. I started from the source code scan and found no string "com.sun.corba" at all. The substring "importsun.com" is also never present. Next, I decided to build Geronimo with JDK 1.5 that, following the Wiki notes, should not succeed. Surprisingly, the build have not reported any missing classes and passed all tests, except the same two mentioned above. Finally, I launched build under JDK with all omg.org domain removed from rt.jar. Even in this case, the build succeeds without reporting any missing classes and passing the same set of tests as with complete jdk. Hence 1. You link some external library with org.omg classes. Could you tell me, where and which one? 2. Would you be so kind as to tell, in which module and package your dependencies from the Sun specific CORBA packages are located? 3. I conclude that Geronimo itself is not dependent on Sun's CORBA, as the absence of CORBA has no impact on the test results. Probably CORBA is used by the user-supplied beans only? Do you have tests with such beans for Geronimo? Cheers Audrius