Hi all,
I use in own utility for rules checking IlrRulePackage.getPackageElements() and IlrRulePackage.getSubPackages() to take all Elements and SubPackages.
This works with Version LOGJRules7113
With newest Version ODM8101 I have Error Message: Unsupported Method Function.
Is there any description which methods are replacing IlrRulePackage.getPackageElements() and IlrRulePackage.getSubPackages() and usage (Examples)?
Thanks for answer.
Miroslav Baco
Answer by Antony Viaud (176) | Jul 01 at 01:02 PM
I'm not familiar with that API, but it still exists in ODM 8.10.x: https://www.ibm.com/support/knowledgecenter/en/SSQP76_8.10.x/com.ibm.odm.dserver.rules.ref.designer/html/api/html/ilog/rules/studio/model/base/IlrRulePackage.html
Answer by Miroslav Baco (1) | Jul 02 at 07:00 AM
I know this Api description, but if i use this i have error: Unsuported Method Function
After i used the Java decompiler on implementation for IlrRulePackageImpl (version ODM8101 and ODM8102): public EList getPackageElements() { throw new UnsupportedOperationException(); }
public EList getSubPackages() { throw new UnsupportedOperationException(); }
how can i get getPackageElements() and getSubPackages(), which method is new responsible for this?
Thanks for Help.
[BOM] GBRSB0056E compiler error migrating jrule from IBM_WebSphere_ILOG_JRules_V7.1.1.3 to ODM8101 2 Answers
Error in Dynamic Domain after moving from 8.0.1 to 8.7.1 1 Answer
Test suite execution issues on ODM Decision Center 1 Answer
unable to start sample server 1 Answer
Issue with HTDS signature : double wrapped complex BO type parameters 1 Answer