> I think I was a little unclear in my question. I don't want to actually
> turn on logging, that was just a convenient example. I'm attempting to
> configure Genson for use with Jersey, but whenever I call the register()
> method on my Application class I always get a 404 error when attempting to
> get a value from a REST endpoint. I just tried it again, and even doing
> the following causes the REST endpoints to no longer work:
> [...]
>
Any errors from the Jersey code in the Tomcat server log? If there's
something going wrong such that Jersey can't run, then you'll get more info
there, and it would explain the 404 -- there might be no resource there
because Jersey isn't understanding it.
Cheers,
Bobby