You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Rune Engseth (JIRA)" <ji...@apache.org> on 2007/09/25 10:30:51 UTC

[jira] Closed: (DIRSERVER-1071) CLONE -Outdated doc for unittesting version 1.5.1

     [ https://issues.apache.org/jira/browse/DIRSERVER-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rune Engseth closed DIRSERVER-1071.
-----------------------------------

    Resolution: Invalid

I tried to clone an issue, believing that I could alter some of the issue details, but this wasn't so so I'm closing this cloned issue

> CLONE -Outdated doc for unittesting version 1.5.1
> -------------------------------------------------
>
>                 Key: DIRSERVER-1071
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1071
>             Project: Directory ApacheDS
>          Issue Type: Test
>          Components: doc
>    Affects Versions: 1.5.1
>         Environment: Windows XP Professional, Eclipse Europa 3.3, Maven 2.07, Java6
>            Reporter: Rune Engseth
>
> Hi 
> I was advised to open an issue for my unittest problems - the doc for "Using ApacheDS for unit tests" is outdated and needs to be updated. 
> Original post to users@directory.apache.org can be found here:
> http://mail-archives.apache.org/mod_mbox/directory-users/200709.mbox/browser
> This is the original post: 
> > I'm following the description as found here:
> > http://directory.apache.org/apacheds/1.5/using-apacheds-for-unit-tests.html
> >
> > and trying to setup ApacheDS for unit testing.
> >
> >
> > The example uses version 1.0, but I am trying to use the 1.5.1 version.
> >
> > Everything works fine up to "Adding your own schema"
> >
> >
> >
> > When I copy-paste the following:
> >
> > Set<AbstractBootstrapSchema> schemas = configuration.getBootstrapSchemas();
> >         schemas.add( new DemoSchema() );
> >
> >         configuration.setBootstrapSchemas(schemas);
> >
> >
> > I get a compilation error.
> >
> > the configuration.setBootstrapSchemas method is no longer available.
> >
> >
> > I've tried to dig in the javadocs etc, but I'm not able to find solve how
> > to create custom schemas. (the javadocs are not commented at all)
> >
> > Is there anyone who knows how to get around this - i.e refactor this code
> > to version 1.5.1 of ApacheDS?
> >
> > Source code, pom.xml, test-source etc can be posted if necessary.
> >

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.