Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 16807 invoked from network); 17 Apr 2006 15:18:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Apr 2006 15:18:37 -0000 Received: (qmail 85452 invoked by uid 500); 17 Apr 2006 15:18:34 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 85403 invoked by uid 500); 17 Apr 2006 15:18:34 -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 85392 invoked by uid 99); 17 Apr 2006 15:18:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Apr 2006 08:18:34 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ammulder@gmail.com designates 64.233.166.183 as permitted sender) Received: from [64.233.166.183] (HELO pproxy.gmail.com) (64.233.166.183) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Apr 2006 08:18:31 -0700 Received: by pproxy.gmail.com with SMTP id t32so626884pyc for ; Mon, 17 Apr 2006 08:18:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JDdnDFVHmrY0W1g7tpf9I2HkQbAoG21JjbyRlK1PN2jckz3qARI7KWEvHJZ5abr0RDnaoj0pTfxe0wQyezwy8wPUWCfRfvdfwa4j0iuM0cgiU/F/d45jTKcoHTIt6deWQYxGXRKrSScs7URRSyUDcHIgArAoytTBUwFnoiAr/QU= Received: by 10.35.88.17 with SMTP id q17mr2246240pyl; Mon, 17 Apr 2006 08:18:10 -0700 (PDT) Received: by 10.35.116.1 with HTTP; Mon, 17 Apr 2006 08:18:10 -0700 (PDT) Message-ID: <74e15baa0604170818j238a3bbege871fb443b2f50be@mail.gmail.com> Date: Mon, 17 Apr 2006 11:18:10 -0400 From: "Aaron Mulder" Sender: ammulder@gmail.com To: dev@geronimo.apache.org Subject: Re: G1.1 - Compilation errors in Connector module In-Reply-To: <22d56c4d0604170226v232cfd40yc3834847e9ca3eff@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <22d56c4d0604170226v232cfd40yc3834847e9ca3eff@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I just did a full build and didn't get this. Can you update both Geronimo and OpenEJB and do a build with "maven -o clean new" and see if you still get the error? Thanks, Aaron On 4/17/06, Vamsavardhana Reddy wrote: > Compilation errors in Connector module in G1.1 branch. > > Given below is the console output. > > java:compile: > destdir=3D"C:\g11\modules\connec > tor/target/classes"> [echo] Compiling to > C:\g11\modules\connector/ta > rget/classes > [javac] Compiling 3 source files to > C:\g11\modules\connector\target\classes > [javac] > C:\g11\modules\connector\src\java\org\apache\geronimo\connector\work > \pool\ScheduleWorkExecutor.java:34: > execute(java.lang.Runnable) in EDU.oswego.cs > .dl.util.concurrent.Executor cannot be applied to > (java.lang.String,org.apache.g > eronimo.connector.work.WorkerContext) > [javac] executor.execute("A J2EE Connector", work); > [javac] ^ > [javac] > C:\g11\modules\connector\src\java\org\apache\geronimo\connector\work > \pool\StartWorkExecutor.java:36: > execute(java.lang.Runnable) in EDU.oswego.cs.dl > .util.concurrent.Executor cannot be applied to > (java.lang.String,org.apache.gero > nimo.connector.work.WorkerContext) > [javac] executor.execute("A J2EE Connector", work); > [javac] ^ > [javac] > C:\g11\modules\connector\src\java\org\apache\geronimo\connector\work > \pool\SyncWorkExecutor.java:36: execute(java.lang.Runnable) in > EDU.oswego.cs.dl. > util.concurrent.Executor cannot be applied to > (java.lang.String,org.apache.geron > imo.connector.work.WorkerContext) > [javac] executor.execute("A J2EE Connector", work); > [javac] ^ > [javac] 3 errors > > BUILD FAILED > File...... C:\Documents and > Settings\Administrator\.maven\cache\maven-java-plugi > n-1.5\plugin.jelly > Element... ant:javac > Line...... 63 > Column.... -1 > Compile failed; see the compiler error output for details. > Total time : 8 seconds > Finished at : Monday, April 17, 2006 2:53:05 PM IST