jdye64 / nifi-addons

Additional convenience processors not found in core Apache NiFi
91 stars 49 forks source link

Unable to use in Nifi 1.0.0 #2

Closed sciciliani closed 7 years ago

sciciliani commented 7 years ago

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.

screen shot 2016-12-29 at 12 35 49
sciciliani commented 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>