Startup classes
Suppose I add a jar to domain/lib that is required to support a startup class. Now suppose one or more applications require a different version of that jar containing the same packages.
Do the packages in domain/lib hide the ones at the application level? If so, can this be addressed by a <prefer-*> clause in weblogic.xml?