Re: [rules-users] Unexpected token "." in primary - Rule Compilation Error

2007-06-30 Thread McShiv
Hi Michael, What is vanilla DRL? Can you briefly explain about it? Thanks, McShiv Michael Neale wrote: > > hmm.. there is a problem with the action of the 2nd rule, so, converting > it > to vanilla DRL: > > rule "SpeCodeSpeValProdPlan12" > salience 50 > > when > ... > then > if(co

Re: [rules-users] Unexpected token "." in primary - Rule Compilation Error

2007-06-29 Thread Michael Neale
hmm.. there is a problem with the action of the 2nd rule, so, converting it to vanilla DRL: rule "SpeCodeSpeValProdPlan12" salience 50 when ... then if(common.getProd() == "{prodCode1}" || common.getPlan() == "{planCode1}"){System.out.println("Error");} end That doesn't look quite right - you

Re: [rules-users] Unexpected token "." in primary - Rule Compilation Error

2007-06-29 Thread McShiv
DRL Syntax package com.policy; expander SpeCodeSpeValProdPlan.dsl; #list any import classes here. import com.viking.common.transferbeans.CommonInformation; import com.sentry.common.entitybeans.EntityBean; import com.sentry.common.entitybeans.Selected; import java.util.ArrayList; import java.util.L

Re: [rules-users] Unexpected token "." in primary - Rule Compilation Error

2007-06-29 Thread Fernando Meyer
howdy, is your package name right? please paste your rule code. Fernando Meyer [EMAIL PROTECTED] GPG: 5A6D 3374 B055 A513 9A02 A03B 3DB3 7485 D804 DDFB On Jun 29, 2007, at 10:16 PM, McShiv wrote: com.package.FatalSystemException at org.drools.rule.Package.checkValidity(Unkn

[rules-users] Unexpected token "." in primary - Rule Compilation Error

2007-06-29 Thread McShiv
com.package.FatalSystemException at org.drools.rule.Package.checkValidity(Unknown Source) at org.drools.reteoo.RuleBaseImpl.addPackage(Unknown Source) at com.sentry.underwriting.ruleexecutor.DroolsExecutor.executeRules(DroolsExecutor.java) at com.sentry.underwriting