Can you tell how you run Camel as that can affect if components can be
discovered.

On Wed, Oct 28, 2015 at 6:31 PM, dermoritz <[email protected]> wrote:
> I am trying to get a simple rest service to work:
>
>
> restConfiguration().component("restlet");
> from(rest:get:hello).process(answer)
>
> I added
>
> <dependency>
>         <groupId>org.apache.camel</groupId>
>         <artifactId>camel-restlet</artifactId>
>         <version>2.16.0</version>
> </dependency>"
>
> to my pom. But i still get
> "java.lang.IllegalStateException: Cannot find RestConsumerFactory in
> Registry or as a Component to use"
>
> So what could possibly went wrong here?
>
>
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/trying-to-use-Rest-with-restlet-component-still-getting-Cannot-find-RestConsumerFactory-in-Registry-tp5773162.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2nd edition:
https://www.manning.com/books/camel-in-action-second-edition

Reply via email to