<choice>
                        <when>
                        <simple>${body[CDR_JSON_FORM]}!=  </simple>
                        <log message="body field is not null" />
                        </when>
                        <otherwise>
                        <log message="body field is null" />
                        </otherwise>
                        </choice>

Caused by:
org.apache.camel.language.simple.types.SimpleIllegalSyntaxException:
expected symbol whiteSpace but was nullValue at location 19
${bodyAs(String)}!=null

Can any one help 




--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-sql-Component-should-retrieve-data-when-the-particular-column-is-null-using-select-query-tp5799613p5799769.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to