Re: dynamic endpoint with dynamic encoding

2016-11-30 Thread Steve973
> > > -- > View this message in context: http://camel.465427.n5.nabble. > com/dynamic-endpoint-with-dynamic-encoding-tp5790768p5790797.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: dynamic endpoint with dynamic encoding

2016-11-30 Thread morten
d have expected to get a camel.FailedToCreateRouteException or something like that during build phase. Iv'e added this suggestion to a ticket: https://issues.apache.org/jira/browse/CAMEL-10547 -- View this message in context: http://camel.465427.n5.nabble.com/dynamic-endpoint-with-dynamic-encoding-tp5790768p5790797.htm

Re: dynamic endpoint with dynamic encoding

2016-11-30 Thread Claus Ibsen
mistake > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/dynamic-endpoint-with-dynamic-encoding-tp5790768p5790793.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - http://davsclaus.com

Re: dynamic endpoint with dynamic encoding

2016-11-30 Thread morten
Thank you for pointing out my stupid mistake -- View this message in context: http://camel.465427.n5.nabble.com/dynamic-endpoint-with-dynamic-encoding-tp5790768p5790793.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: dynamic endpoint with dynamic encoding

2016-11-29 Thread Claus Ibsen
orkaround has been to do: >> exchange.setProperty(Exchange.CHARSET_NAME,inputFileEncoding) which seems >> to >> work. >> >> Is it not possible to set the encoding dynamically in the endpoint URI? >> >> >> >> >> >> >> >> >> -- >> V

Re: dynamic endpoint with dynamic encoding

2016-11-29 Thread Steve973
e encoding like charset="UTF8" > > a workaround has been to do: > exchange.setProperty(Exchange.CHARSET_NAME,inputFileEncoding) which seems > to > work. > > Is it not possible to set the encoding dynamically in the endpoint URI? > > > > > > > > > -

Re: dynamic endpoint with dynamic encoding

2016-11-29 Thread Steve973
a workaround has been to do: > exchange.setProperty(Exchange.CHARSET_NAME,inputFileEncoding) which seems > to > work. > > Is it not possible to set the encoding dynamically in the endpoint URI? > > > > > > > > > -- > View this message in context: http://camel.465427.n5.nabble. > com/dynamic-endpoint-with-dynamic-encoding-tp5790768.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

dynamic endpoint with dynamic encoding

2016-11-29 Thread morten
endpoint URI? -- View this message in context: http://camel.465427.n5.nabble.com/dynamic-endpoint-with-dynamic-encoding-tp5790768.html Sent from the Camel - Users mailing list archive at Nabble.com.