Share all details related to your problem, including any error messages you may have received.
Hi All,
We have implemented a RuleLibrary A, which contains most of our basic methods. We also have developed another RuleLibrary X. Our requirement is to refer a method from RuleLibrary X, in RuleLibrary A. We have added the RuleLibrary X as a referece rule in RuleLibrary A.
We have also added both the libraries as reference in Workflow W as well.
W → refers A, X
A → refers X
However, while running the RuleLibrary A, it is not able to identify the method. (i.e. Method that is getting referred from RuleLibrary X).
I have faced reference issue in past, if you believe you have given all the references correctly, I will suggest you do below mentioned steps:
1.) Test the functionality from a test rule.
2.) There are situations when the JVM will cache the library or the calling rule. Sometimes, changes to either don’t show up. Navigate the debug menu and select “Reset Configuration Cache” from the Configuration Objects menu.
3.) Restart application server and check the functionality again
Thank you for the response. The issue was we needed to refer the new RuleLibrary X in every file which were referring the RuleLibrary A. We added the the reference in our form object and it did the magic.