../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/ExtendedHttpService.java:15: error: package javax.servlet does not exist
import javax.servlet.Filter;
                    ^
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/ExtendedHttpService.java:16: error: package javax.servlet does not exist
import javax.servlet.ServletException;
                    ^
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/ExtendedHttpService.java:42: error: cannot find symbol
	public void registerFilter(String alias, Filter filter, Dictionary<String, String> initparams, HttpContext context) throws ServletException, NamespaceException;
	                                         ^
  symbol:   class Filter
  location: interface ExtendedHttpService
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/ExtendedHttpService.java:42: error: cannot find symbol
	public void registerFilter(String alias, Filter filter, Dictionary<String, String> initparams, HttpContext context) throws ServletException, NamespaceException;
	                                                                                                                           ^
  symbol:   class ServletException
  location: interface ExtendedHttpService
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/ExtendedHttpService.java:68: error: cannot find symbol
	public void unregisterFilter(Filter filter);
	                             ^
  symbol:   class Filter
  location: interface ExtendedHttpService
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ProxyServlet.java:16: error: package javax.servlet does not exist
import javax.servlet.*;
^
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ProxyServlet.java:17: error: package javax.servlet.http does not exist
import javax.servlet.http.*;
^
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ProxyServlet.java:28: error: cannot find symbol
public class ProxyServlet extends HttpServlet {
                                  ^
  symbol: class HttpServlet
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceRuntimeImpl.java:20: error: package javax.servlet does not exist
import javax.servlet.*;
^
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceRuntimeImpl.java:21: error: package javax.servlet does not exist
import javax.servlet.Filter;
                    ^
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceRuntimeImpl.java:22: error: package javax.servlet.http does not exist
import javax.servlet.http.*;
^
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:21: error: package javax.servlet does not exist
import javax.servlet.*;
^
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:22: error: package javax.servlet does not exist
import javax.servlet.Filter;
                    ^
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:23: error: package javax.servlet.http does not exist
import javax.servlet.http.*;
^
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ProxyServlet.java:33: error: cannot find symbol
	public void init(ServletConfig config) throws ServletException {
	                 ^
  symbol:   class ServletConfig
  location: class ProxyServlet
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ProxyServlet.java:33: error: cannot find symbol
	public void init(ServletConfig config) throws ServletException {
	                                              ^
  symbol:   class ServletException
  location: class ProxyServlet
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ProxyServlet.java:59: error: cannot find symbol
			HttpServletRequest request, HttpServletResponse response)
			^
  symbol:   class HttpServletRequest
  location: class ProxyServlet
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ProxyServlet.java:59: error: cannot find symbol
			HttpServletRequest request, HttpServletResponse response)
			                            ^
  symbol:   class HttpServletResponse
  location: class ProxyServlet
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ProxyServlet.java:60: error: cannot find symbol
		throws ServletException, IOException {
		       ^
  symbol:   class ServletException
  location: class ProxyServlet
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceRuntimeImpl.java:50: error: cannot find symbol
		ServletContext parentServletContext, Map<String, Object> attributes) {
		^
  symbol:   class ServletContext
  location: class HttpServiceRuntimeImpl
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/DispatchTargets.java:18: error: package javax.servlet does not exist
import javax.servlet.*;
^
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/DispatchTargets.java:19: error: package javax.servlet.http does not exist
import javax.servlet.http.HttpServletRequest;
                         ^
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/DispatchTargets.java:20: error: package javax.servlet.http does not exist
import javax.servlet.http.HttpServletResponse;
                         ^
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceRuntimeImpl.java:363: error: cannot find symbol
			HttpServletRequest request, HttpServletResponse response, String path)
			^
  symbol:   class HttpServletRequest
  location: class HttpServiceRuntimeImpl
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceRuntimeImpl.java:363: error: cannot find symbol
			HttpServletRequest request, HttpServletResponse response, String path)
			                            ^
  symbol:   class HttpServletResponse
  location: class HttpServiceRuntimeImpl
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceRuntimeImpl.java:364: error: cannot find symbol
		throws IOException, ServletException {
		                    ^
  symbol:   class ServletException
  location: class HttpServiceRuntimeImpl
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceRuntimeImpl.java:506: error: cannot find symbol
		Bundle bundle, String alias, Filter filter, Dictionary<String, String> initparams, HttpContext httpContext) throws ServletException {
		                                                                                                                   ^
  symbol:   class ServletException
  location: class HttpServiceRuntimeImpl
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceRuntimeImpl.java:684: error: cannot find symbol
		Bundle bundle, String alias, Servlet servlet, Dictionary<String, String> initparams, HttpContext httpContext) throws NamespaceException, ServletException{
		                             ^
  symbol:   class Servlet
  location: class HttpServiceRuntimeImpl
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceRuntimeImpl.java:684: error: cannot find symbol
		Bundle bundle, String alias, Servlet servlet, Dictionary<String, String> initparams, HttpContext httpContext) throws NamespaceException, ServletException{
		                                                                                                                                         ^
  symbol:   class ServletException
  location: class HttpServiceRuntimeImpl
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceRuntimeImpl.java:933: error: cannot find symbol
	private static org.osgi.framework.Filter createListenerFilter(BundleContext context, ServletContext servletContext) {
	                                                                                     ^
  symbol:   class ServletContext
  location: class HttpServiceRuntimeImpl
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceRuntimeImpl.java:1032: error: cannot find symbol
		ServiceReference<Servlet> serviceReference,
		                 ^
  symbol:   class Servlet
  location: class HttpServiceRuntimeImpl
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceRuntimeImpl.java:1061: error: cannot find symbol
		ServiceReference<Servlet> serviceReference) {
		                 ^
  symbol:   class Servlet
  location: class HttpServiceRuntimeImpl
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceRuntimeImpl.java:1075: error: cannot find symbol
	private ServletContext parentServletContext;
	        ^
  symbol:   class ServletContext
  location: class HttpServiceRuntimeImpl
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceRuntimeImpl.java:1106: error: cannot find symbol
	private final ConcurrentMap<ServiceReference<Servlet>, FailedServletDTO> failedServletDTOs =
	                                             ^
  symbol:   class Servlet
  location: class HttpServiceRuntimeImpl
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ProxyContext.java:17: error: package javax.servlet does not exist
import javax.servlet.ServletContext;
                    ^
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/registration/FilterRegistration.java:17: error: package javax.servlet does not exist
import javax.servlet.*;
^
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/registration/FilterRegistration.java:32: error: cannot find symbol
	extends MatchableRegistration<Filter, FilterDTO>
	                              ^
  symbol: class Filter
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:173: error: cannot find symbol
	public FilterRegistration addFilterRegistration(ServiceReference<Filter> filterRef) throws ServletException {
	                                                                                           ^
  symbol:   class ServletException
  location: class ContextController
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:199: error: cannot find symbol
	private FilterRegistration doAddFilterRegistration(ServiceHolder<Filter> filterHolder, ServiceReference<Filter> filterRef) throws ServletException {
	                                                                                                                                  ^
  symbol:   class ServletException
  location: class ContextController
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/registration/ListenerRegistration.java:17: error: package javax.servlet does not exist
import javax.servlet.*;
^
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:299: error: cannot find symbol
	public ListenerRegistration addListenerRegistration(ServiceReference<EventListener> listenerRef) throws ServletException {
	                                                                                                        ^
  symbol:   class ServletException
  location: class ContextController
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:321: error: cannot find symbol
		ServiceReference<EventListener> listenerRef) throws ServletException {
		                                                    ^
  symbol:   class ServletException
  location: class ContextController
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/registration/ResourceRegistration.java:14: error: package javax.servlet does not exist
import javax.servlet.Servlet;
                    ^
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/registration/EndpointRegistration.java:15: error: package javax.servlet does not exist
import javax.servlet.*;
^
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/registration/EndpointRegistration.java:29: error: cannot find symbol
	extends MatchableRegistration<Servlet, D> implements Comparable<EndpointRegistration<?>>{
	                              ^
  symbol: class Servlet
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:433: error: cannot find symbol
	public ServletRegistration addServletRegistration(ServiceReference<Servlet> servletRef) throws ServletException {
	                                                                   ^
  symbol:   class Servlet
  location: class ContextController
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:433: error: cannot find symbol
	public ServletRegistration addServletRegistration(ServiceReference<Servlet> servletRef) throws ServletException {
	                                                                                               ^
  symbol:   class ServletException
  location: class ContextController
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:460: error: cannot find symbol
	private ServletRegistration doAddServletRegistration(ServiceHolder<Servlet> servletHolder, ServiceReference<Servlet> servletRef) throws ServletException {
	                                                                   ^
  symbol:   class Servlet
  location: class ContextController
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:460: error: cannot find symbol
	private ServletRegistration doAddServletRegistration(ServiceHolder<Servlet> servletHolder, ServiceReference<Servlet> servletRef) throws ServletException {
	                                                                                                            ^
  symbol:   class Servlet
  location: class ContextController
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:460: error: cannot find symbol
	private ServletRegistration doAddServletRegistration(ServiceHolder<Servlet> servletHolder, ServiceReference<Servlet> servletRef) throws ServletException {
	                                                                                                                                        ^
  symbol:   class ServletException
  location: class ContextController
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:995: error: cannot find symbol
	private ServletContext createServletContext(
	        ^
  symbol:   class ServletContext
  location: class ContextController
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:1061: error: cannot find symbol
	private Map<String, Object> getDTOAttributes(ServletContext servletContext) {
	                                             ^
  symbol:   class ServletContext
  location: class ContextController
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:1149: error: cannot find symbol
	public void removeActiveSession(HttpSession session) {
	                                ^
  symbol:   class HttpSession
  location: class ContextController
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:1180: error: cannot find symbol
		HttpSession session, ServletContext servletContext) {
		^
  symbol:   class HttpSession
  location: class ContextController
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:1180: error: cannot find symbol
		HttpSession session, ServletContext servletContext) {
		                     ^
  symbol:   class ServletContext
  location: class ContextController
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/HttpSessionAdaptor.java:17: error: package javax.servlet does not exist
import javax.servlet.ServletContext;
                    ^
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/HttpSessionAdaptor.java:18: error: package javax.servlet.http does not exist
import javax.servlet.http.*;
^
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/HttpSessionAdaptor.java:23: error: cannot find symbol
public class HttpSessionAdaptor implements HttpSession, Serializable {
                                           ^
  symbol: class HttpSession
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:1231: error: cannot find symbol
	private final Map<HttpSession, HttpSessionAdaptor> activeSessions = new HashMap<HttpSession, HttpSessionAdaptor>();
	                  ^
  symbol:   class HttpSession
  location: class ContextController
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:1242: error: cannot find symbol
	private final ServiceTracker<Servlet, AtomicReference<ServletRegistration>> servletServiceTracker;
	                             ^
  symbol:   class Servlet
  location: class ContextController
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/DispatchTargets.java:60: error: cannot find symbol
			HttpServletRequest request, HttpServletResponse response,
			^
  symbol:   class HttpServletRequest
  location: class DispatchTargets
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/DispatchTargets.java:60: error: cannot find symbol
			HttpServletRequest request, HttpServletResponse response,
			                            ^
  symbol:   class HttpServletResponse
  location: class DispatchTargets
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/DispatchTargets.java:61: error: cannot find symbol
			String path, DispatcherType dispatcherType)
			             ^
  symbol:   class DispatcherType
  location: class DispatchTargets
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/DispatchTargets.java:62: error: cannot find symbol
		throws ServletException, IOException {
		       ^
  symbol:   class ServletException
  location: class DispatchTargets
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ProxyContext.java:37: error: cannot find symbol
	private ServletContext servletContext;
	        ^
  symbol:   class ServletContext
  location: class ProxyContext
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ProxyContext.java:39: error: cannot find symbol
	public ProxyContext(ServletContext servletContext) {
	                    ^
  symbol:   class ServletContext
  location: class ProxyContext
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ProxyContext.java:54: error: cannot find symbol
	synchronized void initializeServletPath(HttpServletRequest req) {
	                                        ^
  symbol:   class HttpServletRequest
  location: class ProxyContext
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ProxyContext.java:94: error: cannot find symbol
	public ServletContext getServletContext() {
	       ^
  symbol:   class ServletContext
  location: class ProxyContext
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/registration/FilterRegistration.java:35: error: cannot find symbol
	private final ServiceHolder<Filter> filterHolder;
	                            ^
  symbol:   class Filter
  location: class FilterRegistration
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/registration/FilterRegistration.java:43: error: cannot find symbol
		ServiceHolder<Filter> filterHolder, FilterDTO filterDTO, int priority,
		              ^
  symbol:   class Filter
  location: class FilterRegistration
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/FilterChainImpl.java:16: error: package javax.servlet does not exist
import javax.servlet.*;
^
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/FilterChainImpl.java:22: error: cannot find symbol
public class FilterChainImpl implements FilterChain {
                                        ^
  symbol: class FilterChain
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/registration/FilterRegistration.java:114: error: cannot find symbol
			HttpServletRequest request, HttpServletResponse response,
			^
  symbol:   class HttpServletRequest
  location: class FilterRegistration
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/registration/FilterRegistration.java:114: error: cannot find symbol
			HttpServletRequest request, HttpServletResponse response,
			                            ^
  symbol:   class HttpServletResponse
  location: class FilterRegistration
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/registration/FilterRegistration.java:115: error: cannot find symbol
			FilterChain chain)
			^
  symbol:   class FilterChain
  location: class FilterRegistration
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/registration/FilterRegistration.java:116: error: cannot find symbol
		throws IOException, ServletException {
		                    ^
  symbol:   class ServletException
  location: class FilterRegistration
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/registration/FilterRegistration.java:145: error: cannot find symbol
	public void init(FilterConfig filterConfig) throws ServletException {
	                 ^
  symbol:   class FilterConfig
  location: class FilterRegistration
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/registration/FilterRegistration.java:145: error: cannot find symbol
	public void init(FilterConfig filterConfig) throws ServletException {
	                                                   ^
  symbol:   class ServletException
  location: class FilterRegistration
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/registration/ListenerRegistration.java:31: error: cannot find symbol
	private final ServletContext servletContext;
	              ^
  symbol:   class ServletContext
  location: class ListenerRegistration
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/registration/ListenerRegistration.java:37: error: cannot find symbol
		ListenerDTO listenerDTO, ServletContext servletContext,
		                         ^
  symbol:   class ServletContext
  location: class ListenerRegistration
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/registration/ListenerRegistration.java:99: error: cannot find symbol
	public ServletContext getServletContext() {
	       ^
  symbol:   class ServletContext
  location: class ListenerRegistration
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/registration/ResourceRegistration.java:25: error: cannot find symbol
		ServiceHolder<Servlet> servletHolder, ResourceDTO resourceDTO,
		              ^
  symbol:   class Servlet
  location: class ResourceRegistration
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/registration/EndpointRegistration.java:31: error: cannot find symbol
	private final ServiceHolder<Servlet> servletHolder;
	                            ^
  symbol:   class Servlet
  location: class EndpointRegistration<D>
  where D is a type-variable:
    D extends DTO declared in class EndpointRegistration
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/registration/EndpointRegistration.java:37: error: cannot find symbol
		ServiceHolder<Servlet> servletHolder, D d, ServletContextHelper servletContextHelper,
		              ^
  symbol:   class Servlet
  location: class EndpointRegistration<D>
  where D is a type-variable:
    D extends DTO declared in class EndpointRegistration
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/registration/EndpointRegistration.java:88: error: cannot find symbol
	public void init(ServletConfig servletConfig) throws ServletException {
	                 ^
  symbol:   class ServletConfig
  location: class EndpointRegistration<D>
  where D is a type-variable:
    D extends DTO declared in class EndpointRegistration
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/registration/EndpointRegistration.java:88: error: cannot find symbol
	public void init(ServletConfig servletConfig) throws ServletException {
	                                                     ^
  symbol:   class ServletException
  location: class EndpointRegistration<D>
  where D is a type-variable:
    D extends DTO declared in class EndpointRegistration
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/registration/EndpointRegistration.java:112: error: cannot find symbol
	public ServletContext getServletContext() {
	       ^
  symbol:   class ServletContext
  location: class EndpointRegistration<D>
  where D is a type-variable:
    D extends DTO declared in class EndpointRegistration
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/registration/EndpointRegistration.java:149: error: cannot find symbol
	public void service(HttpServletRequest req, HttpServletResponse resp) throws IOException, ServletException {
	                    ^
  symbol:   class HttpServletRequest
  location: class EndpointRegistration<D>
  where D is a type-variable:
    D extends DTO declared in class EndpointRegistration
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/registration/EndpointRegistration.java:149: error: cannot find symbol
	public void service(HttpServletRequest req, HttpServletResponse resp) throws IOException, ServletException {
	                                            ^
  symbol:   class HttpServletResponse
  location: class EndpointRegistration<D>
  where D is a type-variable:
    D extends DTO declared in class EndpointRegistration
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/registration/EndpointRegistration.java:149: error: cannot find symbol
	public void service(HttpServletRequest req, HttpServletResponse resp) throws IOException, ServletException {
	                                                                                          ^
  symbol:   class ServletException
  location: class EndpointRegistration<D>
  where D is a type-variable:
    D extends DTO declared in class EndpointRegistration
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/registration/ServletRegistration.java:27: error: cannot find symbol
		ServiceHolder<Servlet> servletHolder, ServletDTO servletDTO, ErrorPageDTO errorPageDTO,
		              ^
  symbol:   class Servlet
  location: class ServletRegistration
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/HttpSessionAdaptor.java:150: error: cannot find symbol
	private transient final HttpSession session;
	                        ^
  symbol:   class HttpSession
  location: class HttpSessionAdaptor
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/HttpSessionAdaptor.java:151: error: cannot find symbol
	private transient final ServletContext servletContext;
	                        ^
  symbol:   class ServletContext
  location: class HttpSessionAdaptor
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/HttpSessionAdaptor.java:155: error: cannot find symbol
		HttpSession session, ServletContext servletContext, ContextController controller) {
		^
  symbol:   class HttpSession
  location: class HttpSessionAdaptor
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/HttpSessionAdaptor.java:155: error: cannot find symbol
		HttpSession session, ServletContext servletContext, ContextController controller) {
		                     ^
  symbol:   class ServletContext
  location: class HttpSessionAdaptor
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/HttpSessionAdaptor.java:162: error: cannot find symbol
		HttpSession session, ServletContext servletContext, ContextController controller) {
		^
  symbol:   class HttpSession
  location: class HttpSessionAdaptor
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/HttpSessionAdaptor.java:162: error: cannot find symbol
		HttpSession session, ServletContext servletContext, ContextController controller) {
		                     ^
  symbol:   class ServletContext
  location: class HttpSessionAdaptor
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/HttpSessionAdaptor.java:174: error: cannot find symbol
	public HttpSession getSession() {
	       ^
  symbol:   class HttpSession
  location: class HttpSessionAdaptor
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/HttpSessionAdaptor.java:178: error: cannot find symbol
	public ServletContext getServletContext() {
	       ^
  symbol:   class ServletContext
  location: class HttpSessionAdaptor
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/HttpSessionAdaptor.java:280: error: package javax.servlet.http does not exist
	public javax.servlet.http.HttpSessionContext getSessionContext() {
	                         ^
../../../rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/ExtendedHttpService.java:36: error: reference not found
	 * @throws javax.servlet.ServletException if the filter's <code>init</code>
	   ^
1 error
100 warnings
