Ivan created CXF-4523:
-------------------------
Summary: Unclosed XMLStreamReader/Writer causes leaking
Key: CXF-4523
URL: https://issues.apache.org/jira/browse/CXF-4523
Project: CXF
Issue Type: Bug
Affects Versions: 2.6.2
Reporter: Ivan
I created some wrapper classes for those XMLStreamReader created in StaxUtils,
and found that the one created with the stack below will not invoke the close()
method, which will cause some leaking
ava.lang.Throwable
at org.apache.cxf.staxutils.XXMLStreamReader.<init>(XXMLStreamReader.java:29)
at
org.apache.cxf.staxutils.XXMLInputFactory.createXMLStreamReader(XXMLInputFactory.java:136)
at org.apache.cxf.staxutils.StaxUtils.createXMLStreamReader(StaxUtils.java:1280)
at
org.apache.cxf.interceptor.StaxInInterceptor.handleMessage(StaxInInterceptor.java:111)
at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:262)
at
org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
......
java.lang.Throwable
at org.apache.cxf.staxutils.XXMLStreamReader.<init>(XXMLStreamReader.java:29)
at
org.apache.cxf.staxutils.XXMLInputFactory.createXMLStreamReader(XXMLInputFactory.java:169)
at org.apache.cxf.staxutils.StaxUtils.createXMLStreamReader(StaxUtils.java:1363)
at org.apache.cxf.staxutils.StaxUtils.createXMLStreamReader(StaxUtils.java:1247)
at
org.apache.cxf.wsdl11.WSDLManagerImpl.loadDefinition(WSDLManagerImpl.java:231)
at org.apache.cxf.wsdl11.WSDLManagerImpl.getDefinition(WSDLManagerImpl.java:191)
......
http://cxf.547215.n5.nabble.com/XMLStreamReader-is-never-closed-td5714822.html
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira