Ales Justin [http://community.jboss.org/people/alesj] created the discussion
"Re: Class path contains multiple SLF4J bindings" To view the discussion, visit: http://community.jboss.org/message/638319#638319 -------------------------------------------------------------- The app classloader is already checked first -- as you can see from print. But I guess that code checks *all* binding resources, hence finding JBoss' slf4j as well. You need to filter out slf4j lookups from your app -- which then might lead to other weird behavior. And also, with 5.1. you don't have a declarative way of filtering between CL domains; we only added than later, in AS 6.1. (but you can do it programmatically ...) -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/638319#638319] Start a new discussion in JBoss Microcontainer at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2114]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
