Questions tagged [jrules]

JRules is a business rules management system used to create, run and govern rule-based applications.

JRules is a business rules management system used to create, run and govern rule-based applications. It was created by ILOG which was acquired by IBM.

99 questions
0
votes
2 answers

Retrieve the decision table in readable format from ODM Decision Center using Java code/API

I need to extract the contents of a decision table in a readable/tabular format from the IBM ODM Decision Center Business Console using Java and ODM APIs provided. This has to be an automated process and hence I cannot use the existing Import/Export…
0
votes
1 answer

Generate an ID (non-editable by user) for a new row created in decision table

1. Is there a way to generate an ID in a decision table when a new row is added during Rules authoring. Say a Decision Table has 2 Offers configured.
Offer_Name | Offer_id | Offer_expiration_date | offer_type | offer_group
Offer1 | …
0
votes
1 answer

Input values in one decision table should appear as drop down in another decision table

I have a rules project where I need to setup some offers to be given to customers. Requirement - The Business Users would be provided with a single Table like UI (which is a Decision Table), to configure offers. The offers have various properties…
0
votes
2 answers

Issues with TimerTask

Hey all, Im working in IBM Websphere ILOG JRules 7.0 using RuleStudio (modified Eclipse) and am having an issue trying to implement a TimerTask. I created a Techincal Rule based off a different rule that I know works and tried to add some code that…
Hershizer33
  • 1,206
  • 2
  • 23
  • 46
0
votes
1 answer

Limitations for JRules decision table

What is the maximum number of rows that are permitted while designing a decision table? Is there any difference with execution speed if a single decision table is split in to multiple ones with same pre conditions?
ASP
  • 86
  • 9
0
votes
1 answer

How to determine if an object is an instance of a certain class in IBM Rules Designer/ODM?

This may be an easy one, but I haven't found an easy way to determine in a rule that an object in working memory represented by an implemented interface is a specific class in IBM Rules Designer 8.8.1. For example, assuming HousingPeriod is an…
0
votes
1 answer

How to find how many rules are associated with a rule task in IBM ODM/Rule Designer 8.8.1?

I'm new to the IBM Rule Designer (8.8.1) and my team has inherited a project that contains numerous rule flows, subflows, rule/action tasks, etc. I'm attempting to document at the task (ie. rule flow node) level, but there are instances where 100+…
0
votes
1 answer

Memory issue while running WODM (JRULES)

I'm creating a ruleApp and deploying it into the Rule Execution server. While executing the rules it starts throwing the OutOfMemory error. 000000bd execution E The interaction ruleEngine.execute has failed. …
0
votes
0 answers

Exception while running JRULES

When i'm running the rules in ODM 8.8 getting the below exception. I am using the Decision engine 1.40 execution E It was not possible to create the ruleset: /MisApp/1.0/Mis/1.74. …
user7439379
0
votes
1 answer

Drools Flow: Try to implement looping concept using Drools Flow

I need to implement looping concept using drools flow. Actually we are migrating ILog Jrule to Drools. In Existing solution, we have a flow which contain looping. Kindly find same in attached image, it is in Jrule implementation. we need to convert…
Viral
  • 189
  • 1
  • 14
0
votes
1 answer

How to update decision tables automatically?

Is it possible to update registrys of a table decision without manually chagining them? For example if I have a condition column with a date value, I want to delete those lines or transfer them to another table when that date occurs. This in order…
0
votes
2 answers

How to view the maximum in Decision Center Business Console of IBM ODM 8.5.1?

We have a Decision Table that has 8 condition columns and 4 action coloumns. It is kind of not so comfortable for the Business User to scroll and have a look at all the columns to look at in the Business Console, as the Business Console has…
Ajay
  • 349
  • 1
  • 3
  • 11
0
votes
1 answer

Can no longer deploy to Bluemix Rules Engine Service

When I originally set up my Rules Engine service in Bluemix, I could deploy from my Eclipse Juno environment just fine. I just tried to deploy a new project this morning, and I got the following error in the deployment report in…
robo
  • 11
  • 3
0
votes
1 answer

Issues running J2SE Rule Client on Tomcat

We are trying to run a Pojo ruleclient to execute rules defined in ODM, within a Tomcat Java instance. We are utilizing a stateless session of RES server to execute the rules. When running on Localhost, its running fine, the rules are getting…
Ajay
  • 349
  • 1
  • 3
  • 11
0
votes
1 answer

Viewing Contents of Deployed Ruleset on Rule Execution Server using REST API

How to view the deployed ruleset archive content using REST API(GET) in ODM 8.5? I am aware of viewing the deployed rule application archive contents on the RES Console including the option to select b2x, bom, irl, xml, empty directories
Ajay
  • 349
  • 1
  • 3
  • 11