Re: How to process a response and the original message after submitting to a component

2013-08-24 Thread Christian Müller
A custom AggregationStrategy in the multicast will not work? Otherwise you could use the enrich() DSL... Best, Christian Am 23.08.2013 23:59 schrieb abdiels abdi...@gmail.com: Christian, Thank you for your reply; however, it is not that simple. The message that will continue is

Multiple inputs to an endpoint

2013-08-24 Thread nanotech
Hi, I have an requirement where I need to send two files as input to a third party mapping jar. These files are the two arguments that the underlying mapping jar is expecting. Can someone suggest how such a route can be implemented in Camel ? -- View this message in context:

How can I configure and use SearchContext in CXFRS

2013-08-24 Thread glsilverman
I'm trying to configure a SearchContextProvider to use FIQL searches in my CXFRS Restful application in OSGi using blueprint. There is documentation on how to do this for straight CXF Restul services. For example, one can register the provider in a jaxrs:service and use @Context to inject a

Problem with AOPALLIANCE dependency

2013-08-24 Thread contactreji
Hi I am just trying to build a project but I get build error as follows [INFO] Scanning for projects... [INFO] [INFO] [INFO] Building

Re: Using SSL Certificates and connecting to https:// port -Truststore files provided

2013-08-24 Thread contactreji
Hi William I am getting a HANDSHAKE exception in the case now. I gave the proper path to the jks file still its showing the following exception. unable to find valid certification path to requested target Please find my error log Caused by: javax.net.ssl.SSLHandshakeException:

Re: Multiple inputs to an endpoint

2013-08-24 Thread Claus Ibsen
Why do you need a Camel route for that? On Fri, Aug 23, 2013 at 5:05 PM, nanotech rachit.gan...@gmail.com wrote: Hi, I have an requirement where I need to send two files as input to a third party mapping jar. These files are the two arguments that the underlying mapping jar is expecting.

Re: Problem with AOPALLIANCE dependency

2013-08-24 Thread Claus Ibsen
Remove the aop alliance dependency and also make sure you use the same version of Spring. You use 2+ different versions which is not good. On Sat, Aug 24, 2013 at 9:03 AM, contactreji contactr...@gmail.com wrote: Hi I am just trying to build a project but I get build error as follows [INFO]

Re: Problem with AOPALLIANCE dependency

2013-08-24 Thread Christian Müller
This issue is not related to Camel. In your pom.xml, you define this dependency. You should check whether this artifact exists and in which repository. I suggest to google for it... Best, Christian Am 24.08.2013 11:36 schrieb contactreji contactr...@gmail.com: Hi I am just trying to build a

Camel throws StackOverflowException while converting message body

2013-08-24 Thread Valery
Hi there! A have route: from(cxf:/CDAMediationService?serviceClass= + CDAMediationService.class.getName()) .process(new RequestProcessor()) .log(LoggingLevel.INFO , Request before transformation:\n${body}) .to(xslt:xslt/MediateCDARequest.xslt)

Re: Multiple inputs to an endpoint

2013-08-24 Thread Dale King
You could put the logic to handle the 2 files in an AggregationStrategy implementation and then depending on which makes more sense use it in an Aggregator (in the case where you really have 2 routes) or in a content enricher (where there is a main flow and you are just loading the second file for

Re: Camel throws StackOverflowException while converting message body

2013-08-24 Thread Christian Müller
Valery, please have first a look at [1]. We need some more information, if you expect help from us: - Complete stack trace - Which Camel version do you use? - Which java version do you use? - Later, we are may also interested in the RequestProcessor, HeaderSetterProcessor or ResponseProcessor...

Re: Camel JAXB DataFormat is not thread safe

2013-08-24 Thread Christian Müller
It looks like the Xerces SchemaFactory is also NOT thread-safe [1]. [1] http://xerces.apache.org/xerces2-j/javadocs/api/javax/xml/validation/SchemaFactory.html Best, Christian - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache

Re: Camel throws StackOverflowException while converting message body

2013-08-24 Thread Valery
Hello, Christian! - I attached complete stack trace in my previous message. I can post it here if you say - i tried version 2.11.0 and 2.11.1 - Java 1.6.0_20 - It's no problem, I can provide this sources Best, Valery -- View this message in context:

Two camel context

2013-08-24 Thread ROO
I have requirements where users create requests to be sent to list of services for processing. Request parameters define the target service. These services are also asynchronous. So I need to periodically call a results service to check if results are ready. Then I can get it to continue my

Re: How to extract the URL parameters using Spring DSL?

2013-08-24 Thread gsamy
Yes, same params all the time. Thanks, --Guru -- View this message in context: http://camel.465427.n5.nabble.com/How-to-extract-the-URL-parameters-using-Spring-DSL-tp5737846p5737874.html Sent from the Camel - Users mailing list archive at Nabble.com.