RE: Camel cxf throwing error - Caused by: java.io.IOException: Cannot find any registered HttpDestinationFactory from the Bus

2020-02-19 Thread Gupta, Madhu
apache.cxf cxf-rt-transports-http-undertow Thanks Madhu Gupta -Original Message- From: Anu Sent: Wednesday, February 19, 2020 8:24 AM To: users@camel.apache.org Subject: Camel cxf throwing error - Caused by: java.io.IOException: Cannot find any

RE: REST Reply: convert XML to JSON in Spring DSL

2020-02-11 Thread Gupta, Madhu
Hi Look at below sample. This example refers to JSON to xml. But we were told by Redhat that that similar approach can be used in doing XML to json translation. https://github.com/sigreen/vscode-fuse-atlasmap Thanks Madhu Gupta -Original Message- From: Mark Lumsden Sent: Tuesday

Difference between transacted and jmstx

2014-12-04 Thread Madhu Nair
desired result. Thanks, Madhu

Setting REST service URL parameters at runtime in Camel

2014-06-29 Thread Madhu Nair
Hi, I want to pass some parameter values in my http GET request at runtime and am not able to figure out a way to do this. The parameter is in my IN message. I have pasted the code snippet below:- public class DocumentCountRouteBuilder extends RouteBuilder { public void configure() {

RE: Seeing Info message all over log file related to Woodstox

2014-03-24 Thread Nair, Madhu
@camel.apache.org Subject: Re: Seeing Info message all over log file related to Woodstox On Fri, Mar 21, 2014 at 8:34 PM, Nair, Madhu wrote: > Using a JVM system property to specify woodstox as the Stax parser seems to > result in a pushback from the server admin to do this. Is there any way we

RE: Seeing Info message all over log file related to Woodstox

2014-03-21 Thread Nair, Madhu
unit only. And leave the others as-is. In case using a jvm system property is not possible. On Tue, Mar 18, 2014 at 4:48 PM, Nair, Madhu wrote: > Thanks for the quick response. I do have the woodstox jar in the classpath > but still get this message. Do I force Camel to use the woodsto

RE: Seeing Info message all over log file related to Woodstox

2014-03-18 Thread Nair, Madhu
have that documented. You can search the web for details. That would allow you to do this for this deployment unit only. And leave the others as-is. In case using a jvm system property is not possible. On Tue, Mar 18, 2014 at 4:48 PM, Nair, Madhu wrote: > Thanks for the quick response. I do h

RE: Seeing Info message all over log file related to Woodstox

2014-03-18 Thread Nair, Madhu
just add it to the classpath i think http://woodstox.codehaus.org/ On Tue, Mar 18, 2014 at 3:21 PM, Nair, Madhu wrote: > Hi, > I see the following info message all over the log file and it occurs only in > one environment and not in the other. I am assuming it occurs in one >

Seeing Info message all over log file related to Woodstox

2014-03-18 Thread Nair, Madhu
r Camel it seems like this message occurs since we are not using the Woodstox parser. Do I specify to Camel the Stax parser to use by using the system property javax.xml.stream.XMLInputFactory? Is there any other way? Camel version is 2.9.2 and application server is WAS 7. JDK is 1.6. Thanks, Madhu

Re: how to invoke a web service

2012-04-06 Thread madhu
thank you very much . i will proceed in that way -- View this message in context: http://camel.465427.n5.nabble.com/how-to-invoke-a-web-service-tp5622105p5622342.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: webservices in camel server

2012-04-02 Thread madhu
thanks for the reply.can camel generae interfaces from wsdl file automatcally, when camel-context is started? or manually we need to genarate them? -- View this message in context: http://camel.465427.n5.nabble.com/webservices-in-camel-server-tp5614253p5614340.html Sent from the Camel - Users mai

Re: camel event cnotext

2012-03-29 Thread madhu
thank you and i will try it -- View this message in context: http://camel.465427.n5.nabble.com/camel-event-cnotext-tp5501233p5605651.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: quartz compoent in camel 2.6

2012-03-29 Thread madhu
thank you .I missed the dependency -- View this message in context: http://camel.465427.n5.nabble.com/quartz-compoent-in-camel-2-6-tp5481467p5603615.html Sent from the Camel - Users mailing list archive at Nabble.com.

webservices in camel

2012-03-29 Thread madhu
can any one tell me , what is the differences between the implementation of webservices, in apache camel and mule. how to migrate their implementation from mule to camel? -- View this message in context: http://camel.465427.n5.nabble.com/webservices-in-camel-tp5603427p5603427.html Sent from the C

quartz sheduler problem

2012-03-01 Thread madhu
in my project we are using quartz scheduler and i am getting the below error ,when i am running my camel context. pls help me ? java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.in

camel event cnotext

2012-02-20 Thread madhu
hi we are migrating to camel from mule. i need cange the following code from mule api to camel one.any ne pls help me. MuleEventContext muleEventContext = null; Object object = commonEvent.getTransientEventContextInfo().get("muleEventContext"); if (object instanceof

quartz compoent in camel 2.6

2012-02-13 Thread madhu
hi, how to use quartz component in camel 2.6 with spring dsl. i need to shedule a job using it. i tried like this http://camel.465427.n5.nabble.com/quartz-compoent-in-camel-2-6-tp5481467p5481467.html S

Re: features comparision of apache camel 2.6

2012-02-13 Thread madhu
thank u very much -- View this message in context: http://camel.465427.n5.nabble.com/features-comparision-of-apache-camel-2-6-tp5478357p5478609.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: features comparision of apache camel 2.6

2012-02-12 Thread madhu
thanks for the reply. I need little more iformation does it has a support for the below features? Please say yes or no for he below features *JMS Servers: * ActiveMQ FioranoMQ JBossMQ OpenJMS OpenMQ Oracle AQ SeeBeyond SonicMQ Sun JMS Grid SwiftMQ TIBCO EMS WebLo

features comparision of apache camel 2.6

2012-02-12 Thread madhu
Hi i need to compare apace camel 2.6 with mule 2.2.1 can any one give the information about camel 2.6 like which version of java sdk it supports , and version of springs , operationg system and applcation server etc -- View this message in context: http://camel.465427.n5.nabble.com/features-co