Hi all, In trying to run 1.1-RC1 in Eclipse as an OSGi bundle following the instructions on the wiki, I found I had to add Engine.setUserClassLoader(this.getClass().getClassLoader()) to my Activator. I've updated the wiki with this, but wondered if it was a bug and should be set in the restlet activator?
If I don't include the user classloader I get the following exception: 5/09/2008 09:33:47 com.noelios.restlet.http.HttpServerHelper getConverter SEVERE: Unable to create the HTTP server converter java.lang.ClassNotFoundException at org.restlet.util.Engine.loadClass(Engine.java:283) at com.noelios.restlet.http.HttpServerHelper.getConverter(HttpServerHelper.java:105) at com.noelios.restlet.http.HttpServerHelper.handle(HttpServerHelper.java:145) at com.noelios.restlet.ext.jetty.JettyServerHelper$WrappedServer.handle(JettyServerHelper.java:174) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:829) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:513) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380) at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:450) Regards, Michael.

