Tibor Zimányi created DROOLS-804:
------------------------------------
Summary: KieProjectDefaultClasspathTest.createMultpleJarAndFileResources()
fails sometimes when run on IBM JDK
Key: DROOLS-804
URL:
https://issues.jboss.org/browse/DROOLS-804
Project: Drools
Issue Type: Bug
Reporter: Tibor Zimányi
Assignee: Mark Proctor
Priority: Minor
KieProjectDefaultClasspathTest.createMultpleJarAndFileResources() uses
KieServicesEventListerner which is referenced as WeakReference in KieServicesImpl and
ClasspathKieProject. IBM JDK handles garbage collection differently than Oracle JDK and
sometimes frees the listener during test run so the test fails. The test should hold the
reference to the listener during whole test run.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)