It just looks like the class is still loaded somewhere. Maybe you can check that via a profiler. Maybe the application shutdown failed and the jvm still running or something like that?
If we dont have a memleak, i dont think that its directly related to Deltaspike. <[email protected]> schrieb am Di., 18. Sep. 2018, 15:20: > Hi, > > While running unit test using Deltaspike 1.8.2 Maven FailSafe and > Thorntail Arquillian plugin, the process fail with the following message > : > 2018-09-16 09:42:35,416 ERROR [stderr] (pool-2-thread-1) > java.nio.file.FileSystemException: > ..\Local\Temp\wfswarmwildfly-self-contained7520824346418321782.d\vfs\temp\temp4a1d0b636ced64df\MyTest.war-89a9fcc9f8956f9b\WEB-INF\classes\...\demo\thorntail\deltaspike\persistence\RoleRepository.class: > > Le processus ne peut pas accéder au fichier car ce fichier est utilisé > par un autre processus. > > I guess that an opened stream might lock the Repository resource. Right? > > Is there a Listener or somethinge-else to overwrite in orther to fix it? > Thanks >
