[ANNOUNCE] Apache NiFi - Committer role

2015-10-11 Thread Tony Kurc
All, The Apache NiFi PMC has voted to allow volunteers to be a Committer without being on the PMC, and votes for membership of these groups can now happen separately. Previously, we had only considered the two roles together. We'll be adding the following language to the web page, which clarifies t

Re: custom Nifi process and ssl context service

2015-10-11 Thread Bryan Bende
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.a

Re: custom Nifi process and ssl context service

2015-10-11 Thread Joe Percivall
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/apa

custom Nifi process and ssl context service

2015-10-11 Thread Jim Mantheiy Jr
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