A maybe basic question of camel http proxy pattern

2015-06-24 Thread cloud
Hi team, I know that camel provide http proxy capability such as : --- xml config file - ... camel:from uri=jetty:http://1.1.1.1/test?matchOnUriPrefix=true/ ... camel:to uri=http://2.2.2.2/url/ ... end In my enterprise environmental , the server architectural as

Re: Is there a tools to convert java dsl to xml ?

2015-06-12 Thread cloud
thanks for all ! jkorab , I will read you book , and follow you on Twitter . thanks . -- View this message in context: http://camel.465427.n5.nabble.com/Is-there-a-tools-to-convert-java-dsl-to-xml-tp5768015p5768088.html Sent from the Camel - Users mailing list archive at Nabble.com.

Is there a tools to convert java dsl to xml ?

2015-06-09 Thread cloud
hi team, Is there a tools to convert java dsl to xml ? Is every java dsl code have a equal xml counterpart? When I am reading the camel document's , there are many snippets code that writen by java dsl . As a new user , sometimes I have to use xml instead of java dsl . In fact , I want to

How to avoid direct error message or exception print out put on screen ?

2015-06-04 Thread cloud
hi all, I am using camel for http proxy , such as : use proxy url FROM http://127.0.0.1:8199/test?chunked=false TO http://192.7.0.54:8081/?bridgeEndpoint=true In debug stage , so ,I shutdown the server's port : 192.7.0.54:8081 . If I visit url http://127.0.0.1:8199/test?chunked=false ,

Re: No component found with scheme: jetty in Intellij IDEA

2015-06-03 Thread cloud
hi , thanks you. I can now play camel with pleaure. tian -- View this message in context: http://camel.465427.n5.nabble.com/No-component-found-with-scheme-jetty-in-Intellij-IDEA-tp5767815p5767821.html Sent from the Camel - Users mailing list archive at Nabble.com.

Failed to load type converters because of: Cannot find any type converter classes org.apache.camel.component.jetty.JettyConverter

2015-06-02 Thread cloud
hi all, I want to know , which jar or project include the class: org.apache.camel.component.jetty.JettyConverter . cause Exception show that I need this class ( the wired is that not the ClassNotFind Error ). Failed to load type converters because of: Cannot find any type converter classes