ruanwenjun commented on PR #1923:
URL: 
https://github.com/apache/incubator-seatunnel/pull/1923#issuecomment-1131606765

   @legendtkl I see the code at `Executor`, can the CustomClassLoader load the 
plugin jar? it seems you don't add the jar path into the classloader before you 
execute below code.
   ```java
   Iterator<Factory> factories = ServiceLoader.load(Factory.class, 
CLASSLOADER).iterator();
   ```


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

Reply via email to