users@jersey.java.net

1.0-SNAPSHOT problem

From: Ryan Heaton <ryan_at_webcohesion.com>
Date: Fri, 3 Oct 2008 15:09:48 -0600

Hi.

I've got a problem with the 1.0 snapshot. I need to extend
com.sun.jersey.spi.spring.container.servlet.SpringServlet.SpringComponentProvider,
but it's visibility has changed from "public" to private.

Ouch! Why? Can I get it changed back to public, or even extracted
from an inner class to a public upper-level class?

Thanks!

-Ryan