Activity for JRuleEngine

  • Jesus Jesus posted a comment on discussion Help

    How to use operator "contains" from database? Sintaxis please? Saludos. Jesús Márquez.

  • Pratik Pande Pratik Pande posted a comment on discussion Help

    Hi, "catch(Throwable ex)" in some places in StatefulRuleSessionImpl.java class should be replaced with "catch(Exception ex)", since Throwable is the superclass of all exceptions and errors You can use it in a catch clause, but you should never do it! If you use Throwable in a catch clause, it will not only catch all exceptions; it will also catch all errors. Errors are thrown by the JVM to indicate serious problems that are not intended to be handled by an application. Typical examples for that are...

  • Pratik Pande Pratik Pande posted a comment on discussion Help

    Hi, Will it be possible to add “arg” attributes in <if> tag and then have the method in “leftTerm” be called on those arguments and then the result of that be compared with “righTerm” value. And then the by comparing “leftTerm” with “rightTerm”, return a Boolean “true” or “false” value?</if> <rule-execution-set> <name>RuleExecutionSet1</name> <description>Rule Execution Set</description> <synonymn name="prop" class="org.jruleengine.Clause"></synonymn> <rule name="Rule1" description="if :X is human...

  • leandro leandro posted a comment on discussion Help

    Hi, I try to create an android application using JRuleEngine and android studio,...

  • inf12 inf12 posted a comment on discussion Help

    I have the same problem. Any idea how to fix this?

  • JRuleEngine JRuleEngine released /OldFiles/JSqlTool1.0.8.zip

  • JRuleEngine JRuleEngine released /OldFiles/JSQLTool1.0.8-doc.zip

  • Dan Noguerol Dan Noguerol committed [r8]

    Re-integrated code that was available in the ZI...

  • Dan Noguerol Dan Noguerol committed [r7]

    Refactored LocalRuleExecutionSetProvider classe...

  • Dan Noguerol Dan Noguerol committed [r6]

    Refactored source tree structure and added Mave...

  • Dan Noguerol Dan Noguerol committed [r5]

    Refactored source tree structure and added Mave...

  • Dan Noguerol Dan Noguerol committed [r4]

    Created dev-json branch.

  • Dan Noguerol Dan Noguerol committed [r3]

    Added branches folder.

  • Prashant Goswami Prashant Goswami posted a comment on discussion Help

    Hi, I decided to use jrule engine for android application. So I added required snippet...

1