Exception_for_ExampleOptions.txtExampleOptions.drlProcessRuleHelper.java
I am using drools 3.0.5.I am tying to call a function named "getJobRequestOptions" which accepts a parameter object of type IValueObject.
My LHS looks like this :
getJobRequestOptions(jri)!=nullgetJobRequestOptions(jri).hasOption(JobRequestOptions.OptionType.ENDORSEMENTS )
However when I try to run the program I get the following Exception :
org.drools.rule.InvalidRulePackage: Rule Compilation error The method getJobRequestOptions(IValueObject) is undefined for the type Rule_Tests_for_Endorsement_0
Thanks
View this message in context: Method undefined exception when calling from LHS
Sent from the drools - user mailing list archive at Nabble.com.