JAX-RS and Camel - Except 1st QueryParameter all others are null

2013-10-31 Thread arunodhaya80
... The relevant blueprint declarations are : I am pretty sure I am doing something really stupid. I'll be really grateful for any clues on what I am doing wrong. -- View this message in context: http://camel.465427.n5.na

Re: JAX-RS and Camel - Except 1st QueryParameter all others are null

2013-11-01 Thread arunodhaya80
To add, the exchange.getIn().getHeader("start") in the processor doesn't work either. -- View this message in context: http://camel.465427.n5.nabble.com/JAX-RS-and-Camel-Except-1st-QueryParameter-all-others-are-null-tp5742470p5742487.html Sent from the Camel - Users maili

Re: JAX-RS and Camel - Except 1st QueryParameter all others are null

2013-11-01 Thread Sergey Beryozkin
... The relevant blueprint declarations are : I am pretty sure I am doing something really stupid. I'll be really grateful for any clues on what I am doing wrong. -- View this message in context: http://camel.465427.

Re: JAX-RS and Camel - Except 1st QueryParameter all others are null

2013-11-01 Thread Sergey Beryozkin
... The relevant blueprint declarations are : I am pretty sure I am doing something really stupid. I'll be really grateful for any clues on what I am doing wrong. -- View this message in context: http://camel.465427.

Re: JAX-RS and Camel - Except 1st QueryParameter all others are null

2013-11-01 Thread Sergey Beryozkin
I am pretty sure I am doing something really stupid. I'll be really grateful for any clues on what I am doing wrong. -- View this message in context: http://camel.465427.n5.nabble.com/JAX-RS-and-Camel-Except-1st-QueryParameter-all-others-are-null-tp5742470.html Sent

Re: JAX-RS and Camel - Except 1st QueryParameter all others are null

2013-11-01 Thread arunodhaya80
omitEmptyStrings().trimResults().withKeyValueSeparator("=").split(queryString); } } } Thanks a ton !!! -- View this message in context: http://camel.465427.n5.nabble.com/JAX-RS-and-Camel-Except-1st-QueryParameter-all-others-are-null-tp5742470p5742502.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: JAX-RS and Camel - Except 1st QueryParameter all others are null

2013-11-01 Thread Sergey Beryozkin
quot;).split(queryString); } } } Thanks a ton !!! -- View this message in context: http://camel.465427.n5.nabble.com/JAX-RS-and-Camel-Except-1st-QueryParameter-all-others-are-null-tp5742470p5742502.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: JAX-RS and Camel - Except 1st QueryParameter all others are null

2013-11-01 Thread arunodhaya80
Map convertQueryStringAsMap(String queryString){ return JAXRSUtils.getStructuredParams(queryString, "&", false, false); } } -- View this message in context: http://camel.465427.n5.nabble.com/JAX-RS-and-Camel-Except-1st-QueryParameter-all-others-are-null-tp5742470p

Re: JAX-RS and Camel - Except 1st QueryParameter all others are null

2013-11-01 Thread Raul Kripalani
stringStringMap = " + >> stringStringMap); >> >> for (Map.Entry eachParamEntry : >> stringStringMap.entrySet()) { >> exchange.getIn().setHeader(**eachParamEntry.getKey(), >> eachParamEntry.getValue()); >> } >>

Re: JAX-RS and Camel - Except 1st QueryParameter all others are null

2013-11-01 Thread Raul Kripalani
cessing() > .aggregationStrategy(new CoreSearchResponseAggregator()) > .beanRef("searchRestServiceImpl", "searchGet") > ... > > The relevant blueprint declarations are : > > > > > >

Re: JAX-RS and Camel - Except 1st QueryParameter all others are null

2013-11-01 Thread Sergey Beryozkin
} } Thanks a ton !!! -- View this message in context: http://camel.465427.n5.nabble.** com/JAX-RS-and-Camel-Except-**1st-QueryParameter-all-others-** are-null-tp5742470p5742502.**html<http://camel.465427.n5.nabble.com/JAX-RS-and-Camel-Except-1st-QueryParameter-all-others-are-null-tp5742470p5742502.html> Sent from the Camel - Users mailing list archive at Nabble.com.