Re: Building a Custom Processor using DBCP Property casting issue

2016-09-30 Thread Mathias Tiberghien
Thanks, I finally suceed adding the nifi-standard-services-api-nar to my project. The dependency is not used by the code but contains DBCPConnectionPool class definition. Now it works perfect Le 30 sept. 2016 15:40, "Joe Witt" a écrit : > Mathias, > > You can find the response for this thread he

Re: Building a Custom Processor using DBCP Property casting issue

2016-09-30 Thread Joe Witt
Mathias, You can find the response for this thread here https://lists.apache.org/thread.html/3f544870714a46218a783569d70ed4c4722f479e2dba37e78ac632be@%3Cdev.nifi.apache.org%3E On Thu, Sep 22, 2016 at 11:49 AM, Bryan Bende wrote: > Hello, > > Usually this is because the dependencies are not quit

Re: Building a Custom Processor using DBCP Property casting issue

2016-09-22 Thread Bryan Bende
Hello, Usually this is because the dependencies are not quite right between your NAR and the NAR where the controller service is. Your processor project needs a dependency on the API of the controller service, and your NAR needs a NAR dependency on the NAR where the controller service implementati

Building a Custom Processor using DBCP Property casting issue

2016-09-22 Thread Mathias Tiberghien
Hi, I'm working on version 0.6.1 of Nifi (I'm not allowed to upgrade in this project) and I have to build a Custom Nifi Processor that read a specific Excel file and Write the data to Sql. The process is working fine but I'm facing problem to configure the DBCP Controller Service Property (as I h