Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 65746 invoked from network); 24 Mar 2010 20:23:01 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Mar 2010 20:23:01 -0000 Received: (qmail 39828 invoked by uid 500); 24 Mar 2010 20:23:00 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 39777 invoked by uid 500); 24 Mar 2010 20:23:00 -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 39765 invoked by uid 99); 24 Mar 2010 20:23:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Mar 2010 20:23:00 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of marco.laponder@kewill.com designates 87.213.107.180 as permitted sender) Received: from [87.213.107.180] (HELO fiat.kewill.nl) (87.213.107.180) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Mar 2010 20:22:51 +0000 Received: from scania.interchain.nl (scania.kewill.nl [172.19.0.43]) by fiat.kewill.nl (8.13.8/8.13.8) with ESMTP id o2OKMVVG008321 for ; Wed, 24 Mar 2010 21:22:31 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01CACB8F.BB4A74C2" Subject: build failed in branches/2.2 Date: Wed, 24 Mar 2010 21:22:26 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: build failed in branches/2.2 Thread-Index: AcrLj7f0joFkTAq8RHid2qnmkup0Gg== From: "Marco Laponder" To: X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. ------_=_NextPart_001_01CACB8F.BB4A74C2 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi =20 I am a newbi at building geronimo so it could be by lack of knowledge,in that case forgive me. I am trying to build the 2.2 branch from source. I am at the latest revision (927171) and followed the instructions at http://cwiki.apache.org/GMOxDEV/building-apache-geronimo.html =20 I started with an empty maven repository and am running a mvn clean install. The build fails with a compilation problem: =20 /branches/2.2/plugins/connector/geronimo-connector/src/main/java/org/apa che/geronimo/connector/work/GeronimoWorkManagerGBean.java:[ 38,8] cannot find symbol symbol : constructor GeronimoWorkManager(java.util.concurrent.Executor,java.util.concurrent.E xecutor,java.util.concurrent.Executor,org.apache.geronimo.transact ion.manager.XAWork) =20 inspecting the constructors on the GeronimoWorkManager I can see :=20 =20 public GeronimoWorkManager(GeronimoExecutor sync, GeronimoExecutor start, GeronimoExecutor sched, TransactionContextManager transactionContextManager) =20 and I understand that this is not the expected constructor.=20 =20 Can anyone explain to me how to fix this problem or tell me what I am doing wrong ?=20 =20 Kind regards, Marco ------_=_NextPart_001_01CACB8F.BB4A74C2 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi

 

I am a newbi at building geronimo so it could = be by lack of knowledge,in that case forgive me. I am trying to build the 2.2 = branch from source. I am at the latest revision (927171) and followed the = instructions at ht= tp://cwiki.apache.org/GMOxDEV/building-apache-geronimo.html

 

I started with an empty maven repository and = am running a mvn clean install. The build fails with a compilation = problem:

 

/branches/2.2/plugins/connector/geronimo-connec= tor/src/main/java/org/apache/geronimo/connector/work/GeronimoWorkManagerG= Bean.java:[          &n= bsp;           &nb= sp;           &nbs= p;            = ;             &= nbsp;           &n= bsp;    38,8] cannot find symbol

symbol  : constructor GeronimoWorkManager(java.util.concurrent.Executor,java.util.concurrent.Ex= ecutor,java.util.concurrent.Executor,org.apache.geronimo.transact &n= bsp;           &nb= sp;           &nbs= p;            = ;            =             &= nbsp;           &n= bsp;  ion.manager.XAWork)

 

inspecting the constructors on the GeronimoWorkManager I can see :

 

public GeronimoWorkManager(GeronimoExecutor = sync, GeronimoExecutor start, GeronimoExecutor sched, = TransactionContextManager transactionContextManager)

 

and I understand that this is not the expected constructor.

 

Can anyone explain to me how to fix this = problem or tell me what I am doing wrong ?

 

Kind regards,

Marco

------_=_NextPart_001_01CACB8F.BB4A74C2--