You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2005/10/10 21:55:49 UTC

svn commit: r312724 - /directory/apacheds/trunk/main/server.xml

Author: elecharny
Date: Mon Oct 10 12:55:44 2005
New Revision: 312724

URL: http://svn.apache.org/viewcvs?rev=312724&view=rev
Log:
Fixed the server.xml wher the bean apachePartitionConfiguration still pointed to 
MutableContextPartitionConfiguration class, which has been deleted in version 307079

Modified:
    directory/apacheds/trunk/main/server.xml

Modified: directory/apacheds/trunk/main/server.xml
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/main/server.xml?rev=312724&r1=312723&r2=312724&view=diff
==============================================================================
--- directory/apacheds/trunk/main/server.xml (original)
+++ directory/apacheds/trunk/main/server.xml Mon Oct 10 12:55:44 2005
@@ -110,7 +110,7 @@
     </property>
   </bean>
   
-  <bean id="apachePartitionConfiguration" class="org.apache.ldap.server.configuration.MutableContextPartitionConfiguration">
+  <bean id="apachePartitionConfiguration" class="org.apache.ldap.server.configuration.MutableDirectoryPartitionConfiguration">
     <property name="name"><value>apache</value></property>
     <property name="suffix"><value>dc=apache,dc=org</value></property>
     <property name="indexedAttributes">