Issue with Camel logs

2014-01-16 Thread Ankur
Hi All, i'm stuck with one issue in which i want to stop camel logs which is generating on his own. Even i had changed the debug level in log4j.xml from "debug" to "info". The logs which are coming are somekind of weird. for e.g My route look like this After modifying log4j.xml al

Execute route at specific time

2013-12-05 Thread Ankur
I want to execute camel route at specific time. for example : route must run at 18:00 hrs EST Right now i'm using timer object but with that it is running after certain period which i have defined. Is there any way to execute route at any specific time. -- View this message in context: http:

How to execute different parallely

2013-10-14 Thread Ankur
et execute at the same time. thanks in advance Ankur -- View this message in context: http://camel.465427.n5.nabble.com/How-to-execute-different-parallely-tp5741543.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel + myBatis Issue

2013-10-04 Thread Ankur
Thank you all for your help. I'm able to resolve the issues. i have changed my query to achieve this result -- View this message in context: http://camel.465427.n5.nabble.com/Camel-myBatis-Issue-tp5740706p5740872.html Sent from the Camel - Users mailing list archive at Nabble.com.

Consuming WSDL file

2013-10-04 Thread Ankur
Hi All, I'm new to camel & webservices. I have one WSDL file which is published on different server. I want to consume that wsdl file. After retrieving data from WSDL file i need to save data in Database. I have to use spring DSL instead of Java DSL. I'm trying with cxf component but not able to

Camel + myBatis Issue

2013-10-01 Thread Ankur
Hi all, I am copying data from one datadource to another datasource using mybatis component. i achieved it but during insertion i'm getting issues. how to perform batch insert using myBatis. Any other way as i'm using oracle database. Kindly help me to resolve this issue thanks -- View th

Re: Camel + Ibatis

2013-09-30 Thread Ankur
I have written my my insert statement like this insert into approvals (APPROVALID, SOURCESYSTEM, APPROVALTYPE, APPROVAL, SOURCESYSTEMID, APPROVALDESC, DELEGATEDBY, STATUS, ASSIGNEDDATE, DUEDATE, UPDATEDBY, UPDATEDON) values ( #{item.projectDetails.approvalId},#{item.projectDetails.approvalSyste

Camel + Ibatis

2013-09-30 Thread Ankur
Hi All, I want to get whole data from one datasource which I want to insert into another table at the same time to another datasource For this i have created two datasource, two session factory and two ibatis instances. my route looks like this I'm confused how to write insert statement

Getting Below Error while Fetching Atom FEeds

2013-09-28 Thread Ankur
I'm Using 2.12.1 (camel) and 3.2.4 (spring) version. org.apache.abdera.parser.ParseException: java.lang.ArrayIndexOutOfBoundsException [9/26/13 20:22:44:902 IST] 01bc SystemErr R at org.apache.abdera.parser.stax.FOMParser.parse(FOMParser.java:128) [9/26/13 20:22:44:902 IST] 01

Re: CAmel : Using Springg DSL to fetch atom feeds. But not working

2013-09-28 Thread Ankur
Getting new error now Kindly help me to resolve this org.apache.abdera.parser.ParseException: java.lang.ArrayIndexOutOfBoundsException [9/26/13 20:22:44:902 IST] 01bc SystemErr R at org.apache.abdera.parser.stax.FOMParser.parse(FOMParser.java:128) [9/26/13 20:22:44:902 IST]

Re: CAmel : Using Springg DSL to fetch atom feeds. But not working

2013-09-26 Thread Ankur
Hi Thanks for pointing me to the classpath clashes. Though its not on "axiom-api", it was on "slf4j-log4j". After removing that clashes i resolved that. But i started getting new error. Could you help me on this org.apache.abdera.parser.ParseException: java.lang.ArrayIndexOutOfBoundsException

Re: CAmel : Using Springg DSL to fetch atom feeds. But not working

2013-09-26 Thread Ankur
Its a maven project and i am using 2.12.1 (camel) and 3.2.4 (spring) version. There are no dependency clashes on classpath. -- View this message in context: http://camel.465427.n5.nabble.com/CAmel-Using-Springg-DSL-to-fetch-atom-feeds-But-not-working-tp5740228p5740239.html Sent from the Camel

CAmel : Using Springg DSL to fetch atom feeds. But not working

2013-09-26 Thread Ankur
Hi, I'm using *atom* component to fetch feeds using Spring DSL but getting below error. Please help me with this error hope i'm not doing anything wrong. I have already added all the dependencies required for fetching feeds. If particular version is need for any dependency kindly let me know Erro