Hi..
I am running sample programe for common rule.from
com\ibm\commonrules\examples\advanced_examples\discount_Policy
When I run the Test class it gives the 'Object map file not found' exception.
The exception is coming from following code
Agenda agenda = new Agenda("original_DiscountRules.clp",
"discountAgenda", 12345, "discountMethod.clp",
"attributeMap.map", true, false, true);
all the files are in same directory.
thanks in advance
saleeminsha@gmail.com