CXF-RS get but no response

2015-03-14 Thread garethahealy
I am just doing a hello world example for a restful service[1] but i don't get any response, as i would expect. When debugging the test as well, i never hit the method[2]. I've included some debug[3] but i can't see anything from it. Any ideas what i am doing wrong? [1]https://github.com/garetha

camel-jaxb 2.15.0 and Karaf 3.0.3

2015-03-14 Thread alexs_nn
Hello, camel-jaxb is not working if namespacePrefixis set: Cannot load CamelNamespacePrefixMapper class java.lang.IllegalStateException: Cannot load CamelNamespacePrefixMapper class Looking at "xml-specs-api" feature i see that jaxb-impl is missing, and we need it. Instead it has jaxb-core bund

camel-jaxb 2.15.0 and Karaf 3.0.3

2015-03-14 Thread alexs_nn
Hello, camel-jaxb is not working if namespacePrefixis set: Cannot load CamelNamespacePrefixMapper class java.lang.IllegalStateException: Cannot load CamelNamespacePrefixMapper class Looking at "xml-specs-api" feature i see that jaxb-impl is missing, and we need it. Instead it has jaxb-core bund

Concurrent Consumers creating duplicates

2015-03-14 Thread kishore
Hello All, I have a simple route which takes messages from an incoming queue, processes the message and writes it an outgoing queue. When I log the exchange.getIn().getBody() inside my processor, I see duplicates. Here is the snippet of my route /MQQueueConnectionFactory

Re: SpringWebserviceProducer & WebServiceMessageExtractor

2015-03-14 Thread Claus Ibsen
Hi Sure sounds good. We love contributions. You are welcome to log a JIRA ticket and work on a patch. http://camel.apache.org/contributing.html On Fri, Mar 13, 2015 at 3:06 PM, richardgroote wrote: > Hello, > > We're currently using SpringWS for sending and receiving soap messages. > > When send