Hi, We are using a JAX-RS proxy client to invoke servicies. We are using the default data binding (JAXB). And when we turn on the LoggingInInterceptor we get this error
"JAXBException occurred : Premature end of file." Debugging a little we notice that CXF tries to parse the xml using an Inputstream, and we suppose that it was already consumed by the LoggingInInterceptor, so that's way there is nothing more to read, and the parser gets an end of file. Should I create a jira issue? -- View this message in context: http://www.nabble.com/Using-LoggingInInterceptor-makes-a-JAX-RS-proxy-clients-crash-tp24223626p24223626.html Sent from the cxf-user mailing list archive at Nabble.com.
