Performance issue in StaxInInterceptor --------------------------------------
Key: CXF-2342 URL: https://issues.apache.org/jira/browse/CXF-2342 Project: CXF Issue Type: Improvement Affects Versions: 2.2.2 Reporter: Kevin Conaway >From this mailing list thread [Performance issue in >StaxInInterceptor|http://www.nabble.com/Performance-issue-in-StaxInInterceptor-td24499018.html]: In cxf-2.2.2, StaxInInterceptor#handleMessage() synchronizes on the XMLInputFactory before calling XMLInputFactory#createXMLStreamReader(InputStream, String). Profiling our application reveals this to be a pain point in high volume situations -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.