Re: Unit testing each route in a large camel context

2015-07-06 Thread smehta34
Hi Guru, Did you find solution of this post? Much appreciated if you can show how you tested your routes. -Sachin -- View this message in context: http://camel.465427.n5.nabble.com/Unit-testing-each-route-in-a-large-camel-context-tp5749750p5768922.html Sent from the Camel - Users mailing list

Camel Filter

2013-11-25 Thread smehta34
Hi, I have a simple requirement, a route which accepts a .csv file having HEADER, RECORD and FOOTER. I want to process that file row by row (Filtering HEADER and RECORD) and aggregating Records at the last. Sample Route: from( "seda:" + RouteId ).routeId(RouteId) .onException(E

Camel: when() with boolean parameter

2013-09-30 Thread smehta34
Hi, I have two Strings which I have to check in choice(). If both equals then route to an endpoint else route to different endpoint. I am stuck as when() accepts only predicates and I am comparing two strings with equals() method which returns boolean value. How should I proceed? Any help will be

Getting error in camel-example-cxf-blueprint

2011-11-03 Thread smehta34
http://camel.465427.n5.nabble.com/file/n4961123/Picture1.png Hi, I am getting error while running mvn install command from the source directory of camel-example-cxf-blueprint. It is showing cxf-codegen-plugin error. As per my knowledge everything is ok in pom.xml file. I think the problem is of

Re: Contract first approach (using WSDL) to create a WS using cxf and route using camel

2011-10-31 Thread smehta34
Hi, Thanks for reply. I tried that example before and it was build successfully but when I put that zip file in the Webapp folder of Tomcat and deployed it and after giving address in the browser "http://localhost:8080/camel-example-cxf-tomcat-2.5.0/webservices/incident?wsdl"; it was showing this

Contract first approach (using WSDL) to create a WS using cxf and route using camel

2011-10-31 Thread smehta34
Hi, I want to create a WS using contract first approach. I have WSDL with me. I want a WS which when invokes send some data to an XML file using Camel. I want to deploy it in Tomcat Server. I am new to Camel. Please help out. Regards, Sachin Mehta -- View this message in context: http://came