http://www.nabble.com/file/7054/Exception_for_ExampleOptions.txt
Exception_for_ExampleOptions.txt 
http://www.nabble.com/file/7055/ExampleOptions.drl ExampleOptions.drl 
http://www.nabble.com/file/7056/ProcessRuleHelper.java
ProcessRuleHelper.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)!=null
getJobRequestOptions(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: 
http://www.nabble.com/Method-undefined-exception-when-calling-from-LHS-tf3373943.html#a9389001
Sent from the drools - user mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to