Re: CXFRS does not process JSON

2012-07-25 Thread Sergey Beryozkin
, I'll play a bit later on. Cheers, Sergey Thank you very much for your help. Cheers -- View this message in context: http://camel.465427.n5.nabble.com/CXFRS-does-not-process-JSON-tp5716343p5716468.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: CXFRS does not process JSON

2012-07-25 Thread hom
}*"/> Thank you very much for your help. Cheers -- View this message in context: http://camel.465427.n5.nabble.com/CXFRS-does-not-process-JSON-tp5716343p5716468.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: CXFRS does not process JSON

2012-07-25 Thread hom
The provider then needs to be registered directly with the rs endpoint The classloading error is gone now, but I have no idea how register the jsonprovider with the rs endpoint. How can this be done? -- View this message in context: http://camel.465427.n5.nabble.com/CXFRS-does-not-process

Re: CXFRS does not process JSON

2012-07-25 Thread Sergey Beryozkin
f-rt-frontend-jaxrs does not have access to the JSONProvider class. The bundle does not import the required package. Do you have an idea how to fix that? -- View this message in context: http://camel.465427.n5.nabble.com/CXFRS-does-not-process-JSON-tp5716343p5716449.html Sent from the Came

Re: CXFRS does not process JSON

2012-07-25 Thread hom
lueprint:0.3.1] It seems that cxf-rt-frontend-jaxrs does not have access to the JSONProvider class. The bundle does not import the required package. Do you have an idea how to fix that? -- View this message in context: http://camel.465427.n5.nabble.com/CXFRS-does-not-process-JSON-tp5716343

Re: CXFRS does not process JSON

2012-07-24 Thread hom
The provider then needs to be registered directly with the rs endpoint How can this be done? Is it possible in blueprint or in the java camel route? Could you please provide an example? -- View this message in context: http://camel.465427.n5.nabble.com/CXFRS-does-not-process-JSON

Re: CXFRS does not process JSON

2012-07-24 Thread Sergey Beryozkin
? Thanks for investigating further - please see the other message I just forwarded. Btw, I'm also on #cxf, in case you need a prompt answer Sergey -- View this message in context: http://camel.465427.n5.nabble.com/CXFRS-does-not-process-JSON-tp5716343p5716412.html Sent from the Camel -

Re: CXFRS does not process JSON

2012-07-24 Thread Sergey Beryozkin
| No binding operation info. 2012-07- Do you have an idea what could be wrong here? -- View this message in context: http://camel.465427.n5.nabble.com/CXFRS-does-not-process-JSON-tp5716343p5716403.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Sergey Beryozkin Tal

Re: CXFRS does not process JSON

2012-07-24 Thread hom
: http://camel.465427.n5.nabble.com/CXFRS-does-not-process-JSON-tp5716343p5716412.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: CXFRS does not process JSON

2012-07-24 Thread hom
r 63 | 119 - org.apache.cxf.cxf-api - 2.6.1 | No binding operation info. 2012-07- Do you have an idea what could be wrong here? -- View this message in context: http://camel.465427.n5.nabble.com/CXFRS-does-not-process-JSON-tp5716343p5716403.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: CXFRS does not process JSON

2012-07-24 Thread hom
Feature are available in the Camel registry. Do you have an idea why the bus is not available in the Camel registry? -- View this message in context: http://camel.465427.n5.nabble.com/CXFRS-does-not-process-JSON-tp5716343p5716381.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: CXFRS does not process JSON

2012-07-23 Thread Sergey Beryozkin
ot; extension. Cheers, Sergey -- View this message in context: http://camel.465427.n5.nabble.com/CXFRS-does-not-process-JSON-tp5716343p5716352.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

Re: CXFRS does not process JSON

2012-07-23 Thread hom
http://camel.apache.org/schema/blueprint";> Did I miss something? -- View this message in context: http://camel.465427.n5.nabble.com/CXFRS-does-not-process-JSON-tp5716343p5716352.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: CXFRS does not process JSON

2012-07-23 Thread Sergey Beryozkin
Hi On 23/07/12 16:10, hom wrote: Hi, I've created a cxfrs route as described in http://camel.apache.org/cxfrs.html (How to consume the REST request in Camel). I am using SOAPUI to test the endpoint. The resource class is: /@Path("/") @Consumes({"application/xml","application/json"}) @Produces({

CXFRS does not process JSON

2012-07-23 Thread hom
Hi, I've created a cxfrs route as described in http://camel.apache.org/cxfrs.html (How to consume the REST request in Camel). I am using SOAPUI to test the endpoint. The resource class is: /@Path("/") @Consumes({"application/xml","application/json"}) @Produces({"application/xml","application/json