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 to Restlet 1.1.1 (using Maven), and I'm seeing the
following error when I attempt to call a unit test that worked
previously, any ideas? :-
Caused by: java.lang.AbstractMethodError:
org.restlet.util.Engine.fireContextChanged(Lorg/restlet/Restlet;Lorg/restlet/Context;)V
at org.restlet.Restlet.<init>(Restlet.java:90)
at org.restlet.Connector.<init>(Connector.java:83)
at org.restlet.Client.<init>(Client.java:82)
at org.restlet.Client.<init>(Client.java:101)
at org.restlet.Client.<init>(Client.java:121)