Thanx, Claus I am using JBoss 5.1.0 and did this: - remove /slf4j-jboss-logging.jar/ and /slf4j-api.jar/ from *JBOSS_HOME\common\lib*; - download /slf4j-api-1.6.4.jar/ from http://mvnrepository.com/artifact/org.slf4j/slf4j-api/1.6.4 and place it in *JBOSS_HOME\common\lib*; - in my pom.xml I changed the scope to /provided/ in my slf4j dependency and /excludes/ slf4j from dependency hierarchy of others dependencies.
Now NDC logs properly and jboss startup errors gone. Solved. Thanks, Claus regards -- View this message in context: http://camel.465427.n5.nabble.com/Apparent-Duplicated-Log-Log4J-tp5630011p5633056.html Sent from the Camel - Users mailing list archive at Nabble.com.
