Jersey Exception : SEVERE: A message body reader for Java class

后端 未结 15 1936
说谎
说谎 2020-11-29 11:08

I have a Jersey based Rest WS which outputs JSON. I am implementing a Jersey Client to invoke the WS and consume the JSON response. The client code I have is below



        
15条回答
  •  时光说笑
    2020-11-29 11:38

    Just check if you are running different instances in eclipse. I quit all my other sessions, clean build fixed the problem

提交回复
热议问题