Skip to Content.
Sympa Menu

mace-opensaml-users - Re: NoClassDefFoundError in xmltooling Configuration

Subject: OpenSAML user discussion

List archive

Re: NoClassDefFoundError in xmltooling Configuration


Chronological Thread 
  • From: Manuela Stanica <>
  • To:
  • Subject: Re: NoClassDefFoundError in xmltooling Configuration
  • Date: Thu, 06 Dec 2007 17:30:33 +0100

Solved that one by adding backport-util-concurrent.jar , but I hadn't found this lib among the ones from the opensaml releases... Maybe it would be good to include it in third-party libs since it seems to be needed?

Cheers,
Manuela

Manuela Stanica schrieb:
Hi,

I've been working on moving from java opensaml libs TP2 to the last versions available on the svn. At the moment I'm stuck with the following error:

Exception in thread "main" java.lang.NoClassDefFoundError: edu/emory/mathcs/backport/java/util/concurrent/ConcurrentHashMap
at org.opensaml.xml.Configuration.<clinit>(Configuration.java:54)
at org.opensaml.xml.parse.BasicParserPool.<init>(BasicParserPool.java:121)
at net.geant.edugain.meta.publish.MetaDataMarshaller.<init>(MetaDataMarshaller.java:64)
...

The code builds and doesn't show any errors in the project but I get this exception when trying to run my test classes.
Help would be much appreciated... thanks.

Manuela






Archive powered by MHonArc 2.6.16.

Top of Page