Hi , I have an application which is using Jaxrs Client to consume a rest service which returns content type of 'application/vnd.companyname.appname.v1+json'
Working fine in tomee 7.0.0-M1 webprofile but fails in 7.0.0-M2 web profile downloaded from 'https://dist.apache.org/repos/dist/dev/tomee/7.0.0-M2/' I noticed that johnzon library is updated from version 0.8 to 0.9.3 I have replaced the 0.9.3 version with version 0.8 in tomee 7.0.0-M2 and it is working fine. Looks like some thing is broken in johnzon 0.9.3 My JaxRs Client Code looks like this ClientBuilder.newClient().target(url) .request("application/vnd.companyname.appname.v1+json").get(SomeObject.class) Thanks, Ravi -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Tomee-7-0-0-M2-JaxRs-Client-No-message-body-reader-has-been-found-for-class-ContentType-application-n-tp4677664.html Sent from the TomEE Users mailing list archive at Nabble.com.
