Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
3.1.2
-
None
-
None
-
Unknown
Description
Hello,
We have recently migrated from 2.7 to 3.1.2 and we see a behaviour change in CXF which blocked us from making progress.
The sample code below gives "No message body writer has been found for response class Integer" which used to work perfect in CXF 2.7
This is just sample code only. We have in our product several rest calls which return integer/long/Object etc based on some calculations.
@GET
@Produces(MediaType.APPLICATION_JSON)
@Path("/getinteger")
public Response getInteger()