Re: Need camel jetty http2 support for server

2019-07-16 Thread Willem Jiang
First you need to check how to enable http2 support in Jetty, then you change the code of camel-jetty to see if we can enable this kind feature by applying some code change on the jetty engine. Then we may need to provide a setup option on the jetty endpoint. My question is there are some other

MQTT and Protobuf Route Test issue in Apache Camel 2.24.1

2019-07-16 Thread Imran Raza Khan
i have develop a route like below with test public class ShutdownPC extends RouteBuilder { @Override public void configure() throws Exception { from("mqtt:UpsStatus?host=tcp://1.1.1.1:1883 =x=x=ups_status") .unmarshal()

Re: CxfRsProducer nullpo exception if @QueryParam is null

2019-07-16 Thread Zoltán Balogh
Hi, the @POST seems to be work, what I have done: - set synchronous=true - configure Jackson with FAIL_ON_EMPTY_BEANS One thing that I can't solve it calling @POST method the payload not return to the client! It returns to producer but only the response code returns to client... 17:33:20,684

How to fix Missing ${ from the text: error - Apache Camel 2.12 to 2.16.4 uprade

2019-07-16 Thread Rajiv Jacob Cheriyan
Hello, We are upgrading from Apache Camel 2.12 to 2.16.4 and running into issues with one of the routes. Caused by: java.lang.IllegalArgumentException: Missing ${ from the text: file:C:\OnDemandOutput?fileName=RPFPos_L2W.$simple{in.header.accountNum}-${date:now:MMddHHmmssSSS}.csv