SimpleLanguage - Add better syntax error detection --------------------------------------------------
Key: CAMEL-1582 URL: https://issues.apache.org/activemq/browse/CAMEL-1582 Project: Apache Camel Issue Type: Improvement Components: camel-core Affects Versions: 2.0-M1 Reporter: Claus Ibsen Fix For: 2.0.0 When using the simple language with expressions (eg with ${ } placeholders) we should add improved syntax error detection if the expression is invalid. Also add that {{null}} is special so we can add is null test. Maybe just add support for {{is null}} and {{is not null}} and even the {{ == null}} or {{!= nulll}} so we got this covered. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.