zhfeng commented on a change in pull request #4087:
URL: https://github.com/apache/camel/pull/4087#discussion_r471236506



##########
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:
       yeah, it makes sense.




----------------------------------------------------------------
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


Reply via email to