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

2015-06-02 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.

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

2015-06-02 Thread Willem Jiang
It’s a common issue of Camel, you need to make sure the camel-jetty or camel-jetty{8|9}(if you uses Camel 2.15.x)  is in your class path from IDEA. Reimport the project from the pom module could help you with that.  -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemj

No component found with scheme: jetty in Intellij IDEA

2015-06-02 Thread chunfeng tian
hi all, We recently made a decision that use Camel in our project . We should integrate the camel with springframework , and use servlet to redirect http rest querst to background inner-firewall server. I use camel-jetty as servlet server , the problem what I meet is that : when use console co