You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by davsclaus <ci...@yahoo.dk> on 2011/01/27 16:59:42 UTC

Re: Restlet - Unable to fully initialize the Restlet. No Restlet engine

You need to add dependency on the restlet engine.

 com.noelios.restlet:com.noelios.restlet:jar:1.1.10:compile


    <dependency>
      <groupId>com.noelios.restlet</groupId>
      <artifactId>com.noelios.restlet</artifactId>      
    </dependency>

We have enabled that by default in Camel 2.6 onwards.
-- 
View this message in context: http://camel.465427.n5.nabble.com/Restlet-Unable-to-fully-initialize-the-Restlet-No-Restlet-engine-tp3359944p3359954.html
Sent from the Camel - Users mailing list archive at Nabble.com.