Hello, there.
I met a problem like "JBRULES-548" in my project.
I can find a message that "JBRULES-548" Issule fixed at 3.0.5 in the
release note of 3.0.5.
I tried to solve the problem using 3.0.5 module (IDE module), I failed
to. The same problem can be found in the 3.0.6 module either. 3.1.0-M1
module that can be downloaded in the official web site also make the
problem in a different way.
Does that issue really be fixed in 3.0.5?
The rule that I used at the sample code follows as:
rule "Person Matched"
when
Person (X:valueX, valueY < X)
then
System.out.println("Person Matched!!");
end
Do I get the answer on this message as soon as possible?
Thanks in advance.
Show replies by date