webapp classes are loaded first by default...BUT if lib2 is used before lib1 is available (typically at container startup) it is not possible
what do you want to override? - Romain 2012/7/11 Anton Arhipov <ant.arhi...@gmail.com> > Hello! > > I'd like to know if it is possible to configure TomEE classloader to load > application classes first. > I.e. if in my application there's lib-1.jar and TomEE bundles lib-2.jar > with the same classes, I'd like to load lib-1.jar which is in WEB-INF/lib > of my application. > > > Thanks, > -- > Anton Arhipov > http://arhipov.blogspot.com >