-
Bug
-
Resolution: Done
-
Major
-
EAP_EWP 5.1.2, EAP_EWP 5.2.0
-
None
-
None
-
NEW
When doing a hot deployment, some InputStreams do not have close() called which means the file descriptor is left open until the garbage collector finalises them. This can potentially lead to running out of file descriptors.
InputStreams should be closed once they have finished being used, in a finally block.
- is related to
-
JBPAPP-10757 JBPAPP-10408 broke the implementation of JSR-88
- Closed