]
Lukáš Petrovický updated DROOLS-804:
------------------------------------
Labels: reported-by-qe (was: )
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: Mario Fusco
Priority: Minor
Labels: reported-by-qe
Fix For: 6.3.0.Beta2
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.