在sql-stored组件中的简单表达式

时间:2017-04-25 10:03:11

标签: apache-camel

我正在尝试使用sql-stored组件中的简单表达式引用属性值“ myproperty ”,但是我收到一条错误消息,说明Camel期待SIMPLE_EXP_TOKEN

这是不支持使用sql-stored?

source

1 个答案:

答案 0 :(得分:0)

啊,因为你在语法中不支持的简单表达式中使用冒号:https://github.com/apache/camel/blob/master/components/camel-sql/src/main/java/org/apache/camel/component/sql/stored/template/grammar/sspt.jj#L145

欢迎您登录JIRA并尝试提供包含冒号的补丁,并且还欢迎单元测试 http://camel.apache.org/support.html http://camel.apache.org/contributing.html

github PR是最简单的 https://github.com/apache/camel/