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
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
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
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
>
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
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
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