AW: AW: AW: AW: AW: ComponentFactory

2019-03-28 Thread Matthias Leinweber
oin(" ", componentDescriptionDTO.configurationPid)) .filter(s -> s.startsWith("my.pre.fix"))... best regards, Matthias Von: David Jencks Gesendet: Dienstag, 26. März 2019 17:01:13 An: user@karaf.apache.org Betreff: Re: AW: AW: AW: AW: ComponentF

Re: AW: AW: AW: AW: ComponentFactory

2019-03-26 Thread David Jencks
rop3", "foobar"); > cfg.update(testProp); > } > } > > And now i like to create some services from type A, some from type B and then > i like to change configurations of existing services. > > best regards, > Matthias > Von: Jean-Baptiste Ono

AW: AW: AW: AW: ComponentFactory

2019-03-26 Thread Matthias Leinweber
egards, Matthias Von: Jean-Baptiste Onofré Gesendet: Dienstag, 26. März 2019 06:15:26 An: user@karaf.apache.org Betreff: Re: AW: AW: AW: ComponentFactory Hi Mathias, The factoryPid doesn't change: it's com.foo.bar. The configurationPid is based on the factory PI

Re: AW: AW: AW: ComponentFactory

2019-03-25 Thread Jean-Baptiste Onofré
2019 8:00:25 PM > *To:* user@karaf.apache.org > *Subject:* Re: AW: AW: AW: ComponentFactory >   > Mhm OK. > > I will try to explain what i want to achieve. > > My Plan was to create several ManagedserviceFactories all

Re: AW: AW: AW: ComponentFactory

2019-03-25 Thread Matthias Leinweber
... i can iterate over "my" servicefactories. From: Matthias Leinweber Sent: Monday, March 25, 2019 8:00:25 PM To: user@karaf.apache.org Subject: Re: AW: AW: AW: ComponentFactory Mhm OK. I will try to explain what i want to achieve. My Plan was

Re: AW: AW: AW: ComponentFactory

2019-03-25 Thread Matthias Leinweber
@karaf.apache.org Subject: Re: AW: AW: AW: ComponentFactory Not sure I follow you. What's the issue ? You have the factory and the configurations for the factory. Regards JB On 25/03/2019 18:54, Matthias Leinweber wrote: > Yes, > > > but i see &q

Re: AW: AW: AW: ComponentFactory

2019-03-25 Thread Jean-Baptiste Onofré
> *Von:* Jean-Baptiste Onofré > *Gesendet:* Montag, 25. März 2019 18:36:17 > *An:* user@karaf.apache.org > *Betreff:* Re: AW: AW: ComponentFactory >   > Hi, > > you should have a config with Factory

AW: AW: AW: ComponentFactory

2019-03-25 Thread Matthias Leinweber
e... best regards, Matthias Von: Jean-Baptiste Onofré Gesendet: Montag, 25. März 2019 18:36:17 An: user@karaf.apache.org Betreff: Re: AW: AW: ComponentFactory Hi, you should have a config with FactoryPid as property right ? For instance, when I do config:list,

Re: AW: AW: ComponentFactory

2019-03-25 Thread Jean-Baptiste Onofré
Hi, you should have a config with FactoryPid as property right ? For instance, when I do config:list, I can see the factory for fileinstall: Pid: org.apache.felix.fileinstall.d10ae13a-7909-4881-8014-d0901748a832 FactoryPid:

AW: AW: ComponentFactory

2019-03-25 Thread Matthias Leinweber
Hi JB, still a small problem... @Component( service = EventOperator.class, immediate = true, configurationPid = EventOperator.PROP_FACTORY_PREFIX + Category.INPUT + "." + KafkaOperator.TYPE, configurationPolicy=ConfigurationPolicy.REQUIRE, property = {