JBoss Community

Module Compatible Classloading Guide

new comment by guinotphil View all comments on this document

Interresting article.

 

However, I would also add an advice:

 

Frameworks always load your configuration files from the TCCL.

 

Indeed, the configuration files will often be deployed within the application, and not within the module.

 

Sadly, there doesn't seem to be anywork around for this I guess, except if we can pass a class loader...