Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-5339

uv3 slf4j simple logger can't be cast to locationaware logger

    XMLWordPrintableJSON

Details

    Description

      building jcasgen-maven-plugin was working by itself, but failing in Maven build of entire uimaj sdk. Eventually discovered after a day of poking around, and improving a diagnostic in core uima for UIMAFramework where it was trying to load the factory configuration, and getting an exception during class initialization (the improvement: print the exception), found out that the full build ended up having slf4j "simple logger" in the class path that was being used, and slf4j was hooking this up as its back-end. But this logger doesn't implement the location-aware interface, so a cast to that was failing. Fix this to no longer require this.

      Attachments

        Activity

          People

            schor Marshall Schor
            schor Marshall Schor
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: