Re: [EXT] ExecuteSQL: convertToAvroStream failure with SQlite integer

2018-11-09 Thread Colin Dean
November 9, 2018 at 6:52 AM To: "users@nifi.apache.org" Subject: Re: [EXT] ExecuteSQL: convertToAvroStream failure with SQlite integer Using ver. 1.7... Any way around it in existing version? On Thu, Nov 8, 2018 at 5:53 PM Colin Dean mailto:colin.d...@arcadia.io>> wrote: What ver

Re: [EXT] ExecuteSQL: convertToAvroStream failure with SQlite integer

2018-11-08 Thread Colin Dean
What version of NiFi are you using? An error like this comes up every now and then; one was just fixed in NiFi 1.8.0 but it was related to JDBC drivers that return Long for unsigned ints. 1.8.0 also improved the error message so that it should show the type of the object that was passed into the

Re: Additional configuration properties for DBCPConnectionPool

2018-11-01 Thread Colin Dean
Tim and Matt, Did the changes that facilitate these settings ever make it into somewhere public to be pulled into NiFi? I’m needing to set these BasicDataSource settings for my own needs [1] and would love to reuse someone else’s code instead of doing it up myself if possible. [1]: https://st