Closed sciciliani closed 7 years ago
Solved by correcting nifi-salesforce-processors/pom.xml
<dependency>
<groupId>com.jeremydyer.nifi</groupId>
<artifactId>nifi-salesforce-controllerservice-nar</artifactId>
<version>1.1.1</version>
<type>nar</type>
</dependency>
After modifying the pom.xml for nifi-salesforce-controllerservice-nar replacing 0.7.0 to 1.0.0 I was able to build.
After copying all the resulting nars into $NIFI_HOME/lib and restarting I was able to create a new SalesforceUserPassAuthentication controller service.
Created a sample SalesforceOrganizationLimitsProcessor and configured but I get the error:
Salesforce.com Authentication Controller Services validated against '4b37b3d9-0159-1000-5cf5-eb4fdbc6a111' is invalid because Invalid Controller Service: 4b37b3d9-0159-1000-5cf5-eb4fdbc6a111 is not a valid Controller Service Identifier or does not reference the correct type of Controller Service.