You guys are the best :-)
Does anyone need an example of testing Fortress with an embedde ApacheDS?
I saw the examples in Fortress Core but could not get them to run. The short
answer is the following dependency in a pom.xml:
<dependency>
<groupId>org.apache.directory.server</groupId>
<artifactId>apacheds-test-framework</artifactId>
<version>2.0.0-M20</version>
<exclusions>
<exclusion>
<groupId>org.apache.directory.api</groupId>
<artifactId>api-ldap-schema-data</artifactId>
</exclusion>
</exclusions>
<scope>test</scope>
</dependency>
The 2.0.0-M20 version seems to be better behaved than previous versions. I
need a couple of days before I have time to deliver a complete code example
without business specifics, if a more complete example is wanted?