Camel - ActiveMQ

2013-03-05 Thread jdev.hari
Hi, I am trying a simple program to read from a queue and handle it. I have started active mq locally and is running === try { CamelContext context = new DefaultCamelContext(); context.addComponent("activemq", ActiveMQComponent.activeM

Re: URL overwriting - SOAP vs restful

2013-02-21 Thread jdev.hari
P (camel-cxf) > and REST (camel-cxfrrs). > > On Wed, Feb 13, 2013 at 10:45 AM, jdev.hari <[hidden > email]<http://user/SendEmail.jtp?type=node&node=5727761&i=0>> > wrote: > > > Hi, > > > > I define my end point in camel context xml and dur

Re: URL overwriting - SOAP vs restful

2013-02-18 Thread jdev.hari
ull then update request uri and endpoint address on it > > Cheers, Sergey > > On 13/02/13 16:15, Sergey Beryozkin wrote: > > > Hi, > > On 13/02/13 15:45, jdev.hari wrote: > >> Hi, > >> > >> I define my end point in camel context xml and during

Re: URL overwriting - SOAP vs restful

2013-02-13 Thread jdev.hari
Hi, I tried it, I still get the same error. Caused by: org.apache.camel.component.cxf.CxfOperationException: JAXRS operation failed invoking direct://matching with statusCode: 404 at org.apache.camel.component.cxf.jaxrs.CxfRsProducer.populateCxfRsProducerException(CxfRsProducer.java:317)

URL overwriting - SOAP vs restful

2013-02-13 Thread jdev.hari
Hi, I define my end point in camel context xml and during runtime I override them as I get it from a Service catalogue service. For SOAP webservice invocations, I am able to do the following in a processor just before the cxf bean invocation. Map requestContext = new HashMap(); requestContext.pu

Re: CXF endpoint and properties

2013-01-25 Thread jdev.hari
Hi, I am using 2.10.1. Is it possible to you spring place holders? something like http://camel.465427.n5.nabble.com/CXF-endpoint-and-properties-tp4848384p5726303.html Sent from the Camel - Users mailing list archive at Nabble.com.