Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BundleActivator start being called out of order relative to service activate #66

Closed
scottslewis opened this issue Jun 29, 2016 · 0 comments
Milestone

Comments

@scottslewis
Copy link
Collaborator

scottslewis commented Jun 29, 2016

When bundle is installed and then started, with a service instantiated and validated, the order of method invocations seems to be:

Activator.__init__
@Validate
Activator.start

This is unexpected ordering, as in OSGi the Bundle start method is guaranteed to occur prior to any service registration and subsequent validation.

Thomas indicates this appears to be a bug associated with this line of code:
https://github.com/tcalmant/ipopo/blob/master/pelix/ipopo/core.py#L605

@tcalmant tcalmant added this to the 0.6.5 milestone Aug 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants