[
https://jira.jboss.org/jira/browse/JBPM-1765?page=com.atlassian.jira.plug...
]
Tom Baeyens updated JBPM-1765:
------------------------------
Fix Version/s: jBPM 3.3.1 GA
(was: jBPM 3.3.0 GA)
3.3.0.GA is already closed. moving it to 3.3.1.GA
Unclosed InputStream in org.jbpm.util.ClassLoaderUtil.getProperties
-------------------------------------------------------------------
Key: JBPM-1765
URL:
https://jira.jboss.org/jira/browse/JBPM-1765
Project: JBoss jBPM
Issue Type: Quality Risk
Security Level: Public(Everyone can see)
Affects Versions: jBPM 3.2.2
Environment: Glassfish v2
Reporter: Tim Timson
Fix For: jBPM 3.3.1 GA
Our Glassfish server logs a stack trace every time we undeploy our app. It looks like
this is because you are not closing an input stream in the "getProperties"
method of the org.jbpm.util.ClassLoaderUtil class.
Note that the "Properties.load" method does not close the input stream (unlike
the "Properties.loadFromXml" method which does close the input stream). It looks
like there is one case where you use Properties.load, and in that case you are not closing
the input stream.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira