Re: trouble making a reference to AWS bundle in a controller service

2017-04-26 Thread Harsch, Tim
sers@nifi.apache.org<mailto:users@nifi.apache.org>" mailto:users@nifi.apache.org>> Subject: Re: trouble making a reference to AWS bundle in a controller service Tim, I think your PropertyDescriptor should reference the controller service interface type (AWSCredentialsProviderService.class

Re: trouble making a reference to AWS bundle in a controller service

2017-04-26 Thread James Wing
Tim, I think your PropertyDescriptor should reference the controller service interface type (AWSCredentialsProviderService.class), rather than a concrete implementing class type. For example, in AbstractAWSCredentialsProviderProcessor: public static final PropertyDescriptor AWS_CREDENTIALS_P

trouble making a reference to AWS bundle in a controller service

2017-04-26 Thread Harsch, Tim
Hello, I’ve been having some difficulty trying to add a reference to the AWSCredentialsProviderControllerService in my code. Essentially I can add it as a property to my controller, all compiles fine and I can deploy and start Nifi. But then when I go to add reference to it in the Controller