Re: Difficulty using DBCPService

2020-06-25 Thread Russell Bateman
Great. Thanks, Matt. And it is working fine now. On 6/25/20 10:44 AM, Matt Burgess wrote: Russell, Sorry I lost track of this. If a version of a dependency is not provided, then Maven will go up to the parent POM and look for a version for it, and so on until it is found. If a version for the d

Re: Difficulty using DBCPService

2020-06-25 Thread Matt Burgess
Russell, Sorry I lost track of this. If a version of a dependency is not provided, then Maven will go up to the parent POM and look for a version for it, and so on until it is found. If a version for the dependency has not been declared in any parent, you'll get that error and need to set the vers

Re: Difficulty using DBCPService

2020-06-22 Thread Russell Bateman
Putting this dependency in the root, with a version, worked. My processor is loading. Have you the time to tell me how building with this Maven dependency forces the behavior I need? (Or what behavior this is?) I thought that /nifi-dbcp-service-nar.nar/ was already loading before when I trie

Re: Difficulty using DBCPService

2020-06-22 Thread Matt Burgess
You’ll want to add a 1.12.0-SNAPSHOT (or a released version of NiFi) before the ending tag Sent from my iPhone > On Jun 22, 2020, at 7:33 PM, Russell Bateman wrote: > >  Thank you for replying. You speak of the following dependency: > > org.apache.nifi > nifi-standard-services-api-nar >

Re: Difficulty using DBCPService

2020-06-22 Thread Russell Bateman
Thank you for replying. You speak of the following dependency: org.apache.nifi nifi-standard-services-api-nar nar I stumbled upon that, but could not make it work. My multimodule project structure appears thus: -root   - other submodules (whose custom processors work)   - jdbc *pom.x

Re: Difficulty using DBCPService

2020-06-22 Thread Matt Burgess
Not at my keyboard but does your NAR have the nifi-standard-services-api-nar as a parent? That should be where DBCPService is defined Sent from my iPhone > On Jun 22, 2020, at 6:30 PM, Russell Bateman wrote: > > I find myself obliged to pick back up a custom processor, written by someone > e

Difficulty using DBCPService

2020-06-22 Thread Russell Bateman
I find myself obliged to pick back up a custom processor, written by someone else a few years ago (in the NiFi 0.7.x era)  at my company, that makes use of DBCPService. While I think I understand the nuances of interface versus concrete controller class, etc. I probably need a push out the door