Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] Versioning problem with HttpService (java.lang.AbstractMethodError)

I'm having some kind of versioning problem, which seems to be internal
to the HttpService bundle provided by Eclipse.

Version of javax.servlet is 2.4.0.v200705291052.
Version of osgi.services is 3.1.200.v20070605.

Error is:

java.lang.AbstractMethodError:
org.mortbay.jetty.servlet.ServletHttpRequest.getLocalAddr()Ljava/lang/String;
	at
com.noelios.restlet.ext.servlet.ServerServlet.createServer(ServerServlet.java:223)


Any ideas where I should look to fix this?

Thanks!




Back to the top