[
https://issues.apache.org/jira/browse/DIRSERVER-1702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Lecharny closed DIRSERVER-1702.
----------------------------------------
> Adding an index through annotation does not work
> ------------------------------------------------
>
> Key: DIRSERVER-1702
> URL: https://issues.apache.org/jira/browse/DIRSERVER-1702
> Project: Directory ApacheDS
> Issue Type: Bug
> Affects Versions: 2.0.0-M6
> Reporter: Emmanuel Lecharny
> Priority: Critical
> Fix For: 2.0.0-M7
>
>
> The added indexes though annotations, like with :
> @CreateDS(name = "ClientApiPerfTestDS", partitions =
> {
> @CreatePartition(
> name = "example",
> suffix = "dc=example,dc=com",
> contextEntry = @ContextEntry(
> entryLdif =
> "dn: dc=example,dc=com\n" +
> "dc: example\n" +
> "objectClass: top\n" +
> "objectClass: domain\n\n"),
> indexes =
> {
> @CreateIndex(attribute = "objectClass"),
> @CreateIndex(attribute = "dc"),
> @CreateIndex(attribute = "ou")
> })
> })
> does not create any index.
> Injecting new index through the DirectoryServiceFactory does not work either :
> DirectoryServiceFactory dsFactory =
> DefaultDirectoryServiceFactory.class.newInstance();
> dsFactory.getPartitionFactory().addIndex( systemPartition,
> "gidNumber", 100 );
> does not add the index for the gidNumber AT.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)