tjwatson commented on PR #496: URL: https://github.com/apache/felix-dev/pull/496#issuecomment-4225912386
I'm not familiar with the felix framework implementation, but if I follow correctly the implementation wrapped the causing exception in a `ServiceException` and that should have been caught by the catch block you posted and then the `fireFrameworkEvent` method should have fired an ERROR event. If you have a log service bundle installed that should have mapped the framework event ERROR to a log entry as described at: https://docs.osgi.org/specification/osgi.core/8.0.0/service.log.html#d0e54935 and you should have been able to observe the error from the log service. That would be roughly equivalent to the ERROR log being proposed in this PR I think. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
