Re: felix:persistentFactoryComponent

2023-04-25 Thread David Jencks
y_ > resolved at the moment of activation, it will fail. > > * However, when setting felix:persistentFactoryComponent="true" the > component behaves as any other component which might have an unresolved > reference, resulting in deferred activation only upon satisfaction of

Re: felix:persistentFactoryComponent

2023-04-25 Thread Raymond Augé
setting felix:persistentFactoryComponent="true" the component behaves as any other component which might have an unresolved reference, resulting in deferred activation only upon satisfaction of the reference. Would you consider that inline with the intent? (I certainly hope so :D because t

Re: felix:persistentFactoryComponent

2023-04-25 Thread David Jencks
at it means to use > > felix:persistentFactoryComponent="true" > > As in: > > http://www.osgi.org/xmlns/scr/v1.1.0; > > xmlns:felix="http://felix.apache.org/xmlns/scr/extensions/v1.0.0;> > > > > felix:persistentFactoryCompo

felix:persistentFactoryComponent

2023-04-25 Thread Raymond Augé
Hello all, Could someone explain what it means to use felix:persistentFactoryComponent="true" As in: http://www.osgi.org/xmlns/scr/v1.1.0; xmlns:felix="http://felix.apache.org/xmlns/scr/extensions/v1.0.0;> ... -- *Raymond Augé* (@rotty3000) Senior Software Archi