Reputation: 338
Developed the decision service in classic rule engine and at the end when i change the rule engine from Classic rule engine from Decision engine then all the Virtual Methods IRL has been removed and getters, setters also not available in the BOM project. Yes i'm aware Decision engine uses ARL and Classic Rule engine IRL.
How can i change to Decision Rule engine without loss of Virtual Methods, Getters and Setters?
Currently using IBM ODM 8.7.1.2 version
Upvotes: 1
Views: 1416
Reputation: 119
Your IRL should be translated to ARL when you first set the execution to be with the Decision Engine. This is explained here:
It is possible for some IRL code to not be translated as is noted in the article. If this happens, you end up with an empty function body. You must hand code these translations.
Upvotes: 1