[jbossws-issues] [JBoss JIRA] (JBWS-3977) slf4j is used by ws security related bits, logging bridge probably needed

Alessio Soldano (JIRA) issues at jboss.org
Mon Feb 8 07:52:00 EST 2016


     [ https://issues.jboss.org/browse/JBWS-3977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alessio Soldano updated JBWS-3977:
----------------------------------
    Fix Version/s: jbossws-cxf-5.2.0.Final


> slf4j is used by ws security related bits, logging bridge probably needed
> -------------------------------------------------------------------------
>
>                 Key: JBWS-3977
>                 URL: https://issues.jboss.org/browse/JBWS-3977
>             Project: JBoss Web Services
>          Issue Type: Bug
>    Affects Versions: jbossws-cxf-5.1.3.Final
>            Reporter: Rostislav Svoboda
>            Priority: Minor
>             Fix For: jbossws-cxf-5.2.0.Final
>
>
> WS security related bits use slf4j and warning message is logged on client 
> Logging bridge is probably needed.
> {code}
> 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.
> {code}
> workaround is to add dependency like:
> {code}
>                 <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>
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbossws-issues mailing list