Thank you Mike. After adding following dependency in pom. And running using mvn camel:run , I am not seeing any error. But it is not calling the actual web service and not seeing any system out in the Processor class...
<dependency> <groupId>org.apache.cxf</groupId> <artifactId>*cxf*-*rt*-transports-*http*-*jetty*</artifactId> <version>2.6.1</version> <type>jar</type> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>*cxf*-*rt*-transports-*http*</artifactId> <version>2.6.1</version> <type>jar</type> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>*cxf*-*api*</artifactId> <version>2.6.1</version> <type>jar</type> <scope>compile</scope> </dependency> <dependency> *<groupId>org.apache.neethi</groupId> <artifactId>neethi</artifactId> <version>3.0.2</version> * <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>*cxf*-*rt*-*ws*-policy</artifactId> <version>2.6.1</version> <type>jar</type> <scope>compile</scope> </dependency> On Mon, Aug 13, 2012 at 12:25 PM, michal.warecki [via Camel] < [email protected]> wrote: > Hi! > > Try to put cxf-rt-transport-http-jetty jar into tour classpath. > > PS. Next time, create such kind of posts in Camel User forum. > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://camel.465427.n5.nabble.com/Isssue-using-POJO-data-format-with-Camel-tp5717266p5717267.html > To unsubscribe from Isssue using POJO data format with Camel, click > here<http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5717266&code=cmFqZXNoLnRob2R1a3VsYXRoQGdtYWlsLmNvbXw1NzE3MjY2fC0yMDE2NTc1MzY1> > . > NAML<http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://camel.465427.n5.nabble.com/Isssue-using-POJO-data-format-with-Camel-tp5717266p5717271.html Sent from the Camel Development mailing list archive at Nabble.com.
