for any body interested, wrapping the service call in eval() works like so:
rule checkExistingSub
when
$s : SubscriberModel()
$c : CollectiveModel()
eval (collectiveService.isMember($s, $c));
then
end
pretty sure i had tried this before posting but guess not
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4188254#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...