Community
Participate
Working Groups
The javax.servlet bundle now exports packages as version 2.6.0 instead of 3.0.0 (bug 360245). The Jetty and Tomcat versions in our cluster test dependencies [1] still have a lower bound of 3.0.0. I added the new servlet bundles from orbit [2], but kept the old ones in place to let the build succeed. I think I've read that a updated Jetty build is already available. [1] http://build.eclipse.org/rt/rap/base-platforms/extra-dependencies/ [2] http://download.eclipse.org/tools/orbit/downloads/drops/S20111201180206/
Comment 38 of bug 360245 lists this build: http://download.eclipse.org/jetty/updates/jetty-bundles-8.x/8.1.0.SNAPSHOT/ It has been refactored to import servlet 2.6 instead of 3.0. These are the necessary bundles from the build: org.eclipse.jetty.continuation.source_8.1.0.SNAPSHOT.jar org.eclipse.jetty.continuation_8.1.0.SNAPSHOT.jar org.eclipse.jetty.http.source_8.1.0.SNAPSHOT.jar org.eclipse.jetty.http_8.1.0.SNAPSHOT.jar org.eclipse.jetty.io.source_8.1.0.SNAPSHOT.jar org.eclipse.jetty.io_8.1.0.SNAPSHOT.jar org.eclipse.jetty.security.source_8.1.0.SNAPSHOT.jar org.eclipse.jetty.security_8.1.0.SNAPSHOT.jar org.eclipse.jetty.server.source_8.1.0.SNAPSHOT.jar org.eclipse.jetty.server_8.1.0.SNAPSHOT.jar org.eclipse.jetty.servlet.source_8.1.0.SNAPSHOT.jar org.eclipse.jetty.servlet_8.1.0.SNAPSHOT.jar org.eclipse.jetty.util.source_8.1.0.SNAPSHOT.jar org.eclipse.jetty.util_8.1.0.SNAPSHOT.jar I tried this build locally and it works. Using this build on the build server however, may fail as the bundles are still carrying the word "SNAPTSHOT" as a build identifier (see bug 360459).
This is a very old bug, which is not current anymore. Closing as fixed.