And remember we love contributions
http://camel.apache.org/contributing.html

So if you get some hands on experience with the component and how to
use it. Then feel free to provide feedback either here in the forum or
signup for edit rights to the wiki pages.

On Wed, Jan 21, 2009 at 4:15 PM, nojonojo <n0...@yahoo.com> wrote:
>
>
> Thanks much - not sure why I didn't notice that.  I had been using restlet
> 1.0.11 instead of 1.1.1.
>
> Understood about the documentation.  It's better to have something working
> with sparse documentation than to have it well documented and not working!
>
>
> P.Budzik wrote:
>>
>>
>> nojonojo wrote:
>>>
>>> I'm possibly interested in working with camel-restlet (2.0, since it
>>> doesn't exist before then).  First off, is there any documentation
>>> besides that on  http://camel.apache.org/restlet.html the restlet
>>> component page ?
>>>
>>> I'm having two problems.  The first is conceptual - the page that I
>>> linked above really doesn't describe how camel integrates with Restlet,
>>> it just shows a trivial "Hello, world!" level example.  I can probably
>>> figure it out if I can get things working in general, but more
>>> documentation there would be helpful.
>>>
>>
>> This component is really fresh stuff delivered recently however I'm glad
>> to see folks being interested in it. You're right, the documentation is
>> sparse. I was going to extend that, but as usual there was no time :) I
>> assure you anyway it works in a real project not only for "hello world".
>> You can count at least on me and William for working out your problem.
>>
>>
>>
>>> Secondly, I can't get a (simpler) "Hello world" sample to work.  At this
>>> point, I'm not interested in the authentication part.  The following is
>>> the class that I'm using:
>>> ....
>>> Being new to Camel, I really don't know where to start.
>>>
>>
>> Seems that you have some dependency problem. Look at the excerpt from my
>> libs:
>>
>>   <classpathentry kind="var"
>> path="M2_REPO/com/noelios/restlet/com.noelios.restlet/1.1.1/com.noelios.restlet-1.1.1.jar"/>
>>   <classpathentry kind="var"
>> path="M2_REPO/com/noelios/restlet/com.noelios.restlet.ext.simple/1.1.1/com.noelios.restlet.ext.simple-1.1.1.jar"/>
>>   <classpathentry kind="var"
>> path="M2_REPO/org/restlet/org.restlet/1.1.1/org.restlet-1.1.1.jar"/>
>>
>> Do your versions match with that? It looks like the binding class is
>> calling Form.getValuesMap() and the one on the classpath has a different
>> signature.
>>
>>
>
> --
> View this message in context: 
> http://www.nabble.com/restlet-usage-tp21572086s22882p21585150.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
>



-- 
Claus Ibsen
Apache Camel Committer

Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/

Reply via email to