]
murali mohan updated DROOLS-836:
--------------------------------
Attachment: TrialTest.java
updated test to include the correct file name. The path has to be changed, sorry I used
absolute full path.
Decision sheet substitution incorrect for more than 9 parameters
----------------------------------------------------------------
Key: DROOLS-836
URL:
https://issues.jboss.org/browse/DROOLS-836
Project: Drools
Issue Type: Bug
Components: decision tables
Affects Versions: 6.2.0.Final
Reporter: murali mohan
Assignee: Mario Fusco
Priority: Minor
Attachments: TrialTest.java, TrialTest.java, Trial_MoreThan9Inputs.xls
In the decision sheets, we have the option to specify multiple comma separated inpu
parameters which can refered to in CONDITION or ACTION as $1, $2 etc.
These parameters are substituted with values on forming the DRL. This substitution goes
wrong when the input parameter number exceeds 9.