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

To assign date to a variable ruleset in ODM

I am currently working on ODM 8.0.1. I am working on a project where I am required to add a ruleset variable of date type.We need to integrate brms with mainframe.So we need to generate cobol code for it.So when we assign a ruleset variable of type…
0
votes
1 answer

Add Xom to managed URI In res

I am Working on ILOG.Currently I am using an Ant script for deploying ruleapp to res.My Problem is when I am deploying it is working fine but I want to add xom automatically to " ADD Managed URI" tab present in res. xom is getting attached to…
0
votes
1 answer

How to use collection in B2X virtual method in IBM WODM8.x

I am trying to use collection(list) in b2x virtual method B2X Method - arguments - add(Double d,List l) l.add(d); But when I write rules it does not allow List object. What is wrong here?
Devesh
  • 2,024
  • 2
  • 16
  • 21
0
votes
1 answer

Websphere Cobra.NoResponse Request Timed Out

I am getting the below error (in SystemOut.log in Decision Center) exactly 5 minutes after firing our rules, it’s been consistently 5 minutes. The ruleset is getting sent from Decision Center to Decision Server, because I can see the rules in…
Mabel Oza
  • 557
  • 8
  • 22
0
votes
2 answers

Exception handling for rules

I am working in ilog and I have a decision table in which say I have 5 rules. I have some input field as condition say name and age (dummy data) and have some action part related to it. When I pass the input with some condition value as null,…
0
votes
1 answer

ArrayList in ilog rules

I am working in ilog rules. I want to validate a field which is inside an array list of objects. Like, class Company { List employee; } class Employee { String Name; int age; } Here I want to validate the age field is not…
Lolly
  • 34,250
  • 42
  • 115
  • 150
0
votes
1 answer

what is the difference between technical rule and function in ILOG JRules?

Could anyone explain what is the actual difference between technical rule and function in ILOG JRULES ? . As far as i have seen, what ever we can achieve in function can also be achieved in technical rule. What's the exact difference…
0
votes
1 answer

Executing a query on a decision table at run time in IBM wodm 8.0

Hope you all are doing good! My requirement is - I have a decision table having hundreds of records, from front end application let's say .net or bpm users enters some data and based on this input data I want to fire a dynamic automated query (with…
user3828274
0
votes
1 answer

IBM Websphere ILog JRules Studio 7.1.1 Installation Failed Due to Error: Could not Java Virtual Machine

Has any one encountered the error: Could not create Java Virtual Machine error while installing IBM Websphere ILog JRules Studio 7.1.1? I have Windows 7 64 bit OS but this error could happen on any Windows machine. By default IBM ships the package…
0
votes
1 answer

WODM 7.5 Error when connecting to Decision Server - IO error when contacting "/res/j_security_check"

When trying to connect from Rule Studio/Decision Center to the Decision server on the sample server, I get below error. IO error when contacting "/res/j_security_check" using WAS 7 as sample server for the WODM Decision Server. a. I am not using any…
vad
  • 16
  • 2
0
votes
1 answer

How to make a condition test correspond to subcolumns of an ODM decision table?

I'm using ODM 8.5 (the successor to JRules), and I'm mimicking the steps described in IBM's tutorial - Editing Decision Tables; however, I can't generate a legal test. In the tutorial, they create the following test: the customer's age of the…
kc2001
  • 5,008
  • 4
  • 51
  • 92
0
votes
1 answer

ILOG - version 8.0.1

Sometimes when the rules are deployed from the decision center to RES, although the recent changes are visible in the new archive, on RES, but the execution results don't reflect them. It is as if the changes are not recognized at execution time. A…
0
votes
1 answer

How can I eliminate a "not defined" warning referring to a java.util class in my BOM file?

I'm using ODM 8.5 (the JRules successor). I generated a BOM from an existing Java project. One of the generated classes in my bom file looks something like: public class MyClass extends java.io.Serializable { public java.util.UUID myId; } I…
kc2001
  • 5,008
  • 4
  • 51
  • 92
0
votes
1 answer

How to fix a duplicated term error in an ODM/JRules mapping from a Java project?

I am just beginning to use ODM 8.5 (the successor to JRules), and I'm trying to use a pre-existing Java project as the basis for the business object model (BOM). Most classes seem to translate well; however, I have one error I haven't been able to…
kc2001
  • 5,008
  • 4
  • 51
  • 92
0
votes
2 answers

How to produce business rule output that can be examined in the ODM Rule Execution Server Console?

I am new to ODM 8.5 (the successor to JRules), and I am trying to test some rules in the ODM Rule Execution Server Console. At this point, I'm merely trying to confirm that my rule changes have been deployed to the RES successfully. According to…
kc2001
  • 5,008
  • 4
  • 51
  • 92