Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 37163 invoked from network); 6 May 2005 18:01:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 May 2005 18:01:44 -0000 Received: (qmail 75297 invoked by uid 500); 6 May 2005 18:04:16 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 75270 invoked by uid 500); 6 May 2005 18:04:15 -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 Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 75246 invoked by uid 99); 6 May 2005 18:04:15 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DRUGS_PAIN,FROM_HAS_ULINE_NUMS,MSGID_FROM_MTA_HEADER X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of delafran_j2ee@hotmail.com designates 64.4.51.90 as permitted sender) Received: from bay107-dav18.bay107.hotmail.com (HELO hotmail.com) (64.4.51.90) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 06 May 2005 11:04:14 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 6 May 2005 11:01:31 -0700 Message-ID: Received: from 64.4.51.200 by BAY107-DAV18.phx.gbl with DAV; Fri, 06 May 2005 18:01:31 +0000 X-Originating-IP: [64.4.51.200] X-Originating-Email: [delafran_j2ee@hotmail.com] X-Sender: delafran_j2ee@hotmail.com Message-ID: <427BB0F2.2070607@hotmail.com> Date: Fri, 06 May 2005 14:01:22 -0400 From: Mark User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: [Fwd: Re: Build Failure] References: <57801.192.234.135.41.1115400715.squirrel@mirage.savoirtech.com> In-Reply-To: <57801.192.234.135.41.1115400715.squirrel@mirage.savoirtech.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 06 May 2005 18:01:31.0805 (UTC) FILETIME=[A24CE4D0:01C55265] X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Well, my intial thoughts on this are: 1. Lets not mess with it now. :-) Let the certification complete. 2. It looks like the ORB in JDK 1.5 have been upgraded. I'd have to check the JDK docs to see a complete list of whats changed. In JDK 1.4, the interceptor code lies in the package: com.sun.corba.se.interceptor. OpenEJB is using the class IORInfoExt. In JDK 1.5, that class has moved to the package: com.sun.corba.se.spi.legacy.interceptor. My guess is that they have changed the implementation of the interceptor to use the corba spec for Portable Interceptors. 3. We'll probably have to create an interface(s) that allow either the JDK 1.4 or JDK 1.5 implementation to be used. Or the layer can dynamically load classes and lookup methods depending on the underlying runtime verison of the JDK. 4. Hopefully, Sun hasn't moved too much other stuff around. :-) Mark Jeff Genender wrote: >Mark, > >I was looking into this a little while back (when I finally got my Mac to >ru Java 1.5 - yay)...what kind of effort would it be to allow the CORBA >stuff to run/compile with Java 1.5? > >Jeff > >---------------------------- Original Message ---------------------------- >Subject: Re: Build Failure >From: "Mark" >Date: Fri, May 6, 2005 11:05 am >To: dev@geronimo.apache.org >-------------------------------------------------------------------------- > >Are you building with JDK 1.5? If so, at this time, you can't you will >have to build with JDK 1.4 > >Mark > >anita kulshreshtha wrote: > > > >>Hi, >> I been getting compiler error in openejb core very >>consistently. Here is the error from todays >>fresh-checkout (rev 168595)- >> >>default: >>modules:default: >>modules:reactor:init: >> >>build:start: >> >>default: >>java:prepare-filesystem: >> >>java:compile: >> [depend] Deleted out of date files in seconds >> [echo] Compiling to >>D:\anita\geronimo\incubator-geronimo\openejb\modules\core/target/classes >> [javac] Compiling 622 source files to >>D:\anita\geronimo\incubator-geronimo\openejb\modules\core\target\classes >> >> >D:\anita\geronimo\incubator-geronimo\openejb\modules\core\src\java\org\openejb\corba\MinorCodes.java:47: >package com.sun > > >>.corba.se.internal.orbutil does not exist >>import com.sun.corba.se.internal.orbutil.ORBConstants; >> ^ >>D:\anita\geronimo\incubator-geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\IORSSLInterceptor.java:47: >> >> >p > > >>ackage com.sun.corba.se.interceptor does not exist >>import com.sun.corba.se.interceptor.IORInfoExt; >> ^ >>D:\anita\geronimo\incubator-geronimo\openejb\modules\core\src\java\org\openejb\corba\sunorb\IORSSLInterceptor.java:48: >> >> >p > > >>ackage com.sun.corba.se.interceptor does not exist >>import com.sun.corba.se.interceptor.UnknownType; >> ^ >>..................... >> >>83 errors >> >>BUILD FAILED >>File...... >>D:\anita\geronimo\incubator-geronimo\openejb\maven.xml >>Element... maven:reactor >>Line...... 127 >>Column.... 27 >>Unable to obtain goal [default] -- C:\Documents and >>Settings\User\.maven\cache\maven-java-plugin-1.5\plugin.jelly:63:48: >> Compile failed; see the compiler error >>output for details. >>Total time: 1 minutes 45 seconds >>Finished at: Fri May 06 10:24:53 EDT 2005 >> >>TIA >>Anita >> >> >> >>__________________________________ >>Do you Yahoo!? >>Yahoo! Small Business - Try our new resources site! >>http://smallbusiness.yahoo.com/resources/ >> >> >> >> >> >> > > > > > >