Re: Cloned processor not loading

2019-12-15 Thread Phil H
Thank Mark, I’d used sed to replace references to Tom with Jerry, but it fails on lines lacking a newline char. Had to fix some of the XMLs for this reason. I did look at those Processor files and wonder why they only had a comment in them, but failed to check them against the originals from Tom

Re: Cloned processor not loading

2019-12-15 Thread Mark Bean
Phil, Add the fully qualified class name of Jerry to the resources file in your bundle: {nifi-custom-bundle}/{nifi-custom-processors}/src/main/resources/META-INF/services/org.apache.nifi.processors.Processor -Mark On Sun, Dec 15, 2019 at 6:09 PM Phil H wrote: > Hi there, > > I have a

Cloned processor not loading

2019-12-15 Thread Phil H
Hi there, I have a working processor, Tom, which I cloned to form a second processor, Jerry. All occurrences of Tom in the code/XML were replaced with Jerry in the clone. The build process works for Jerry fine, as do the unit tests. However when I load the Jerry into the nifi extensions