org.apache.cxf.interceptor.Fault: argument type mismatch while invoking public javax.ws.rs.core.Response com.xxx.ws.AccountsService.addAccount(javax.ws.rs.core.HttpHeaders,com.xxx.ws.types.AccountType) with params [org.apache.cxf.jaxrs.impl.httpheadersi...@1a242fc, javax.xml.bind.jaxbelem...@1a2bf9b]
I have not seen this error before and i did not change my JAXB generated types since the other day when i compiled. I have my maven properties set to 2.2.2 Any ideas?
