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

Issue in the OSGI bundle activator exception handling/logging #81

Closed
ksdperera opened this issue Sep 25, 2018 · 0 comments · Fixed by #152
Closed

Issue in the OSGI bundle activator exception handling/logging #81

ksdperera opened this issue Sep 25, 2018 · 0 comments · Fixed by #152

Comments

@ksdperera
Copy link
Contributor

ksdperera commented Sep 25, 2018

Description:
In the existing implementation [1], if the exception throws while initializing the component, its bubble up to OSGi framework, but the problem is carbon logging uses pax logging as logging framework and it's not supported for Eclipse Equinox logging framework. Hence this OSGi bundle exception not captured by the logging framework.

[1] - https://github.com/wso2-extensions/siddhi-io-http/blob/master/component/src/main/java/org/wso2/extension/siddhi/io/http/source/internal/ServiceComponent.java#L49

A fix would be: wso2/carbon-secvault#55

Suggested Labels:
v1.x.x

Suggested Assignees:

Affected Product Version:

OS, DB, other environment details and versions:

Steps to reproduce:

Related Issues:
N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants