That is because the ";", if I remove it, the drl is valid.
drools version: 5.4.0.Final also on 5.5.0.Final
any idea?
example:
rule "1"
@RuleType(RuleRow)
salience -1
agenda-group "aaa"
when
$conclusion: FT()
then
addMessage($conclusion.getMessages(), "that is ;message",
"1",
"Category2");
end
function void addMessage(Map messages, String message, String rowId, String
category) {
...
}
--
View this message in context:
http://drools.46999.n3.nabble.com/got-error-unterminated-string-literal-o...
Sent from the Drools: User forum mailing list archive at
Nabble.com.