Rule Designer is the Eclipse-based development environment of IBM Operational Decision Manager for Developers, for making rule applications that automate the implementation of business policies. Developers benefit from a short learning curve, and best-of-class power and efficiency for rule applications development.
Rule Designer key features include co-editing and debugging of Java code and rules, auto correction of rules, decision flow control, code-generation wizards, source code control integration, and conflict and redundancy detection.
When used with IBM Operational Decision Manager for Developers, Rule Designer completes a collaborative work environment for developers to automate a company's business policies for in-house or web-based use.
For additional information and support, go to the IBM Operational Decision Manager Developer Center (https://community.ibm.com/community/user/automation/communities/communi…).
Categories: Application Development Frameworks
Additional Details
Eclipse Versions: Oxygen (4.7)
Platform Support: Windows, Mac, Linux/GTK
Organization Name: IBM
Development Status: Production/Stable
Date Created: Monday, June 8, 2020 - 02:35
License: Commercial - Free
Date Updated: Wednesday, September 21, 2022 - 09:17
Submitted by: Decision Automation
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
December 2023 | 0/0 | 0 | 3 |
November 2023 | 579/686 | 4 | 5 |
October 2023 | 369/673 | 26 | 12 |
September 2023 | 399/663 | 19 | 12 |
August 2023 | 367/673 | 23 | 4 |
July 2023 | 343/668 | 27 | 4 |
June 2023 | 438/669 | 14 | 3 |
May 2023 | 0/0 | 0 | 0 |
April 2023 | 406/667 | 19 | 4 |
March 2023 | 366/686 | 33 | 6 |
February 2023 | 340/667 | 37 | 14 |
January 2023 | 463/675 | 13 | 8 |
Unsuccessful Installs
Unsuccessful Installs in the last 7 Days: 2
Count | Error Message |
---|---|
2 | Cannot complete the install because one or more required items could not be… |
Reviews Add new review
Error when create a BOM entry from XOM
Submitted by Lun Yi on Fri, 06/11/2021 - 11:57
Please help!
Error Message: java.lang.NullpointException when create a BOM entry from XOM from Rule project of Rule Designer plugin in eclipse Oxygen (version 4.7.3a)
steps to create error
(1) Installed Rule Designer plogin for eclipse Oxygen.
(2) Create one main rule project
(3) Import XOM from Java Execution Object Model (java project). Created a project classes zip file In resources\xom-library folder.
(4) Create BOM entry from XOM
(5) Choose XOM entry by selecting java project
(6) Select one specific class and push finish button and see error message java.lang.NullpointException
I checked xom-libray zip file and I can find the specific class file existing.
It looks configuration issue of Rule Project ?
Thanks,
Lun Yi
Error install eclipse plugin of DM for developer 8.10.x rule Des
Submitted by Lun Yi on Thu, 06/10/2021 - 12:45
Please Help !
when I install eclipse Plugin of Decision Manager for developer see error:
(my eclipse version:
Eclipse IDE for Enterprise Java and Web Developers (includes Incubating components)
Version: 2021-03 (4.19.0))
How can I resolve required dependency:
org.eclipse.equinox.p2.iu,
com.ibm.rules.studio.base.feature.feature.group 0.0.0
Thanks.
Lun Yi
************************************ERROR ****************************************
Cannot complete the install because one or more required items could not be found.
Software being installed: IBM ODM for Developers - Rule Designer 8.10.5.0 (com.ibm.rules.studio.container.feature.feature.group 8.10.5.0)
Missing requirement: IBM Decision Server Designer Base 8.10.5.0 (com.ibm.rules.studio.base.feature.feature.group 8.10.5.0) requires 'org.eclipse.equinox.p2.iu; org.eclipse.platform.feature.group [4.7.0,4.8.0)' but it could not be found
Cannot satisfy dependency:
From: IBM ODM for Developers - Rule Designer 8.10.5.0 (com.ibm.rules.studio.container.feature.feature.group 8.10.5.0)
To: org.eclipse.equinox.p2.iu; com.ibm.rules.studio.base.feature.feature.group 0.0.0
Re: Error install eclipse plugin of DM for developer 8.10.x
Submitted by Decision Automation on Fri, 06/11/2021 - 10:36
In reply to Error install eclipse plugin of DM for developer 8.10.x rule Des by Lun Yi
You can create an issue in this github : https://github.com/ODMDev/ruledesigner/ to continue the discussion. Could you verify you use Eclipse 4.7.3 Oxygen version to install this plugin.
Re: Re: Error install eclipse plugin of DM for developer 8.10.x
Submitted by Lun Yi on Fri, 06/11/2021 - 11:31
In reply to Re: Error install eclipse plugin of DM for developer 8.10.x by Decision Automation
This solved the issue.
Thank you very much.