Hi,
I was trying to access javax.ws.rs.core.Application object by injecting it into my provider classes using @Context annotations, but it seems not to be working. It doesn't work even if there is a custom implementation of such class. Is there any known issue with it? Should be such class accessible if there is no custom implementation?
I'm using jersey v. 1.1.5.
Best regards
JL