Re: Need input on accessing http servlet

2016-09-23 Thread David Parker
As a work-around, you might create a class that invokes a HTTPClient or other URL-friendly utility. Invoke that logic in your route to retrieve data and then process it. On Fri, Sep 23, 2016 at 3:08 AM, jpeschke wrote: > Hi, > You cannot use the Servlet component to connect

Re: Camel JCR examples?

2015-07-16 Thread David Parker
://camel.apache.org/jcr.html You can also check examples/tests in Camel's source code: https://github.com/apache/camel/tree/camel-2.15.2/components/camel-jcr/src/test/java/org/apache/camel/component/jcr regards Grzegorz Grzybek 2015-07-16 10:45 GMT+02:00 David Parker dfpar...@gmail.com: Hi Gregor team

Re: Camel JCR examples?

2015-07-16 Thread David Parker
Hi Gregor team camel-jcr, on a related note, do you have a pointer for resolving a jcr via webdav? I am working with the camel-jcr component to connect to CQ5 (Jackrabbit) instance. It promises to be useful... I suspect my JNDI / JCR Repository definition is wrong or incomplete but I have not

Re: Camel CXF RS

2014-03-05 Thread David Parker
Or try this very good tutorial project https://github.com/santoshjoshi/camel-cxfrs-example On Tue, Mar 4, 2014 at 10:22 PM, Charlie Mordant cmorda...@gmail.comwrote: Hi, You can dig starting from here:

Re: camel-example-cxf* (all CXF examples)

2014-03-02 Thread David Parker
://jnn.iteye.com(http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang Weibo: 姜宁willem On March 1, 2014 at 4:40:03 PM, David Parker (dfpar...@gmail.com) wrote: PS - using camel example rel 2.12.1 rel 2.12.3 On Sat, Mar 1, 2014 at 12:17 AM, David Parker wrote: Camel experts

camel-example-cxf* (all CXF examples)

2014-03-01 Thread David Parker
Camel experts, please point me in a helpful direction to resolve an issue in ALL CXF examples - there is a common wsdl2java failure at generate-sources maven phase; e.g., [ERROR] Failed to execute goal org.apache.cxf:cxf-codegen-plugin:2.7.10:wsdl2java (generate-sources) on project

Re: camel-example-cxf* (all CXF examples)

2014-03-01 Thread David Parker
PS - using camel example rel 2.12.1 rel 2.12.3 On Sat, Mar 1, 2014 at 12:17 AM, David Parker dfpar...@gmail.com wrote: Camel experts, please point me in a helpful direction to resolve an issue in ALL CXF examples - there is a common wsdl2java failure at generate-sources maven phase; e.g