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