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=2417640

