Bob Paulin created NIFI-16201:
---------------------------------

             Summary: [Connectors] Support Instance Classloading when invoking 
Connector Methods 
                 Key: NIFI-16201
                 URL: https://issues.apache.org/jira/browse/NIFI-16201
             Project: Apache NiFi
          Issue Type: Improvement
            Reporter: Bob Paulin


When connector methods are invoked on Components each declared method is 
returned.  This works just fine as long as all the classes required for those 
methods are loaded.  This is not always the case with components that support 
Instance Classloading.  For example a component that rely on classes from a 
JDBC driver that has not yet been loaded.  

 

To support this instance classloading must be invoked with the additional 
classes loaded. This requires similar support to components that verify 
themselves with additional classes.  So this functionality must be generalized 
so it can be used on any component not just verifiable ones.  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to