standalone/lib/ext is where extension jars are loaded from.
Basically if a deployment contains an Extension-List entry in MANIFEST.MF then this is one of the places that is searched (see org.jboss.as.server.moduleservice.ExtensionIndexService for details).
The whole extension-index thing is pretty yuck, and we would always recommend you use static modules instead, but this is a standard thing and we are required by the EE platform spec to support it.
On Tue, Jul 9, 2013 at 4:44 PM, Jaikiran Pai <jpai@redhat.com> wrote:
I don't recollect how the standalone/lib and standalone/lib/ext folders
were being used or if they were used at all. Are those folders still
relevant or is it OK to remove them from the binary?
-Jaikiran
_______________________________________________
wildfly-dev mailing list
wildfly-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/wildfly-dev