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 Christian Müller
java.lang.NoSuchMethodError means you do not use the right Axiom version. Best, Christian - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member: https://www.apache.org/foundation

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

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

2013-09-26 Thread Babak Vahdat
Hi As Christian has already said, the axiom jar version being on the classpath is clashing, e.g. camel-atom 2.12.1 uses axiom version 1.2.14, that's the jar "axiom-api-1.2.14.jar". Maybe try to find out which exact version of this jar you have on the classpath as your app is running, e.g. using '

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

2013-09-26 Thread Christian Posta
what version of camel are you using and are there any dependency version clashes on the classpath? On Thu, Sep 26, 2013 at 4:30 AM, Ankur wrote: > 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 a