Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 29996 invoked from network); 19 May 2009 04:49:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 May 2009 04:49:37 -0000 Received: (qmail 31672 invoked by uid 500); 19 May 2009 04:49:36 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 31573 invoked by uid 500); 19 May 2009 04:49:36 -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 31565 invoked by uid 99); 19 May 2009 04:49:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 May 2009 04:49:34 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jgawor@gmail.com designates 209.85.132.249 as permitted sender) Received: from [209.85.132.249] (HELO an-out-0708.google.com) (209.85.132.249) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 May 2009 04:49:25 +0000 Received: by an-out-0708.google.com with SMTP id b2so1698210ana.40 for ; Mon, 18 May 2009 21:49:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=keuNiPEC2s4dadOPNfr+h7iukBk3ipI3sbJ3/0PbvZo=; b=Se6WJkF8NyUIv7aIWXbJqtb8vO7FGUWMGMz0maSvEjzZ1mg9OxVg/0evEtRyqzkaFS iHs6S0hlbNZKmNazXUW6FCedcWeBoID3fRDae/GDxB6JZhizJ8kh1nKbzeWFmQZHYB7+ J1gwsSF5CKcPsdMs322v1De6la++6fumQdANQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=w3lA6hMvJIrv8XQ/+Iiz1a2Ik/TsyIy9ux3LEEuw3Rg1b8zh+7FpYlm5Ng/lABA6q0 v4tozgW0k5rHuHHyGH23/kMjo/el4LkrvzXpUyR7P/xs+z0nht3p2kMnvfhJhK7Olp3i a3p5XOTz7oc2IyVdx3LtK3ECx8aPJZaHjRRhI= MIME-Version: 1.0 Received: by 10.231.36.198 with SMTP id u6mr2976194ibd.29.1242708544583; Mon, 18 May 2009 21:49:04 -0700 (PDT) In-Reply-To: References: Date: Tue, 19 May 2009 00:49:04 -0400 Message-ID: <5eb405c70905182149r14591eceyd306e3704d9b7649@mail.gmail.com> Subject: Re: [blueprint] itests failing with NoClassDefFoundError From: Jarek Gawor To: dev@geronimo.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org What version of maven are you using? I had problems with 2.0.9 but works fine for me with 2.0.10. I don't know if this will help but maybe try with clean m2 repo? itests pull in a lot of stuff... maybe we need to tie down some plugin version. Jarek On Mon, May 18, 2009 at 10:33 PM, David Blevins wr= ote: > Trying to get a clean build on the blueprint code. =A0Getting several err= ors > due to what seems like an invalid bundle config. > > ERROR: Error starting file:bundles/blueprint-core_1.0.0.SNAPSHOT.jar > (org.osgi.framework.BundleException: Unresolved constraint in bundle 5: > package; (&(package=3Dorg.osgi.service.blueprint.reflect)(version>=3D1.0.= 0))) > org.osgi.framework.BundleException: Unresolved constraint in bundle 5: > package; (&(package=3Dorg.osgi.service.blueprint.reflect)(version>=3D1.0.= 0)) > =A0 =A0 =A0 =A0at org.apache.felix.framework.Felix.resolveBundle(Felix.ja= va:3090) > =A0 =A0 =A0 =A0at org.apache.felix.framework.Felix.startBundle(Felix.java= :1439) > =A0 =A0 =A0 =A0at > org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:984) > =A0 =A0 =A0 =A0at > org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:263) > > I'm guessing that 1.0.0.SNAPSHOT is considered greater than 1.0.0 and > something else is going on. > > What's the trick to getting these tests to run? > > -David > >