We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
f7a70b0
No branches or pull requests
When bundle is installed and then started, with a service instantiated and validated, the order of method invocations seems to be:
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
The text was updated successfully, but these errors were encountered: