When I call a particular restful service method, which is built using CXF, I get the following error, anyone know why and how to resolve it?
I had this error because I registered the wrong class in this line of code:
JAXBContext context = JAXBContext.newInstance(MyRootXmlClass.class);