Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 79556 invoked from network); 1 Nov 2010 16:20:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Nov 2010 16:20:15 -0000 Received: (qmail 44860 invoked by uid 500); 1 Nov 2010 16:20:46 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 44800 invoked by uid 500); 1 Nov 2010 16:20:46 -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 44793 invoked by uid 99); 1 Nov 2010 16:20:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Nov 2010 16:20:46 +0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=FREEMAIL_FROM,HK_RANDOM_ENVFROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rickmcg@gmail.com designates 74.125.83.182 as permitted sender) Received: from [74.125.83.182] (HELO mail-pv0-f182.google.com) (74.125.83.182) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Nov 2010 16:20:38 +0000 Received: by pvc22 with SMTP id 22so666404pvc.13 for ; Mon, 01 Nov 2010 09:20:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=ydmrX+XhASWLFpdD7boc4TPPhZ8+S6KmMxrKl1OqUi8=; b=I5GY6TJFF4ZZ1tNiyiq7rjqhWMGyQsATf15F/NYFAINmiuCYaPS1OjqU9P9gbL2Ud6 irrVoTMf6ZCoPa8u7Uz5YMOzI6B3Xq7pWo5rBUP97eX8+h3N0as59mTnkG46oDexKOZZ AtuX0DorvVtOL4NZqtEaOHzJ/Q7iFfUIo2CcE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=C58HauBrFDYl9XwI6CqYeD4uNYPFjOgvtSbGIotm5JIxKuKsSxrgShCLyqKL0yul1V yUlxgd4HyiiCnvGWy0MdlXV0KHj6YMzAruSxDK8puNJ7FshxJJsnPccNbFHEJVXTPVPR V6mRrAQiARf0fKjjTc94N+oVwnNlUZLxTxg6A= Received: by 10.142.174.15 with SMTP id w15mr4490017wfe.255.1288628417019; Mon, 01 Nov 2010 09:20:17 -0700 (PDT) Received: from [192.168.1.103] (68-191-49-15.dhcp.nwtn.ct.charter.com [68.191.49.15]) by mx.google.com with ESMTPS id p28sm2367855vcr.46.2010.11.01.09.20.16 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 01 Nov 2010 09:20:16 -0700 (PDT) Message-ID: <4CCEE8BF.4040603@gmail.com> Date: Mon, 01 Nov 2010 12:20:15 -0400 From: Rick McGuire Reply-To: rickmcg@gmail.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: Geronimo Dev Subject: Build problem in server trunk. Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I was having problems building trunk this morning, and it looks like the root cause of the problem is a javassist version mismatch. The openwebbeans project is using the javassist 3.12.0.GA version to build and Geronimo is using the Servicemix bundlized 3.7.GA version. The build failure was a ClassNotFoundException attempting to load one of the javassist utility classes that is not included in the 3.7.GA version. I did a quick experiment and created a 3.12.0.GA version of the servicemix bundle, and the build problem went away. Unfortunately, the servicemix project does not have a 3.12.0.GA version of this bundle yet. I've pinged the servicemix dev list about getting a new version, but I'd not seen a reply. I'm thinking that we might want to create a Geronimo hosted bundle of this release and get a snapshot deployed. That way, the Geronimo build can pick up the snapshot until the question of where this is hosted gets resolved. At least that way, we'll still be able to build. Does this seem like a reasonable plan? Rick