EAServer calls classes loaders in the order defined by the class loader hierarchy. For Web applications, class loaders are called in the following order:
default
lib-default.ext
application.appName, where appName is the application name
web.components.webApp, where webApp is the Web application name
system
The delegation policy for the web.components.webApp, application.appName, and lib-default.ext class loaders is Parent First—see “Class loader delegation policies”.