tjwatson commented on PR #496: URL: https://github.com/apache/felix-dev/pull/496#issuecomment-4223974132
Can you provide the complete stacktrace of the error? My concern with the change is that it no longer is re-throwing the error. What I expect to happen here is that the service factory SCR registers with the framework should throw this exception out and the OSGi framework implementation should capture the exception and fire a Framework error event. Then the log service should be logging the framework error event exception for you to observe. But now exception is caught and logged (that is fine), but then the exception is swallowed and not handled by the framework. -- 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]
