0 Replies Latest reply on Mar 14, 2007 1:52 PM by pprocknow

    Jboss rules when clause question

    pprocknow

      This is our first foray into jboss rules. There are many examples of rules showing the == for string comparisons in the when clause. We have found that we need to use the .equals in our then clauses for string compares to assure they function accurately. Is the == reliable for string compares on the when clause or should we be restructuring to use the .equals syntax for that clause as well?