Maybe you somehow got mixed Camel versions on the classpath etc. Make
sure you have only the same version of Camel.

On Fri, Jul 3, 2015 at 9:42 AM, bharadwaj <bharadwaj2...@gmail.com> wrote:
> i am trying to upgrade jboss fuse 6.1.0 to 6.2.0.
> earlier camel 2.12 - <route>
>   <from uri="direct:a" />
>   <recipientList>
>     <property>myProperty</property>
>   </recipientList>
> </route>
>
> camel property expression changed since camel 2.15 onwards :
>
>   <from uri="direct:a" />
>   <recipientList>
>     <exchangeProperty>myProperty</exchangeProperty>
>   </recipientList>
> </route>
>
> but when i try to use exchangeProperty in recipientList as above,it's
> throwing an error.
>
> invalid content found exchangeProperty.
>
>
>
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Invalid-content-was-found-starting-with-element-exchangeProperty-tp5768835p5768837.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cib...@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/

Reply via email to