this is my sevenseasPartition
i try to restart, restarting success, but the o=sevenseas is not show up in
apache studio
i think i follow the right step
<bean id="sevenSeasPartitionConfiguration" class="
org.apache.directory.server.core.partition.impl.btree.MutableBTreePartitionConfiguration
">
<property name="id" value="sevenseas" />
<property name="cacheSize" value="100" />
<property name="suffix" value="o=sevenSeas" />
<property name="partitionClassName"
value="
org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition" />
<!-- the optimizer is enabled by default but may not always be what
-->
<!-- you want if your queries are really simple
-->
<property name="optimizerEnabled" value="true" />
<!--
Synchronization on writes does not wait for synch operations
to flush dirty pages. Writes persist immediately to disk at
a cost to performance with increased data integrity. Otherwise
the periodic synch operation will flush dirty pages using the
synchPeriodMillis parameter in the main configuration.
-->
<property name="synchOnWrite" value="true" />
<property name="indexedAttributes">
<set>
<bean class="
org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration
">
<property name="attributeId" value="1.3.6.1.4.1.18060.0.4.1.2.1"
/>
<property name="cacheSize" value="100" />
</bean>
<bean class="
org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration
">
<property name="attributeId" value="1.3.6.1.4.1.18060.0.4.1.2.2"
/>
<property name="cacheSize" value="100" />
</bean>
<bean class="
org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration
">
<property name="attributeId" value="1.3.6.1.4.1.18060.0.4.1.2.3"
/>
<property name="cacheSize" value="100" />
</bean>
<bean class="
org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration
">
<property name="attributeId" value="1.3.6.1.4.1.18060.0.4.1.2.4"
/>
<property name="cacheSize" value="100" />
</bean>
<bean class="
org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration
">
<property name="attributeId" value="1.3.6.1.4.1.18060.0.4.1.2.5"
/>
<property name="cacheSize" value="10" />
</bean>
<bean class="
org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration
">
<property name="attributeId" value="1.3.6.1.4.1.18060.0.4.1.2.6"
/>
<property name="cacheSize" value="10" />
</bean>
<bean class="
org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration
">
<property name="attributeId" value="1.3.6.1.4.1.18060.0.4.1.2.7"
/>
<property name="cacheSize" value="10" />
</bean>
<bean class="
org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration
">
<property name="attributeId" value="dc" />
<property name="cacheSize" value="100" />
</bean>
<bean class="
org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration
">
<property name="attributeId" value="ou" />
<property name="cacheSize" value="100" />
</bean>
<bean class="
org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration
">
<property name="attributeId" value="krb5PrincipalName" />
<property name="cacheSize" value="100" />
</bean>
<bean class="
org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration
">
<property name="attributeId" value="uid" />
<property name="cacheSize" value="100" />
</bean>
<bean class="
org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration
">
<property name="attributeId" value="objectClass" />
<property name="cacheSize" value="100" />
</bean>
</set>
</property>
<property name="contextEntry">
<value>
objectClass: top
objectClass: domain
objectClass: extensibleObject
o=sevenSeas
</value>
</property>
</bean>