users@jersey.java.net

Re: [Jersey] Re: Jersey Guice JSP how to?

From: Paul Sandoz <Paul.Sandoz_at_oracle.com>
Date: Wed, 27 Oct 2010 11:54:06 +0200

On Oct 23, 2010, at 2:18 PM, Zhanming Qi wrote:

>
> Hi Paul,
>
> It doesn't not work.
>

Can you send me a simple maven project that does not work for you?


> I use maven and guice-3.0-snapshot from
> https://repository.sonatype.org/content/groups/forge/com/google/
> inject/
> serve("/*").with(GuiceContainer.class, params);
> filter("/*").through(GuiceContainer.class, params);
>
> Maybe this bug of guice-servlet was not be resolved yet,

Yes, but given what you present above i am not sure you are hitting
that bug.


> or com.sun.jersey.config.property.WebPageContentRegex is not work for
> GuiceContainer.class


That should work.

Paul.