Thanks for your reply Claus.

Will the documentation for http://camel.apache.org/bean-language.html need
to be updated to use the 'ref' attribute maybe? 

This is from the documentation page above

<route>
  <from uri="activemq:topic:OrdersTopic"/>
  <filter>
    <method bean="myBean" method="isGoldCustomer"/>
    <to uri="activemq:BigSpendersQueue"/>
  </filter>
</route>

Shall I update the page and add a note for this, or is there an existing
dedicated page for the 'method' dsl where this information is already added?

Also, I wonder if there a way to provide any sort of deprecated metadata
within the generated Camel xsd? For instance this metadata would be great
for tooling, as I would really like to highlight elements/attributes as
being deprecated within camel routes when inside an IDE; Having this
information in the XSD would really help with that.

Alan



--
View this message in context: 
http://camel.465427.n5.nabble.com/Difference-between-method-attribute-bean-and-ref-tp5733348p5733357.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to