apacheds-all-1.5.6.jar does not contain Commons IO, causes NoClassDefFoundError
when used
-----------------------------------------------------------------------------------------
Key: DIRSERVER-1487
URL: https://issues.apache.org/jira/browse/DIRSERVER-1487
Project: Directory ApacheDS
Issue Type: Bug
Reporter: Stefan Zoerner
Priority: Minor
If I use DefaultDirectoryServiceFactory from the apacheds-all-1.5.6.jar (fetch
by Maven), I get a NoClassDefFoundError:
java.lang.NoClassDefFoundError: org/apache/commons/io/FileUtils
at
org.apache.directory.server.core.factory.DefaultDirectoryServiceFactory.build(DefaultDirectoryServiceFactory.java:189)
at
org.apache.directory.server.core.factory.DefaultDirectoryServiceFactory.init(DefaultDirectoryServiceFactory.java:89)
at ...
Commons IO is missing in the jar which is supposed to be complete. Adding
commons-io-1.4.jar to the classpath solves the problem.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.