Hello,
>From the below example, Do I need to make function
"incrementExecutionCount()" threadSafe here or does drools make threadSafe
call to external functions? Please someone clarify. Thanks.
global SampleDao dao;
rule "1"
when "some condition on fact"
then
Rule r = dao.getRule("1");
r.incrementExecutionCount();
end
--
View this message in context:
http://www.nabble.com/is-threadSafe-required-for-external-func-call--tp20445601p20445601.html
Sent from the drools - user mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users