Dan,

Ran the "mvn clean install" and inspected the resulting process jar file.  The 
old class is not present in the jar file using "jar tf processor.jar"

Rick

-----Original Message-----
From: Dan Bress [mailto:dbr...@onyxconsults.com] 
Sent: Wednesday, September 09, 2015 2:37 PM
To: dev@nifi.apache.org
Subject: Re: How to delete docs for renamed processor

Rick,
   It sounds like the nar contains both the old .class and the new .class

   Can you run "mvn clean install" on your nar, then look at the 
nar/META-INF/bundled-dependencies/your-processors.jar and see if it contains 
both the old class and the new class?

Dan Bress
Software Engineer
ONYX Consulting Services

________________________________________
From: Rick Braddy <rbra...@softnas.com>
Sent: Wednesday, September 9, 2015 3:25 PM
To: dev@nifi.apache.org
Subject: RE: How to delete docs for renamed processor

Dan,

Yes. The old processor name still shows up in the UI when dragging a new 
processor onto the canvass, so it's not just the docs that are remaining.

"mvn -T C2.0 clean install" is the nar build command used.

Rick

-----Original Message-----
From: Dan Bress [mailto:dbr...@onyxconsults.com]
Sent: Wednesday, September 09, 2015 2:06 PM
To: dev@nifi.apache.org
Subject: Re: How to delete docs for renamed processor

Rick,
   Can you confirm whether the old processor name still shows up in the "new 
processor" UI when you try and drag a new processor on the graph?

   Also did you do a 'mvn clean install' on your nar, or just 'mvn install'?

Dan Bress
Software Engineer
ONYX Consulting Services

________________________________________
From: Rick Braddy <rbra...@softnas.com>
Sent: Wednesday, September 9, 2015 3:00 PM
To: dev@nifi.apache.org
Subject: RE: How to delete docs for renamed processor

Thanks Mark.  Unfortunately, that didn't work - it's still there.

Rick

-----Original Message-----
From: Mark Payne [mailto:marka...@hotmail.com]
Sent: Wednesday, September 09, 2015 1:45 PM
To: dev@nifi.apache.org
Subject: RE: How to delete docs for renamed processor

Rick,

You can try deleting the nifi/work directory and restarting.

Thanks
-Mark

----------------------------------------
> From: rbra...@softnas.com
> To: dev@nifi.apache.org
> Subject: How to delete docs for renamed processor
> Date: Wed, 9 Sep 2015 18:42:05 +0000
>
> Hi,
>
> Hopefully a quick answer. I have renamed a custom processor and I still see 
> the processor by the old name showing up in the user docs. Is there a way to 
> delete the docs related to the old processor name?
>
> Thanks
> Rick
>

Reply via email to