Questions tagged [ilog]

Recently purchased and rebranded by IBM as Websphere JRules, ILog JRules is the former name of a suite of tools used to create and run rule-based applications.

Recently purchased and rebranded by IBM as Websphere JRules, ILog JRules is the former name of a suite of tools used to create and run rule-based applications.ILOG is available for both java and .net platforms.Rules can be authored in Rule Studio ( powered by eclipse ). ILOG can be downloaded as a 90 days trial version which consists of the rule studio , a rule team server and a rule execution server. ILOG makes use well know rule execution algorithms like RetePlus algorithm.The rules can also be edited in MS Office Word,which further makes the life life is business users easy,thus minimizing the IT intervention.

195 questions
0
votes
2 answers

how to deploy a ruleApp contains xom that based on java jars to ilog execution server

I have an ilog jrules execution server 7.1 installed. and I want to deploy a ruleApp that contains xom based on java jars. I don't know where can I package my resources jar for the ilog server? when i deploy it from the rule designer it doesn't…
Brachi
  • 637
  • 9
  • 17
0
votes
3 answers

ILOG dynamic ruleset

public void executeRules(IlrRule[] rules){ IlrRuleset rulesetNew = new IlrRuleset(); IlrContext ctxt = new IlrContext(rulesetNew); IlrTask task = ruleset.getTask("ExecFlow#exe"); IlrRuleTaskRunner runner =…
0
votes
2 answers

Finding negative numbers in a field in ILog

I have a following requirement in Ilog Jrules, Having an Integer field that contains both positive and negative numbers. Requirement is to loop through the Integer field, find and remove the negative sign in the negative numbers. It sounds simple…
Techie
  • 71
  • 1
  • 11
0
votes
2 answers

How to set custom property to business rules in (ILOG) IBM ODM

I have a requirement to set a new property (example: unique ID) to each and every rule and access it from action part of the respective rules during the execution. For example: If the age of person is more than 18 then set the output to…
user2968583
  • 3
  • 1
  • 6
0
votes
1 answer

How do I know which IBM iLog.NET rules are getting hit during execution?

I'm using the IBM iLog.NET business rule engine (v7r1 or thereabouts) and I can't find why my rules are failing. How do I trace down what's failing, where, and why? I've got a local object model that's calling out to my rules hosted in an IBM rules…
jpvantuyl
  • 584
  • 10
  • 22
0
votes
1 answer

IBM ODM aka iLog JRules Database query-based rule throwing NPE at execution time

I am trying to overcome a challenge arising from a specific requirement which necessitates a couple of rules query a database and return results according to values obtained from the SELECT statement. Although I know that it is not a "best practice"…
fledglingCoder
  • 402
  • 9
  • 24
0
votes
0 answers

What does the | (pipe) operator do?

My colleague forwarded me some code as below. I want to understand how symbol | operates. I have a rough idea that it is looping through NutritionData Tuple and storing unique values of food into string Foods. But is there something that I am…
user2543622
  • 5,760
  • 25
  • 91
  • 159
0
votes
1 answer

How to get current time value in GMT in ILog JRule

I have a business requirement where I have to a take one action where current GMT time is between 3 to 11 else I have to take other action. One way to do is to take the current GMT time as input from the caller. I want to explore the possibility,…
Manu
  • 453
  • 2
  • 6
  • 15
0
votes
0 answers

JRules comparation

I'm writting a Java application to compare the changes done in a JRules jar. In this application I will compare the original jar, with the new jar with changes. For this, I'm using ILOG api. Well, the problem it's that I don't know exactly how to…
0
votes
1 answer

Error when generating the WSDL / rule project

I am working on a rule project with WODM 7.5. I deploy my ruleApp project from rule designer to rule execution server, and when i want to download/print the WSDL I get this error : ilog.rules.res.decisionservice.xu.IlrWsdlGenerationException:…
0
votes
1 answer

Rule scenario manager in ilog

I want to test a simple rule flow that has only one rule in it. i saw something called a Rule Scenario manager in Eclipse, is it related to testing ? Or can anyone help me in testing my ruleflow ?
SANTHOSH_L
  • 173
  • 1
  • 6
0
votes
3 answers

how to validate ilog variables individually?

I am going to validate multiple objects but individually (one at a time) using ilog jrules. My current thought is wrap all items needs to be validated in a input param called "itemToValidate" as follows
0
votes
2 answers

ILOG Gantt and windows 8

Is someone know if ILOG Gantt (.net) is compatible with Windows 8? I didn't find the information on the IBM website.. Thanks
oL.
  • 196
  • 5
  • 15
0
votes
1 answer

XML implementation in ILOG

I want to pass xml as an input to the rule project. I want to call the ILOG rules using webservices. xml type object is not available in ILOG parameter types. Can any one suggest how I can pass xml as an input to ILOG rules and manipulate the xml…
user1756023
  • 29
  • 1
  • 4
0
votes
2 answers

How to call ILOG rule from a .jar file that is exported from RES?

I am working on ILOG Jrules7.1. I have written the rules and deployed in RES. I am able to call the rules using a webservice. I am getting the expected results as well. But my client requirement is to export the rules from RES as jar and add this…
user1756023
  • 29
  • 1
  • 4
1 2 3
12
13