Return-Path: X-Original-To: apmail-felix-users-archive@minotaur.apache.org Delivered-To: apmail-felix-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2D3F811776 for ; Thu, 14 Aug 2014 10:50:15 +0000 (UTC) Received: (qmail 98472 invoked by uid 500); 14 Aug 2014 10:50:14 -0000 Delivered-To: apmail-felix-users-archive@felix.apache.org Received: (qmail 98404 invoked by uid 500); 14 Aug 2014 10:50:14 -0000 Mailing-List: contact users-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@felix.apache.org Delivered-To: mailing list users@felix.apache.org Received: (qmail 98379 invoked by uid 99); 14 Aug 2014 10:50:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Aug 2014 10:50:13 +0000 X-ASF-Spam-Status: No, hits=-1.6 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [64.18.0.22] (HELO exprod5og111.obsmtp.com) (64.18.0.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Aug 2014 10:49:48 +0000 Received: from emeamail.uk.akqa.com ([37.46.24.111]) (using TLSv1) by exprod5ob111.postini.com ([64.18.4.12]) with SMTP ID DSNKU+yUSacYjIjoNnFJlwrUbJx4cKbZI6/i@postini.com; Thu, 14 Aug 2014 03:49:47 PDT Received: from LDNWPEXCH12.emea.akqa.local ([169.254.3.137]) by LDNWPEXCH11.emea.akqa.local ([169.254.1.123]) with mapi id 14.03.0174.001; Thu, 14 Aug 2014 11:49:44 +0100 From: Konstantine Kougios To: "users@felix.apache.org" Subject: Re: bundle starting order Thread-Topic: bundle starting order Thread-Index: AQHPt60dESpQKWMQXk2aNcKErGgX0pvP640A Date: Thu, 14 Aug 2014 10:49:43 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.9.100.86] Content-Type: text/plain; charset="Windows-1252" Content-ID: <33648A59088F8B4EAEA50D089457C8C9@akqa.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org "So A services, when activated, expect to find those registrations on C but can=B9t.=B2 Sorry I meant services on B, when activated, expect to find the registered classes on C but can=B9t On 14/08/2014 11:47, "Konstantine Kougios" wrote: >Hi, I have an issue with bundle startup. I got 2 bundles, A and B. A >imports packages of B. So during deployment of a bundle in the container, >it does the following: > >A resolved >B resolved >B started <=8B why ? shouldn=B9t A be started first as B depends on A? >A started > >This creates problems for me as some services on A do register classes on >a separate bundle C. So A services, when activated, expect to find those >registrations on C but can=B9t. > >Is this a common issue? >Is there a solution? > >I am using maven to deploy my bundles. > >Thanks, > >Kostas > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@felix.apache.org For additional commands, e-mail: users-help@felix.apache.org