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 EEFB39601 for ; Fri, 7 Oct 2011 22:42:16 +0000 (UTC) Received: (qmail 64831 invoked by uid 500); 7 Oct 2011 22:42:16 -0000 Delivered-To: apmail-felix-users-archive@felix.apache.org Received: (qmail 64797 invoked by uid 500); 7 Oct 2011 22:42:16 -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 64789 invoked by uid 99); 7 Oct 2011 22:42:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Oct 2011 22:42:16 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of fmeschbe@adobe.com designates 64.18.1.191 as permitted sender) Received: from [64.18.1.191] (HELO exprod6og106.obsmtp.com) (64.18.1.191) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Oct 2011 22:42:08 +0000 Received: from outbound-smtp-2.corp.adobe.com ([193.104.215.16]) by exprod6ob106.postini.com ([64.18.5.12]) with SMTP; Fri, 07 Oct 2011 15:41:47 PDT Received: from inner-relay-1.corp.adobe.com (inner-relay-1.sea.adobe.com [153.32.1.51]) by outbound-smtp-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id p97MfinG000570 for ; Fri, 7 Oct 2011 15:41:45 -0700 (PDT) Received: from nacas01.corp.adobe.com (nacas01.corp.adobe.com [10.8.189.99]) by inner-relay-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id p97Mfi5R026926 for ; Fri, 7 Oct 2011 15:41:44 -0700 (PDT) Received: from eurcas01.eur.adobe.com (10.128.4.27) by nacas01.corp.adobe.com (10.8.189.99) with Microsoft SMTP Server (TLS) id 8.3.192.1; Fri, 7 Oct 2011 15:41:44 -0700 Received: from eurmbx01.eur.adobe.com ([10.128.4.32]) by eurcas01.eur.adobe.com ([10.128.4.27]) with mapi; Fri, 7 Oct 2011 23:41:42 +0100 From: Felix Meschberger To: "users@felix.apache.org" Date: Fri, 7 Oct 2011 23:41:41 +0100 Subject: Re: scr modified() w/o config admin? Thread-Topic: scr modified() w/o config admin? Thread-Index: AcyFQkiWOLYwc+iSQLizq7aONclm+A== Message-ID: <7FE18E72-3A1C-4931-BA29-5301DCC2F8CF@adobe.com> References: <4E8E4E1E.5080603@gmail.com> In-Reply-To: <4E8E4E1E.5080603@gmail.com> Accept-Language: de-DE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: de-DE, en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Hi, No, there is no way. The modified mechanism is specifically designed to upd= ate a (non-Component Factory) component with new configuration from Configu= ration Admin, If you have a factory component you are free to define API in the component= implementation to update with some new configuration. Regards Felix Am 07.10.2011 um 02:55 schrieb Andrei Pozolotin: > Hello; >=20 > Can someone please shed some light on: >=20 > is there a way to initiate scr modified() without config admin service= ? >=20 > the use case is: >=20 > 1) component is already created by osgi component factory > http://www.slideshare.net/fmeschbe/declarative-services-dependency-inj= ection-osgi-style >=20 > 2) now I would like to issue modified() to the component; >=20 > ? >=20 > Thank you, >=20 > Andrei >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@felix.apache.org For additional commands, e-mail: users-help@felix.apache.org