[ https://issues.apache.org/activemq/browse/CAMEL-2599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58612#action_58612 ]
Claus Ibsen commented on CAMEL-2599: ------------------------------------ There is a Spring EL clash with the prefix and suffix tokens as its the same as with Camel - #{ - } Either we gotta change the tokens to be something different in Camel to avoid the clash with Spring 3.0.x. Or look into how to provide a custom Spring {{BeanExpressionResolver}} which can check in Camel first and fallback on the default one. > Spring 3.0 EL conflicts with Camel XML with using Camel EL > ---------------------------------------------------------- > > Key: CAMEL-2599 > URL: https://issues.apache.org/activemq/browse/CAMEL-2599 > Project: Apache Camel > Issue Type: Task > Components: camel-spring > Affects Versions: 2.3.0 > Reporter: Claus Ibsen > Assignee: Claus Ibsen > Fix For: 2.3.0 > > > When using Spring 3.0 its build in EL seems to auto parse XML attributes out > of the box. We need to identify how to disable this behavior for the Camel > namespace. > Or look into Spring how to control this behavior. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.