From 2ac1b82ff221c6be60fd09c565e994b562948ab6 Mon Sep 17 00:00:00 2001 From: Thomas Vachuska Date: Thu, 30 Oct 2014 16:04:46 -0700 Subject: [PATCH] Changed onos-app-calendar web.xml to use class-based, rather than package based resource loading. --- apps/calendar/src/main/webapp/WEB-INF/web.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/apps/calendar/src/main/webapp/WEB-INF/web.xml b/apps/calendar/src/main/webapp/WEB-INF/web.xml index abe423676a..08d2ef76f7 100644 --- a/apps/calendar/src/main/webapp/WEB-INF/web.xml +++ b/apps/calendar/src/main/webapp/WEB-INF/web.xml @@ -24,15 +24,19 @@ JAX-RS Service com.sun.jersey.spi.container.servlet.ServletContainer - com.sun.jersey.config.property.packages - org.onlab.onos.calendar + com.sun.jersey.config.property.resourceConfigClass + com.sun.jersey.api.core.ClassNamesResourceConfig + + + com.sun.jersey.config.property.classnames + org.onlab.onos.calendar.BandwidthCalendarResource 10 JAX-RS Service - /rs/* + /* \ No newline at end of file