Re: java.lang.AbstractMethodError: org.restlet.util.Engine.fireContextChanged

2008-12-01 Thread Rhett Sutphin
Hi Ian, You need to upgrade the com.noelios.restlet dependencies to 1.1.1, too. Rhett On Dec 1, 2008, at 11:58 AM, Ian Clarke wrote: Hi Thierry, Just checked, the file com.noelios.restlet-1.0.11.jar is in my classpath (put there by Maven). com.noelios.restlet.ext.httpclient-1.0.11.jar is als

Re: java.lang.AbstractMethodError: org.restlet.util.Engine.fireContextChanged

2008-12-01 Thread Ian Clarke
Hi Thierry, Just checked, the file com.noelios.restlet-1.0.11.jar is in my classpath (put there by Maven). com.noelios.restlet.ext.httpclient-1.0.11.jar is also there. Not sure quite what you mean about the context, but here is the code that seems to cause the error: @BeforeClass

Re: java.lang.AbstractMethodError: org.restlet.util.Engine.fireContextChanged

2008-12-01 Thread Thierry Boileau
Hello Ian, it looks the com.noelios.restlet.jar is not in the classpath. Can you check it? Can you give more details about your context? Best regards, Thierry Boileau -- Restlet ~ Core developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com Just upgraded