No message body writer found : JSON : Apache CXF : RestFul Webservices

前端 未结 6 1915
春和景丽
春和景丽 2021-01-13 06:20

I am using Apache CXF for making a simple restful application. I have a client class which posts a JSON object to the server and server returns back a JSON after some manipu

6条回答
  •  时光取名叫无心
    2021-01-13 07:15

    I had the same problem and I am using CXF 2.7. The org.apache.cxf.jaxrs.provider.JSONProvider has been changed to org.apache.cxf.jaxrs.provider.json.JSONProvider

    So the jaxrs provider is:

    
        
            
            
        
    
    

提交回复
热议问题