I am trying to use apache-cxf 's REST service. However, jax-rs seems to be doing something bad to my URLs .. I only get the first query parameter that is passed to the request. Is this a bug or am I missing some configuration ?
Eg. If I pass <server>/svc/something?param1=value1¶m2=value2 When print out UriInfo.getRequestURI() , I get <server>/svc/something?param1=value1 and ofcourse, when I do getQueryParameters, I only get the first one . Please help On Tue, 2008-11-11 at 12:03 -0800, Perch24 wrote: > We recently upgraded to CXF 2.1.3 from 2.1.2. After the upgrade we noticed > that JMS conduits with a reply to queue were not always working if we had > multiple instances running. I didn't dive into the problem real deep, but > rather just removed the reply to queue config so that it would use a > temporary queue. That fixed the problem. > > It looks like to me that the new implemenation of the JMS conduit is broken > if you have multiple instances of a conduit running against the same reply > to queue. It's possible that this could be fixed with the new Spring > configuration, but it is not backwards compatible with 2.1.2. > > I'm posting this to list first to see if anyone else has seen this. Let me > know if you would like me to open a defect.
