Re: Dynamically loading JARs and using them with a controller service

2018-07-31 Thread Mike Thomsen
Thanks, Mike. I figured out that it was the test framework that was giving me some trouble there. When I ran it live, it was fine. So the work around that I did was this (in case anyone wants to do something similar): 1. Built a sample JAR file from a maven project that would roughly approximate

Re: Dynamically loading JARs and using them with a controller service

2018-07-30 Thread Michael Moser
Hey Mike, As long as it's a controller service PropertyDescriptor that uses dynamicallyModifiesClasspath, check out the JMSConnectionFactoryProvider in the nifi-jms-bundle. -- Mike On Sat, Jul 28, 2018 at 8:52 AM Mike Thomsen wrote: > Is there a good example somewhere that shows how to use >

Dynamically loading JARs and using them with a controller service

2018-07-28 Thread Mike Thomsen
Is there a good example somewhere that shows how to use dynamicallyModifiesClasspath on the PropertyDescriptor and use it add new JARs that are available to the controller service? Thanks, Mike