Your solution seems correct but I would like to add a note here.
Your component will not get activated but is still enabled and satisfied, so SCR will try to activate it later again. So, if you don't want to see subsequent unsuccessful activations of your component you should implement a better handling of your component. E.g. you could use another component to manage the enabled/disabled state of your components.

Regards,
Stoyan

Andrea Zoppello wrote:
Hi all,

In my project i'm using a lot OSGi DS and in particulra component factories to create DS component/services.

In my DS Component Factories i'm using the activate() method to perform some initialization step i need
to do in my components.

In my case if the code in the activate method() fail this must result in a failure of component creation, and must
result in *non registration* of the services provided by the component.

At the moment i've solved this throwing a RuntimeException from the activate method but i'm not sure this is the
right way to do...

Any suggestion??

Andrea
_______________________________________________
OSGi Developer Mail List
[email protected]
https://mail.osgi.org/mailman/listinfo/osgi-dev




_______________________________________________
OSGi Developer Mail List
[email protected]
https://mail.osgi.org/mailman/listinfo/osgi-dev

Reply via email to