Re: [osgi-dev] Double config

2018-07-13 Thread Tim Ward via osgi-dev
Hi David > What is a good way to test for robustness against this phenomenon? Again, I wish to go on record as saying that bouncing does not mean that anything is wrong, nor is it intrinsically bad. DS Components with a static policy bounce in order to change the references that they use. This

Re: [osgi-dev] Double config

2018-07-13 Thread David Leangen via osgi-dev
Hi Tim, >> What is a good way to test for robustness against this phenomenon? > > Again, I wish to go on record as saying that bouncing does not mean that > anything is wrong, nor is it intrinsically bad. Thanks. Understood. I did not mean to imply anything about “goodness” or “badness”, but

[osgi-dev] Functions as configuration

2018-07-13 Thread David Leangen via osgi-dev
Hi! Is there any way to include functions as part of a component configuration? Cheers, =David ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev

Re: [osgi-dev] Functions as configuration

2018-07-13 Thread BJ Hargrave via osgi-dev
Component properties are basically service properties which are basically meant to be things that can go in a Configuration: https://osgi.org/specification/osgi.core/7.0.0/framework.module.html#i3217016. Complex objects including objects implementing functional interfaces are not in scope for a Con