Thanks Jon! I had to defer back to use custom beans. I tried extending
velocity endpoint but ended up duplicating everything as resource uri and
buffer is not exposed.
May be it is good idea to make velocity endpoint use some header as template
resource? Is there something similar for 2.0?
tide08 wrote:
>
> Can someone provide information on how to make use of
> org.apache.camel.velocity.resourceUri header for velocity component? As
> per document this should be templateName as String.
>
> I don't want to provide templateName in route but use the header mentioned
> above. But looks like templateName is required for route to be correct.
>
> from("direct:start")
> .to("velocity:testTemplate.vm")
>
> I tried providing dummy templateName in route and than set the
> org.apache.camel.velocity.resourceUri header with actual template I want
> to use but it still uses the dummy template provided in route.
>
> Am I misunderstanding use for that header? Please help.
>
> Thanks
>
--
View this message in context:
http://www.nabble.com/Velocity-component-use-of-org.apache.camel.velocity.resourceUri-header-tp24592228p24616241.html
Sent from the Camel - Users mailing list archive at Nabble.com.