|
From: Gregor J. <gr...@ja...> - 2012-10-22 16:11:53
|
Hi,
i have included "org.jboss.resteasy:resteasy-cache-core:2.3.4.Final" to
play around with ServerCacheInterceptor, but i can't get it to work for
hours..
The problem is that I don't get it to even to load into resteasy. All
the my defined interceptors get loaded and invoked eventually. (self
written + interceptors of resteasy)
context.setInitParameter("javax.ws.rs.Application",
"server.ApplicationConfiguration");
This is the way I load my Rest-Interfaces/Interceptors. Everything
works, except of ServerCacheInterceptor.
Running resteasy 2.3.4 + jetty 8.1.7
Any ideas how I can make this work?
Thanks
Gregor
|