> On Nov 30, 2015, at 7:04 AM, Jan Sindberg <[email protected]> wrote:
> 
> 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?

Hello Jan,

We do have a junit class that uses embedded apachds - 
FortressJUnitApachedsTest.  Have you tried that?

Thanks,

Shawn

Reply via email to