Re: copy of Exchange during Multicast

2012-06-15 Thread kenhans
Thanks, Henryk, I really appreciate your answer. I can see that the FilterProcessor do exchange.setProperty(Exchange.FILTER_MATCHED, matches); and I also see that the GroupedExchangeAggregationStrategy puts the Exchange in it's list of answer.properties. I also set headers/properties myself (in

csv bindy with multiline values

2012-06-15 Thread pvunckx
Hello, I'm using the bindy component to convert csv -> java objects. Everything is working super fine. But now I'm running my camel route agains a new csv file with the following line: 23;09/901/13855;"M JANSSENS JAN M JANSSENS J JANSSENS";BO;185.100.096;185.100.096;streetname;45;4396;city;

Re: CXFRS URL Matrix Parameters seemingly stripped away

2012-06-15 Thread desysemia
Both, Thanks for your input. With regards to checking that my camel-cxfrs consumer is correct. All other components of the URL are matched and passed through correctly, e.g. PathSegments and QueryParameters. What could be configured incorrectly an still allow this to happen? D. On Fri, Jun 15

Exception not propagated in Splitter-Aggregator EIP

2012-06-15 Thread priya
I have route like this: errorHandler(transactionErrorHandler().maximumRedeliveries(0)); from("seda:fileInput") .onException(IllegalArgumentException.class).maximumRedeliveries(0) .log( idExpr + "Error occured during processing of Data") .end() .transacted() .split(myFileSplitterExp(inF

Re: Overwrite blueprint properties in camel blueprint tests

2012-06-15 Thread Michael Süess
Hi i am a little bit confused... I looked at the jira feature (which is resolved) CAMEL-5349: Make it easy to provider override properties from unit tests with the comment Updated docs. See the using property placeholder docs for details. i found the new section in the docu http://camel.a

Re: XPath namespaces in Spring DSL?

2012-06-15 Thread Andreas A.
Yeah I found and applied the example from the book. This works as long as there is actually a prefix in the xml. When there's only a default namespace the XPath-qeury returns nothing. It doesn't throw an exception like it normally would if the path was incorrect. -- View this message in context:

Re: XPath namespaces in Spring DSL?

2012-06-15 Thread Claus Ibsen
On Fri, Jun 15, 2012 at 1:58 PM, Andreas A. wrote: > Yeah I found and applied the example from the book. > > This works as long as there is actually a prefix in the xml. When there's > only a default namespace the XPath-qeury returns nothing. It doesn't throw > an exception like it normally would

RE: jms to http

2012-06-15 Thread pchakinala
Hi Wilem, Thank you for the response. Usecase: Need to implement Async Service. So we have used jms queue (Camel-jms) and camel-http components. Httpclient -- camel-http (http://0.0.0.0:8192/mib401Asyncreq/"/>)- jms queue provider ---> queue consumer --->http  target (http) service If I

Re: Need help in java.net.ConnectException: Connection refused

2012-06-15 Thread vargjohn
Hi Babak, I wrote some code using Socket API and tried to connect to activemq within the camel route and it worked but the onException() clause is not getting called. but now i do not see the exception java.net.ConnectException: Connection refused when my web application is started and the activem

Re: recipient list sending to multiple Camel Processors

2012-06-15 Thread Tyler Durvik
All of my processor information are stored in a database. When I start my system I want to build my routes by creating instances of my processors as defined in a database. So once I begin to receive data I can route through my processors based on the data received. The problem I see is I get NoS

Re: Camel Component - Consumer Threading Question

2012-06-15 Thread gilboy
Thanks for the response. I was just thinking about this a little further. If an exception occurs in my consumer, I really just need to restart the consumer not the whole route. If I take this approach, i.e. class CustomConsumer extends DefaultConsumer implements Runnable{ .. public void

running ActiveMQ with camel from maven

2012-06-15 Thread Mark Webb
I usually use the command "mvn camel:run" to execute my camel routes..etc in my development environment. I have included ActiveMQ support for my camel routing and would like to start an ActiveMQ broker as part of my Camel routes when they start up. Is there a way to do this from maven or should I

Re: keep track of JMSMessageID with InOnly exchange

2012-06-15 Thread dmhatre
Hi there, So did you guys found out the way how to implement this. I tried the patch but i get the following error: Also pasting my configuration and java code. Please help. java.lang.UnsupportedOperationException: JMSCC0029: A destination must be specified when sending from this producer.

Re: Camel IMAP

2012-06-15 Thread Dokkana
thaks alot -- View this message in context: http://camel.465427.n5.nabble.com/Camel-IMAP-tp5714453p5714566.html Sent from the Camel - Users mailing list archive at Nabble.com.