Re: AW: AW: Is there a Camel componant to connect to vpn (Uregen)?

2016-03-29 Thread hoboy
Externalize it. Means: it is not a Camel problem. Setup the vpn of your choice outside of Camel. ok does that one can connect to activeMQ with jms ? because I have some camel rest services that put some data into jboss activemq. and I want to get access to the queue Thanks -- View this message

Re: AW: Is there a Camel componant to connect to vpn (Uregen)?

2016-03-29 Thread hoboy
Thanks (Unless you define ssh as a vpn the answer is no. ) How does one usually deal with vpn in camel ? -- View this message in context: http://camel.465427.n5.nabble.com/Is-there-a-Camel-componant-to-connect-to-vpn-Urgent-tp5779945p5779964.html Sent from the Camel - Users mailing list archiv

Is there a Camel componant to connect to vpn (Uregen)?

2016-03-29 Thread hoboy
Is there a Camel companent to connect to vpn ? -- View this message in context: http://camel.465427.n5.nabble.com/Is-there-a-Camel-componant-to-connect-to-vpn-Uregen-tp5779945.html Sent from the Camel - Users mailing list archive at Nabble.com.

Very very newbie question about Camel.

2016-02-20 Thread hoboy
Sorry guys you will not easily get rid of me :) I am really trying to learn camel these days, one will think that with google, youtube what is my problem :) 1. I have JAX-RS resource class called MyResource, MyResource class that I use as webservice and is working fine, as you may know it is easy

InvalidPayloadException: No body available

2016-02-19 Thread hoboy
I have the following 2 files. Jax-rs @ApplicationPath("Test") public class ApplicationActivator extends Application { } and the resource class @Path("test") public class MyResource { @Context UriInfo uri; @Context HttpHeaders headers; @GET

Re: Errors:DirectConsumerNotAvailableException: No consumers available.

2016-02-18 Thread hoboy
Når hvordan det ?:) I only have these 2 java class that are Rest and deployed on jboss server working, but want to deploy them on Fuse ESB The Jax-RS java class http://camel.465427.n5.nabble.com/Errors-DirectConsumerNotAvailableException-No-consumers-available-tp5777818p

Re: Errors:DirectConsumerNotAvailableException: No consumers available.

2016-02-18 Thread hoboy
No consumers available on endpoint: Endpoint[direct://serviceClass] ok how do I add consumer to Endpoint[direct://serviceClass] ? any link ? or little example ? -- View this message in context: http://camel.465427.n5.nabble.com/Errors-DirectConsumerNotAvailableException-No-consumers-availabl

Re: Errors:DirectConsumerNotAvailableException: No consumers available.

2016-02-18 Thread hoboy
My goodness this forum is really tough on camel new bee. No answer to any question at all. -- View this message in context: http://camel.465427.n5.nabble.com/Errors-DirectConsumerNotAvailableException-No-consumers-available-tp5777818p5777863.html Sent from the Camel - Users mailing list archiv

Errors:DirectConsumerNotAvailableException: No consumers available.

2016-02-17 Thread hoboy
Does anybody has an idea ? Here is my camel-context.xml http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:osgi="http://www.springframework.org/schema/osgi"; xmlns:cxf="http://camel.apache.org/schema/cxf"; xmlns:context="htt

Re: How to create a camel spring webservice ?

2016-02-15 Thread hoboy
Tks I use Fuse jboss-fuse-6.2.0.redhat-133 -- View this message in context: http://camel.465427.n5.nabble.com/How-to-create-a-camel-spring-webservice-tp5777688p570.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to create a camel spring webservice ?

2016-02-15 Thread hoboy
Tak very much SHTherkildsen. Bellow is my example of the code I have deployed on ServiceWork. That mean I can not create JAX-RS webservice like bellow ? @ApplicationPath("tests") public class ApplicationActivator extends Application { } @Path("/test") public class Resource { @GET @

Re: How to create a camel spring webservice ?

2016-02-15 Thread hoboy
Am I asking unclear question ? -- View this message in context: http://camel.465427.n5.nabble.com/How-to-create-a-camel-spring-webservice-tp5777688p557.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to create a camel spring webservice ?

2016-02-15 Thread hoboy
Please somebody help. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-create-a-camel-spring-webservice-tp5777688p546.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to create a camel spring webservice ?

2016-02-13 Thread hoboy
No answer ? -- View this message in context: http://camel.465427.n5.nabble.com/How-to-create-a-camel-spring-webservice-tp5777688p512.html Sent from the Camel - Users mailing list archive at Nabble.com.

How to create a camel spring webservice ?

2016-02-13 Thread hoboy
I am confused about how to create and call Rest WebService developed using camel. I have a webservice like exemple of bellow, I have just packed it as war and deploy on jboss serviceworks all works fine. Now I want to create a camel version of the same webservice the example is bellow. For ex

How to can I call remote REST webservice using apache camel cxf ?

2015-03-06 Thread hoboy
Hi guy I am trying to call a remote REST webservice using camel. I am totally new to camel I have googled but still confused. I there an hello world of this ? a simple example code of how to do this ? -- View this message in context: http://camel.465427.n5.nabble.com/How-to-can-I-call-remote

RE: Urgent--How to consume REST webservice in apache camel cxf

2015-03-05 Thread hoboy
Tks James Can you support be the link with a bit of example code ? -- View this message in context: http://camel.465427.n5.nabble.com/Urgent-How-to-consume-REST-webservice-in-apache-camel-cxf-tp5763672p5763683.html Sent from the Camel - Users mailing list archive at Nabble.com.

Urgent--How to consume REST webservice in apache camel cxf

2015-03-05 Thread hoboy
we have REST webservice that I will like to call/consume using Apache camel how is this done ? code example will be very welcomed, or a how to. Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Urgent-How-to-consume-REST-webservice-in-apache-camel-cxf-tp5763672.html S

how do I check the master/examples ?

2015-02-09 Thread hoboy
How do I check out https://github.com/apache/camel/tree/master/examples/ to may local machine ? -- View this message in context: http://camel.465427.n5.nabble.com/how-do-I-check-the-master-examples-tp5762506.html Sent from the Camel - Users mailing list archive at Nabble.com.