Wildfly throws “Unable to find a constructor that takes a String param or a valueOf() or fromString() method for javax.ws.rs.QueryParam” error
问题 Im using wildfly 9.0 to deploy my war file. I have java LocalDateTime, Java Money types defined in my REST GET endpoints. When i deploy my war file, i get following error[1]. Based on this answer [2] I have written "ParamConverterProvider" implementations for both types. It was working fine( I haven't seen same issue again till now) and now i get same issue. Any clue? [1] Caused by: java.lang.RuntimeException: Unable to find a constructor that takes a String param or a valueOf() or fromString