2 Replies Latest reply on Jul 19, 2013 5:53 AM by pavel.z.o

    openjpa module conflicts with slf4j

    pavel.z.o

      Hi,

      i spend some time trying to make slf4j logging workng and the reason was that module org.apache.openjpa contain slf4j-api classes. But not implementation. And if openjpa module loaded before slf4j module than slf4j implementation use module classloader to resolve implementation and it can't. Because openjpa does not contain it.

      If I remove referenceы to slf4j classes from openjpa-all-2.2.2.jar.index than everything works.

      Could somebody provide more painless цфн to do that ?

      Or may be it possible to define module loading order for authomatic dependencies ?