You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by Joel Schuster <jo...@Navsys.com> on 2010/07/22 22:36:31 UTC

ipojo callbacks order and @Subscriber

Reference: http://felix.apache.org/site/ipojo-faq.html#iPOJOFAQ-Callbacksorder.

So, where in this order would @Subscriber s be called? I assume that the component would have to be @Validate d first.

- Joel


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: ipojo callbacks order and @Subscriber

Posted by Clement Escoffier <cl...@gmail.com>.
Hi,

Yes, @Subscribe is called after @Validate. If your component provides a service, the @Subscribe is called after @PostRegistration.

Regards,

Clement

On 22.07.2010, at 22:36, Joel Schuster wrote:

> 
> Reference: http://felix.apache.org/site/ipojo-faq.html#iPOJOFAQ-Callbacksorder.
> 
> So, where in this order would @Subscriber s be called? I assume that the component would have to be @Validate d first.
> 
> - Joel
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> For additional commands, e-mail: users-help@felix.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org