My application server ibm websphere. I\'m getting the following error in the application server logs. Where can I websphere settings?
[19.09.2012 14:5
It's removing one of the conflicting classes from ear with console option "Remove file" and selecting whole jar (lib/slf4j-log4j12-1.7.2.jar). It will work after application restart.
unfortunately, websphere has a lot of commonly used libraries in its own installation. They often conflict with the versions you want to use in your application.
The options are to remove the library jars from the application and use what websphere provides or change the class loader settings to 'parent last' to make sure the libs bundled with the app are found first. (this will not eliminate the slf4j warning, but will make sure your implementation is used).
Sorry, I can't give more details where the settings are found (its a few years that I last worked with websphere).