Return-Path: Delivered-To: apmail-openejb-dev-archive@www.apache.org Received: (qmail 47884 invoked from network); 26 Oct 2009 22:01:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Oct 2009 22:01:41 -0000 Received: (qmail 42384 invoked by uid 500); 26 Oct 2009 22:01:41 -0000 Delivered-To: apmail-openejb-dev-archive@openejb.apache.org Received: (qmail 42347 invoked by uid 500); 26 Oct 2009 22:01:41 -0000 Mailing-List: contact dev-help@openejb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openejb.apache.org Delivered-To: mailing list dev@openejb.apache.org Received: (qmail 42337 invoked by uid 99); 26 Oct 2009 22:01:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Oct 2009 22:01:41 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of eljotpl@gmail.com designates 209.85.218.220 as permitted sender) Received: from [209.85.218.220] (HELO mail-bw0-f220.google.com) (209.85.218.220) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Oct 2009 22:01:38 +0000 Received: by bwz20 with SMTP id 20so2589184bwz.34 for ; Mon, 26 Oct 2009 15:01:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=ETbucPc7UbPebsCqsgMVcnOXsz0Y7mk6Dq7NRw6zHzA=; b=fE4b6j/kwViwo5rRyRtDpXRUFYxXWI4gJxy2Sd2slhIqNX6KnimzrR6UK5AuN7WuJ0 jnc3wSJrUhmvf9fwTqvydgOLD7BaYtgHXw9NmQvUD+yqNC4HON6RUvd5+XMVu6B1lXxw QhSxCwKxA+3OXrBr/COSJNd9u0AfWH40Wjf5E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=IKVTY4jOYd1e0QCr3K4o+JXGYisSUju6/Gg/1zLYZGzHAIvBsHz5ycY8QE/p3wrOZv wpjnnEComifjIg3pJaR1CyUlLn263pqt2+OmUcj/jtJGD5cSdTw4+BA04dcTZcjlfDnx mSEDahtAvGJTPBrHa99BFcyzCYIQQON1Fq/rY= MIME-Version: 1.0 Sender: eljotpl@gmail.com Reply-To: jacek@laskowski.net.pl Received: by 10.102.236.29 with SMTP id j29mr6255123muh.68.1256594473356; Mon, 26 Oct 2009 15:01:13 -0700 (PDT) In-Reply-To: References: <1b5bfeb50910231436y58439b89t37f745d7ba9b3236@mail.gmail.com> <1b5bfeb50910241558l7be694eaxb4db44b0689c8a22@mail.gmail.com> <1b5bfeb50910250655u215d0ff0he1fc4a94c09a19f4@mail.gmail.com> <1b5bfeb50910250705r78966a13yb386cfe5075f1c0f@mail.gmail.com> Date: Mon, 26 Oct 2009 23:01:13 +0100 X-Google-Sender-Auth: 63ae10dc003cd99e Message-ID: <1b5bfeb50910261501p4b599d41sf1f9cf73212cce99@mail.gmail.com> Subject: Re: For adventurous: first run of OSGified OpenEJB *seems* running fine From: Jacek Laskowski To: dev@openejb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Mon, Oct 26, 2009 at 10:44 PM, Mohammad Nour El-Din wrote: > =A0 I still have the same error showing up .... > -> ERROR: Error starting > file:C:\Users\mnour\.m2\repository\org\apache\openejb\openejb-core\3.1.2-= SNAPSHOT\openejb-core-3.1.2-SNAPSHOT.jar > (org.osgi.framework.BundleException: Unresolved constraint in bundle > org.apache.openejb.core [6]: package; > (&(package=3Djavax.transaction)(version>=3D5.0.0))) > org.osgi.framework.BundleException: Unresolved constraint in bundle > org.apache.openejb.core [6]: package; > (&(package=3Djavax.transaction)(version>=3D5.0.0)) > =A0 =A0 =A0 =A0at org.apache.felix.framework.Felix.resolveBundle(Felix.ja= va:3263) > =A0 =A0 =A0 =A0at org.apache.felix.framework.Felix.startBundle(Felix.java= :1597) > =A0 =A0 =A0 =A0at org.apache.felix.framework.Felix.setActiveStartLevel(Fe= lix.java:1077) > =A0 =A0 =A0 =A0at org.apache.felix.framework.StartLevelImpl.run(StartLeve= lImpl.java:264) > =A0 =A0 =A0 =A0at java.lang.Thread.run(Thread.java:619) After you rebuild the openejb-core bundle project you have to update it in felix. The org.apache.openejb.core has the identifier 6 so you should do as follows: -> update 6 If the issue keeps showing up, send 'headers 6' command output. I do 'refresh' sometimes to make felix happy with my current bundle setup. Give it a try too. Jacek --=20 Jacek Laskowski Notatnik Projektanta Java EE - http://www.JacekLaskowski.pl