Bram Luyten (@mire) created DS-1586:
---------------------------------------

             Summary: SLF4J and JCL Bridge version incompatibility
                 Key: DS-1586
                 URL: https://jira.duraspace.org/browse/DS-1586
             Project: DSpace
          Issue Type: Bug
          Components: OAI-PMH
    Affects Versions: 3.1
         Environment: Tomcat 7.0.40
            Reporter: Bram Luyten (@mire)
            Assignee: Bram Luyten (@mire)
             Fix For: 4.0


I am doing some local tests with OAI right now and I am getting the following 
error
http://pastebin.com/3rDL3w4X

The error seems to be described here:
http://stackoverflow.com/questions/3519978/logging-framework-incompatibility

The explanation on stackoverflow confirms with what I'm seeing: slf4j on 
version 1.5.6 and the JCL bridge on version 1.6.1

The slf4j versions are set in the pom files for OAI, e.g.

<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.5.6</version>

<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>1.5.6</version>

right now, I don't know where the version for the jcl bridge is being set, but 
I assume that increasing the version numbers for slf4j in the oai pom files may 
solve this

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to