Hi Bryan, I stumbled on the same problem today. The fix is already in SVN trunk :)
Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -----Message d'origine----- De : Bryan Hunt [mailto:[email protected]] Envoyé : vendredi 13 novembre 2009 17:58 À : [email protected] Objet : default converter not registered I've been trying to get restlet 2.0 running in an Eclipse server using the embedded jetty container. I managed to get a representation registered and when I do a GET to the URI it is successful but I don't get the content "Hello world". I tracked it down to not having any registered converters. It seems that when running as an Eclipse bundle, the converter registration is handled by the bundle activator, and the default converter is never registered. I hacked the engine to always call registerDefaultConverter() and I now get "Hello world" when I do a GET. I'm using a minimial setup which contains org.restlet and org.restlet.ext.servlet bundles and enough of equinox to get jetty running. Is there some setup that I'm missing or could this be a bug? ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=24176 40 ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2417658

