davsclaus commented on a change in pull request #4087: URL: https://github.com/apache/camel/pull/4087#discussion_r470043849
########## File path: components/camel-as2/camel-as2-component/src/main/java/org/apache/camel/component/as2/AS2Component.java ########## @@ -58,8 +58,8 @@ protected Endpoint createEndpoint(String uri, String methodName, AS2ApiName apiN } @Override - protected void doStart() throws Exception { - super.doStart(); + protected void doInit() throws Exception { + super.doInit(); if (Security.getProvider("BC") == null) { Review comment: I wonder if this may cause some problems, as its in the JDK itself and if your build vs runtime are not the same then it can cause problems. I think we need to make this part in the doStart ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org