[rules-users] got error "unterminated string literal" only with mvel dialect

brachi brachi.w at sapiens.com
Thu Dec 5 11:22:55 EST 2013


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-only-with-mvel-dialect-tp4027116.html
Sent from the Drools: User forum mailing list archive at Nabble.com.


More information about the rules-users mailing list