Hello everyone
I have a rule:
rule “my rule name”
no-loop
when
Object1(
$property1: property1 );
Object2(
testvalue == “Test String” ) from StaticClass.aMethod($property1)
then
aFunction();
end
I cannot seem to get the StaticClass.aMethod to return
anything but null. I have a test case for this method somewhere else and it
seems to work fine. Is this a legal operation? Could it be that the version I
am using (jbossrules-4.0.0.11754MR2-bin) still does not have support for this?
Regards
Juan