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
1
vote
2 answers

javax.naming.NameNotFoundException: Name "ilog.rules.res.session.impl.ejb3.IlrStatelessSessionLocal" not found in context "ejblocal:"

I just want to call a Ruleset with Local EJB3 Session. I get the exception javax.naming.NameNotFoundException: Name "ilog.rules.res.session.impl.ejb3.IlrStatelessSessionLocal" not found in context "ejblocal:" in websphere. What are the possibilities…
Ying Style
  • 752
  • 2
  • 7
  • 25
1
vote
1 answer

String to date + treatment + date to string

I am working with WODM rule designer V7.5, my XOM is an XSD I should compare the date of a transaction with the current date, so if a client does a transaction, the expiration date of his account should be incremented by one year ! Dates in my XOM…
1
vote
1 answer

ILOG variable set equivalent in Drools

I am trying to migrate an existing ILOG JRules based application to Drools based project. In ILOG we have local variables (and variable set) which can be used to calculate and store intermediate values within rules (formulas). Is there an equivalent…
Viral Patel
  • 8,506
  • 3
  • 32
  • 29
1
vote
1 answer

Java query call to sybase db is not returning any value

This is my application request flow: An XML request is going to service layer, where the XML got parsed and set the value in to a domain object build in java. Then the builded domain object validated against the rules in JRules. While validating,…
Lion
  • 23
  • 9
1
vote
1 answer

Change persistance of J2SE session in ilog jrules

I have created a J2SE session in jrules to test my business rules. the rule engine is searching for the rule app in the /res_data directory by default. Is it possible to change the configuration of the rule engine to give a custom path.
venky
  • 73
  • 12
1
vote
4 answers

How to test ILOG JRules Ruleset without using DVS?

I'm trying to use JRules BRMS 7.1 for a project. And I found out that DVS has some limitation in testing Ruleset. It is that it cannot test the content in collections of complex type in Excel scenario file templates. But I understand it is normal…
1
vote
3 answers

JRule is showing all sorts of error in rule team server , but works good in Rule Studio

I have a small rule which is running propely in Rule Studio when I tested with DVS. Now I deployed the rule to rule team server and when I opened the same rule in RTS. Its showing me all sorts of errors !. I am sure the error is not with the code,it…
Tito
  • 8,894
  • 12
  • 52
  • 86
0
votes
3 answers

What is the difference b/w Oracle Business Rules and IBM ILOG JRules

What is the difference b/w Oracle Business Rules and ILOG JRULES
Mahesh
  • 11
  • 1
  • 1
0
votes
1 answer

Referencing and deploying ILOG jrules jars within XOM of an IBM ODM rule

I am working on implementation of some logic with cascading rules execution on IBM ODM. I was pretty much following these instructions from documentation. Namely, I wrote some simple logic invoking one ruleset from another, using library class and…
James C.
  • 1
  • 1
0
votes
2 answers

Integrating a maven project into Eclipse

I have a maven module for validation which I must pass to a old version of Eclipse which has the Jrules API within. However there is not a maven plugin for this eclipse IDE. So I figured I would do a maven:install on the module and move over the…
Will
  • 8,246
  • 16
  • 60
  • 92
0
votes
1 answer

Adding an Interface to a Jrules BOM package

I've been searching through settings I'm manually recreating the Java project I have within my Jrules BOM project however I see no way of implementing a custom interface. :(
Will
  • 8,246
  • 16
  • 60
  • 92
0
votes
1 answer

JRules setup problem

Been getting to grips with JRules doing the tutorials. During part 5 of the 2nd tutorial it ask's you to run the rules via RetePlus using the cmds On the Run menu, click Run. In the Run dialog, select the Rule Project launch configuration…
Will
  • 8,246
  • 16
  • 60
  • 92
0
votes
1 answer

ClassCastException String vs Enum when using Static Domain in IBM ODM

I followed the tutorial here to create a static enum For a domain value EXAMPLE, I would verbalise it to 'Example' and manually define the Getter (in ARL) as return "Example"; as explained in the tutorial. Then I define an input/output variable…
emkuel5
  • 11
  • 2
0
votes
1 answer

Is there any way to obtain the fired row of the decision table in ODM 8.10?

I am using this way to obtain the rule name: com.ibm.rules.engine.ruledef.runtime.Rule ruleFired = getRule(); java.lang.String ruleName = (java.lang.String) ruleFired .getName(); java.lang.System.out.println("ruleFired " + ruleName ); return…
MatiasG
  • 1,140
  • 9
  • 20
0
votes
2 answers

How to import an existing iLog rules jar into eclipse?

I am trying to import existing iLog rules jar file into Eclipse as a project. I tried different options but I am not getting an option where in I can import the jar into eclipse. It would be great if any one can help me here.