Search code examples
business-rulesrule-engineilogjrules

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 is some issue or bug in IBM Jrules ILOG Rule Team Server. Any experts know about this bug ? I am using a trial version of IBM JRules v7.1

Please see the below attached image which shows the error in the RTS.

ILOG RTS error


Solution

  • Sounds like the BOM is not deployed :)
    If JRules is complaining about every single word in the rule then, there is something wrong with the rule project; reference to the BOM or BOM itself if contained in the same rule project.
    Dbl-chk and if needed redeploy the BOM.

    The only "bug" is that the deployment wizard allows you to deploy a rule project on RTS even if the referenced BOM is not deployed on RTS. This is a regression "bug".
    Because I think 6.x disallowed this.

    I used 7.1.0 on my laptop for more than a year...And it worked like a charm.

    Hope it helps