awrb commented on PR #982: URL: https://github.com/apache/cxf/pull/982#issuecomment-1214768795
Oops.. it never failed for me locally before. I have run the tests in `osgi/itests` several times now (via `mvn clean test` or `install`), but it always passes, so I cannot reproduce this. The pipeline reports `No message body writer has been found for class org.apache.cxf.osgi.itests.jaxrs.Book` and indeed there is no XML provider in set up for JAXRSServerFactoryBean. Should XML work OOTB without a provider? If you were using JSON, you would have to add JacksonJsonProvider, so I would expect the same for XML. Can you look at #983 to see if it helps? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
