j-easy / easy-rules

The simple, stupid rules engine for Java
https://github.com/j-easy/easy-rules/wiki
MIT License
4.86k stars 1.05k forks source link

easyrule-nar file is not adding any process to nifi #359

Open tejaskumar-cm opened 3 years ago

tejaskumar-cm commented 3 years ago

I am using nifi 1.12.1 version

I was trying use easyrule rule engine in nifi hence downloaded a nar file nifi-easyrules-nar-1.13.2.2.1.1.0-13.nar from https://mvnrepository.com/artifact/org.apache.nifi/nifi-easyrules-nar/1.13.2.2.1.1.0-13

(also tried https://mvnrepository.com/artifact/org.apache.nifi/nifi-easyrules-nar/1.13.2)

Copied the same nar file to lib directory inside nifi-1.12.1 folder and started nifi server.

But easyrules process is not adding to nifi process. No of process before and after adding easyrule-nar is 288 only. which are built-in processes.

But I tried adding some other custom nar it added properly and I am able to see the process as well.

Can someone suggest me why it is happening?