I am currently working on creating a custom processor. I have library
downloaded and referenced for nifi-api-1.5.0.jar.

When I use the "import org.apache.nifi.expression.ExpressionLanguageScope"

It gives me "error: cannot find symbol
[ERROR]   symbol:   class ExpressionLanguageScope
[ERROR]   location: package org.apache.nifi.expression"

I have looked into the .jar file I am using and it doesn't have the
ExpressionLanguageScope.class. I see that the file should be in there at "
https://github.com/apache/nifi/tree/master/nifi-api/src/main/java/org/apache/nifi/expression
".

Any help on resolving this issue would be great. Thank you.

Reply via email to