Jim, In addition to what Joe pointed out, if you are developing a custom NAR you may want to double check your dependencies. The wiki page about custom extensions [1] shows how to setup the dependencies to link a processor and a controller service from a different NAR.
-Bryan [1] https://cwiki.apache.org/confluence/display/NIFI/Maven+Projects+for+Extensions#MavenProjectsforExtensions-LinkingProcessorsandControllerServices On Sun, Oct 11, 2015 at 8:21 PM, Joe Percivall < [email protected]> wrote: > Hey Jim, > > Are you seeing errors or just having trouble getting the SSL service in > general? > > Here you can see how the InvokeHttp processor gets the SSL controller > service: > > https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/InvokeHTTP.java#L146 > > Joe > - - - - - - > Joseph Percivall > linkedin.com/in/Percivall > e: [email protected] > > > > > On Sunday, October 11, 2015 8:12 PM, Jim Mantheiy Jr < > [email protected]> wrote: > Hello, > > I'm attempting to leverage the ssl context service in nifi 0.2.1 and i'm > unable to load any ssl services in my properties. I took a step back > and copied most of the GetHttp processor to see if it was something I > was missing. > > However, no luck. > > What am I missing? > > Thanks, > > Jim >
