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.

Reply via email to