On Jun 9, 2010, at 6:12 PM, Christopher Piggott wrote:
>> W.r.t. Guice configuration you need to add the init params in the  
>> serve method.
> OHHHH.
>
> I need to specifically apply that to the params object when I
> configure it!  That was the key bit that I missed.  Thanks so much !!!
>
> (I also missed that, apparently, guice insists  my
> ContainerRequestFilter to be a @Singleton)
>
Yes, all "provider" classes need to be in the singleton scope.
Paul.
>
>> IIRC Grizzly will initiate the servlet on the first request to that  
>> servlet.
>
> Yeah.  That seems to be the case.  In general, I guess I'd prefer it
> created these things earlier so that if it fails I would know... but
> that's not a huge deal.  For now, part of my "restart the server" will
> be "make a request."
>
> Thanks, Paul.
>
> --Chris
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jersey.dev.java.net
> For additional commands, e-mail: users-help_at_jersey.dev.java.net
>