I have setup a in jersey ContextResolver<JAXBContext> which works fine for normal jersey operations except the build-in WADL generator which seems to ignore my ContextResolver. Is this a bug in Jersey ?
It is important for me to use my own JAXBContext, so I would like to configure wadl for this. I noticed that there is something called a WadlApplicationContext that has a getJAXBContext method, but could not exactly find out how to install my own implementation
/Cheers,
Morten