When there is new line in rule cell with specific condition, new line('\n') is included as a value.
Here is generated problematic DRL.
rule "newlineInCell_11"
when
m:Message(map["Key1"] == var1,
map["\nKey2"] == var2) <== HERE
then
System.out.println(m.getMessage());
m.setMessage("Goodbye cruel world");
m.setStatus(Message.GOODBYE);
end
This does happen with 7.26.0.Final(RHDM7.5.0), but not with 7.23.0.Final(7.4.x).
- clones
-
DROOLS-4788 newline within the rule cell of spreadsheet is included as a value incorrectly
-
- Closed
-