-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
jbossws-2.0.1.SP2
-
None
org/jboss/ws/core/jaxws/handler/MessageContextJAXWS.java lines 138,139:
InputSource inputSource = new InputSource(wsdlURL.openStream());
put(MessageContext.WSDL_DESCRIPTION, inputSource);
The URL opened by openStream() never gets closed and leads to "Too many open files" issues. It should be read into the memory and then put to the message if that was not a performance overwhelm.
- duplicates
-
JBWS-2325 Each request results to an open file descriptor
- Closed