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

Getting restHostNameResolver error while trying to integrate swagger with ApacheCamel

2016-02-13 Thread Naveen Kumar
Hi, I have an existing project where i need to integrate the swagger by use of annotations. When i do jetty:run i get error when i am trying to read the swagger.json. Would someone be able to provide me some direction on this. Below is the stack trace. java.lang.IllegalArgumentException:

Re: Getting restHostNameResolver error while trying to integrate swagger with ApacheCamel

2016-02-13 Thread Claus Ibsen
You would need to tell a bit more about this and what you do. From the stacktrace it looks as if swagger somehow scan the Camel configuration which it ought not to do. On Sat, Feb 13, 2016 at 12:57 PM, Naveen Kumar wrote: > Hi, > > I have an existing project where i

Re: ActiveMQ Consuming

2016-02-13 Thread Quinn Stevenson
It sounds like you’re not using any other endpoints that support transactions, so all you should need is the “transacted=true” URI - I don’t think you’ll need an external transaction manager. > On Feb 12, 2016, at 1:09 PM, Stanisław Kuś wrote: > > Hi, > > 1. Each message

Re: Reading an EBCDIC file from Apache Camel

2016-02-13 Thread David Karlsen
I have used http://legsem.com/ http://www.legsem.com/legstar/ . It works quite well. The version to choose depends on your licence requirements - and if you only need to unmarshal, or both marshal/unmarshal. 2016-02-12 20:42 GMT+01:00 sandeepkolla99 : > Hello friends, >

Pax Exam

2016-02-13 Thread Ranx
Is there a good archetype or template to use with Camel/Fuse? What I've found so far seem to be fairly old. I've had a working version before but I'm starting a new project and trying to start with the old project isn't working well and it has been awhile since I worked with it. I've already

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.