I have a problem with Reflections library.
I am trying to load dynamically all classes which implement specific interface.
Everything works fine (all classes are loaded) as
On Websphere I solved the problem by enabling the "parent last" classloader for that application so that the JARs packaged with the application take precedence over the ones provided by the server.