]
Mario Fusco updated DROOLS-1401:
--------------------------------
Summary: File Descriptor leak (was: File Descriptor LEAK in JBPM)
File Descriptor leak
--------------------
Key: DROOLS-1401
URL:
https://issues.jboss.org/browse/DROOLS-1401
Project: Drools
Issue Type: Bug
Components: core engine
Reporter: Ankit Jain
Assignee: Mario Fusco
we are using the JBPM 6.4 version and using Kie Deployment API lie-cie-6.4.0.jar for
deploying the KJARs.
API we are using is
FluentKieModuleDeploymentHelper deplymenthelperObj =
KieModuleDeploymentHelper.newFluentInstance()
deplymenthelperObj .createKieJarAndDeployToMaven()
In KieModuleDeploymentHelperImpl CLASS
Method -- String convertFileToString(InputStream in)
In this the stream is never closed... the File Descriptors starts leaking....