Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-5398

slf4j is used by ws security related bits, logging bridge probably needed

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Minor
    • 7.1.0.DR2
    • None
    • Web Services
    • None

    Description

      WS security related bits use slf4j and warning message is logged on client
      Logging bridge is probably needed.

      13:01:11,794 INFO  [AbstractPerfJUnitTest] Running wsse.SimpleSignEncryptTest
      SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
      SLF4J: Defaulting to no-operation (NOP) logger implementation
      SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
      

      workaround is to add dependency like:

                      <dependency>  <!-- security tests deps. need this othewise SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". -->
                          <groupId>org.slf4j</groupId>
                          <artifactId>slf4j-log4j12</artifactId>
                          <version>1.7.7</version>
                          <scope>test</scope>
                      </dependency>
      

      Attachments

        Issue Links

          Activity

            People

              rhn-support-asoldano Alessio Soldano
              rhn-support-asoldano Alessio Soldano
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: