[jboss-user] [Beginners Corner] - Re: drools, globals and lhs method calls

eng@upocnetworks.com do-not-reply at jboss.com
Mon Nov 10 14:33:46 EST 2008


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#4188254

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4188254



More information about the jboss-user mailing list