users@jersey.java.net

Re: [Jersey] Integrating Jersey and Spring

From: Brad Lee <s.brad.lee_at_gmail.com>
Date: Sun, 10 Jan 2010 07:56:37 -0800 (PST)

Please disregard my post, I have located the source of the problem, and it
seems to have nothing to do with bad threads. The problem appears to be
Jersey library updates in the way URIs are handled; I made the mistake of
simultaneously writing the Spring MVC Controller while simultaneously
upgrading from 1.1.3-ea to 1.1.4.1. My Bad.

To help anyone who wants to integrate spring webmvc and jersey, you can
easily extend ServletContainer and implement the Controller interface,
delegating the request to the parent's service method.

-Brad

-- 
View this message in context: http://n2.nabble.com/Integrating-Jersey-and-Spring-tp4279511p4281580.html
Sent from the Jersey mailing list archive at Nabble.com.