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
I don’t understand what you are trying to do. I don’t see any way that factory components would be relevant in any way to anything you mention. Suppose you have two normal components implementing MyInterface, and supply factory configurations for them to create instances as needed, and have a

AW: AW: AW: AW: ComponentFactory

2019-03-26 Thread Matthias Leinweber
Hi JB, yes but until i created one there is nothing to iterate/find. However, i think did not explain my problem very well so i try to explain what i want to do. Maybe i took the wrong approach to solve my problem. So lets consider the following classes: @Component( service =