Skip to Content.
Sympa Menu

mace-opensaml-users - Problem Setting up OpenSAML in Eclipse

Subject: OpenSAML user discussion

List archive

Problem Setting up OpenSAML in Eclipse


Chronological Thread 
  • From: Suneet Shah <>
  • To:
  • Subject: Problem Setting up OpenSAML in Eclipse
  • Date: Sun, 01 Nov 2009 23:34:17 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=mdAcktb0O4TNWJ+T0ILYRUfXatU/T1zmqjO7Q5djGu5D9Ay9SxKssNP8qh2JsbY1+O Qu7sLmbVWgisw2lGtkPtSCMZrpeeiF/1pT15OcpKgmOGIz+IfYjs2KhAWNKlqDAvrneu 32SN0iO0owpfW7WOdXf7EU1QljpJabm7ourfc=

Hello:

I am trying to setup a project in eclipse using OpenSAML 2.3. However I getting the following exception with the SLF4J libraries. I am using version 1.5.8 and have included the following dependencies in my maven project. Any thoughts on what I am doing wrong?

Thanks

junit.framework.AssertionFailedError: Exception in constructor: testGoodPasswordAuth (java.lang.IllegalAccessError: tried to access field org.slf4j.impl.StaticLoggerBinder.SINGLETON from class org.slf4j.LoggerFactory
at org.slf4j.LoggerFactory.<clinit>(LoggerFactory.java:60)
at org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:155)
at org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:131)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:351)

<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.5.8</version>
</dependency> <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>1.5.8</version>
</dependency>


Archive powered by MHonArc 2.6.16.

Top of Page