I am assuming you use Eclipse as your IDE. Eclipse Juno and Indigo, when using the bundled maven version(m2e), are not suppressing the message SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". This behaviour is present from the m2e version 1.1.0.20120530-0009 and onwards.
Although, this is indicated as an error your logs will be saved normally. The highlighted error will still be present until there is a fix of this bug. More about this in the m2e Support Site <https://bugs.eclipse.org/bugs/show_bug.cgi?id=387064> The current available solution in order to suppress this message is to use an external maven version rather than the bundled version of Eclipse. You can find about this solution and more details regarding this bug in the question below. SLF4J: Failed to load class org.slf4j.impl.StaticLoggerBinder error <http://stackoverflow.com/questions/11916706/slf4j-failed-to-load-class-org-slf4j-impl-staticloggerbinder-error> Best Regards Konstantinos Margaritis -- View this message in context: http://slf4j.42922.n3.nabble.com/Still-getting-Failed-to-load-class-org-slf4j-impl-StaticLoggerBinder-with-logback-classic-jar-on-theh-tp4025314p4025409.html Sent from the slf4j - user mailing list archive at Nabble.com. _______________________________________________ slf4j-user mailing list [email protected] http://mailman.qos.ch/mailman/listinfo/slf4j-user
