When writing deployment <classloader>, is it possible to specify a wildcard parttern like "<lib>/myapp/lib/*.jar</lib>" instead of single entry at time with <root>?
Again, not out of the box, but it's only two classes that you need to extend.
New module class (X), so you have your own determineVFSRoots() impl -- which understands wildcard:
* override VFSClassLoaderPolicyModule
And new XML mapped VFSClassLoaderFactory to override the getModuleClass -- returning X.
* custom <classloader> element