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
1 answer

Rules Execution Server installation

I am new to JRules and I have installed a Ilog JRules studio core 7.1.1. This JRules Core consists of two modules. "Rules Studio" and "Rules Execution Server". At the time of installation, It seems that the installation of "Rules Execution Server"…
Lion
  • 23
  • 9
0
votes
3 answers

License error in JRules Rules Studio 7.1.1

I am new to Ilog JRules rules Studio. Using JRules Rules Studio 7.1.1, i am testing a partucilar rule in Rules project using JUnit test case. I could see the below error, which i couldn't understand. Caused by:…
Lion
  • 23
  • 9
0
votes
2 answers

when should I use BOM to XOM mapping ExtenderName in ILOG Jrules

In the rule studio BOM editor , there is BOM to XOM mapping window and it asks for execution name and extender name. I can write java code in a separate project and import it as BOM. So what is the purpose of this extender mechanism ? As always IBM…
Tito
  • 8,894
  • 12
  • 52
  • 86
0
votes
1 answer

RTS synchronization disables the BOM in ILOG Jrules

I synchronized my rule project with a rule team server in another machine. Then checked out the rule project from another machine from the RTS. I added a new member to the BOM from my second machine. Then synched it to the RTS. Now coming to my…
Tito
  • 8,894
  • 12
  • 52
  • 86
0
votes
2 answers

How to pass a collection from a rule to a java method

I have a collection of Type Cars which I need to pass from the ILOG Jrules to my Java evaluation method. My Java evaluation method can accept an Object, so a collection can be accepted. I need to process the collection of cars in my Java XOM and…
Tito
  • 8,894
  • 12
  • 52
  • 86
0
votes
1 answer

JRules Studio - Display values of IN_OUT parameters while testing

I'm using JRules Studio to develop some extremely simple rules. The rules populate an IN_OUT parameter. When the test finishes, is there a way of interrogating the values in the IN_OUT object? Initially I'd like to interrogate it in the debugger,…
DaveH
  • 7,187
  • 5
  • 32
  • 53
0
votes
2 answers

JRules ruleset path syntax explanation required

I'm using JRules 6 and trying to execute a rule using the JRules API. I create a new IlrSessionRequest object, passing a ruleset path to its constructor. When it executes, it fails, saying Syntax error in ruleset path and an error code of…
DaveH
  • 7,187
  • 5
  • 32
  • 53
0
votes
2 answers

using static declaring in ilog jrules java xom model

In my java pojo XOM model , I have a static variable say count.I am executing 5 rules and it is increasing the count variable by one. So in the end of the execution I have value as count = 5 . Now if I declare a non static variable count and…
Tito
  • 8,894
  • 12
  • 52
  • 86
-1
votes
2 answers

CORBA MARSHAL 0x4942f896, Unable to read value from underlying bridge : ClassNotFoundException

I want to execute rules on Rule Execution Server from a Java stand-alone client using an EJB3 rule session. public class TestGameExecute { public static void main(String[] args) { Map inputParameters = new HashMap
AnthonyLu
  • 23
  • 5
1 2 3 4 5 6
7