Hi,
I managed to run your process with following rule definition:
rule "checkAnalystAvailable"
when
analystFinder : com.felix.poc.AnalystFinder( analyst=="FELIX",
region == "BELGIUM" )
then
analystFinder.setAnalystAvailable( true );
System.out.println( "Checking.........." );
end
This was the only change required to run it properly.
Cheers,
Maciej