Commit # 16270
Simplification with the class loaders (so that we know which one is used).
Tentative to prevent the use of FraSCAti's class loader (by dynamically adding URLs to an existing class loader).
By taking a look at a dump, I can still see an AFClassLoader (created by FraSCAti).
I suspect it of locking the SCA JAR (the one that contains the Java artifacts of the SCA application).
This class loader should be released (add a close() method) in the method Factory#close(Component).
I need to discuss it with the FraSCAti team.
Commit # 16270
Simplification with the class loaders (so that we know which one is used).
Tentative to prevent the use of FraSCAti's class loader (by dynamically adding URLs to an existing class loader).
By taking a look at a dump, I can still see an AFClassLoader (created by FraSCAti).
I suspect it of locking the SCA JAR (the one that contains the Java artifacts of the SCA application).
This class loader should be released (add a close() method) in the method Factory#close(Component).
I need to discuss it with the FraSCAti team.