here:
I noticed that I do have apache commons dependencies, which themselves might rely on their commons logging, I don't know if that is causing any issue; I looked up on slf4j page, it asks me to put an "slf-nop.jar' and only ONE slf4j-noop.jar (or any one from slf4j api); I am using above dependency declaration ... That should have taken care of it already, but it hasn't
I am a little lost on this one, as jars are clearly present (eclipse project shows jars), and in any case I do:
to generate war file ... that should package everything correct? I don't know what's up
Trilochan.