You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2006/02/08 09:06:12 UTC

svn commit: r375886 - /directory/trunks/apacheds/server-main/server.xml

Author: akarasulu
Date: Wed Feb  8 00:06:09 2006
New Revision: 375886

URL: http://svn.apache.org/viewcvs?rev=375886&view=rev
Log:
fixing issues with package name changes

Modified:
    directory/trunks/apacheds/server-main/server.xml

Modified: directory/trunks/apacheds/server-main/server.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/server-main/server.xml?rev=375886&r1=375885&r2=375886&view=diff
==============================================================================
--- directory/trunks/apacheds/server-main/server.xml (original)
+++ directory/trunks/apacheds/server-main/server.xml Wed Feb  8 00:06:09 2006
@@ -7,7 +7,6 @@
   <bean id="environment" class="org.springframework.beans.factory.config.PropertiesFactoryBean">
     <property name="properties">
       <props>
-        <prop key="asn.1.berlib.provider">org.apache.ldap.common.codec.TwixProvider</prop>
         <prop key="java.naming.security.authentication">simple</prop>
         <prop key="java.naming.security.principal">uid=admin,ou=system</prop>
         <prop key="java.naming.security.credentials">secret</prop>
@@ -31,7 +30,7 @@
     </property>
   </bean>
   
-  <bean id="configuration" class="org.apache.ldap.server.configuration.MutableServerStartupConfiguration">
+  <bean id="configuration" class="org.apache.directory.server.configuration.MutableServerStartupConfiguration">
     <property name="workingDirectory"><value>example.com</value></property>
 
     <!-- Uncomment below to have the server load entries on startup!        -->
@@ -66,101 +65,101 @@
     </property>
     <property name="bootstrapSchemas">
       <set>
-        <bean class="org.apache.ldap.server.schema.bootstrap.AutofsSchema"/>
-        <bean class="org.apache.ldap.server.schema.bootstrap.CorbaSchema"/>
-        <bean class="org.apache.ldap.server.schema.bootstrap.CoreSchema"/>
-        <bean class="org.apache.ldap.server.schema.bootstrap.CosineSchema"/>
-        <bean class="org.apache.ldap.server.schema.bootstrap.ApacheSchema"/>
-        <bean class="org.apache.ldap.server.schema.bootstrap.CollectiveSchema"/>
-        <bean class="org.apache.ldap.server.schema.bootstrap.InetorgpersonSchema"/>
-        <bean class="org.apache.ldap.server.schema.bootstrap.JavaSchema"/>
-        <bean class="org.apache.ldap.server.schema.bootstrap.Krb5kdcSchema"/>
-        <bean class="org.apache.ldap.server.schema.bootstrap.NisSchema"/>
-        <bean class="org.apache.ldap.server.schema.bootstrap.SystemSchema"/>
-        <bean class="org.apache.ldap.server.schema.bootstrap.ApachednsSchema"/>
+        <bean class="org.apache.directory.server.core.schema.bootstrap.AutofsSchema"/>
+        <bean class="org.apache.directory.server.core.schema.bootstrap.CorbaSchema"/>
+        <bean class="org.apache.directory.server.core.schema.bootstrap.CoreSchema"/>
+        <bean class="org.apache.directory.server.core.schema.bootstrap.CosineSchema"/>
+        <bean class="org.apache.directory.server.core.schema.bootstrap.ApacheSchema"/>
+        <bean class="org.apache.directory.server.core.schema.bootstrap.CollectiveSchema"/>
+        <bean class="org.apache.directory.server.core.schema.bootstrap.InetorgpersonSchema"/>
+        <bean class="org.apache.directory.server.core.schema.bootstrap.JavaSchema"/>
+        <bean class="org.apache.directory.server.core.schema.bootstrap.Krb5kdcSchema"/>
+        <bean class="org.apache.directory.server.core.schema.bootstrap.NisSchema"/>
+        <bean class="org.apache.directory.server.core.schema.bootstrap.SystemSchema"/>
+        <bean class="org.apache.directory.server.core.schema.bootstrap.ApachednsSchema"/>
       </set>
     </property>
     
     <property name="extendedOperationHandlers">
       <list>
-        <bean class="org.apache.ldap.server.protocol.support.extended.GracefulShutdownHandler"/>
-        <bean class="org.apache.ldap.server.protocol.support.extended.LaunchDiagnosticUiHandler"/>
+        <bean class="org.apache.directory.server.ldap.support.extended.GracefulShutdownHandler"/>
+        <bean class="org.apache.directory.server.ldap.support.extended.LaunchDiagnosticUiHandler"/>
       </list>
     </property>
 
     <property name="interceptorConfigurations">
       <list>
-        <bean class="org.apache.ldap.server.configuration.MutableInterceptorConfiguration">
+        <bean class="org.apache.directory.server.core.configuration.MutableInterceptorConfiguration">
           <property name="name"><value>normalizationService</value></property>
           <property name="interceptor">
-            <bean class="org.apache.ldap.server.normalization.NormalizationService" />
+            <bean class="org.apache.directory.server.core.normalization.NormalizationService" />
           </property>
         </bean>
-        <bean class="org.apache.ldap.server.configuration.MutableInterceptorConfiguration">
+        <bean class="org.apache.directory.server.core.configuration.MutableInterceptorConfiguration">
           <property name="name"><value>authenticationService</value></property>
           <property name="interceptor">
-            <bean class="org.apache.ldap.server.authn.AuthenticationService" />
+            <bean class="org.apache.directory.server.core.authn.AuthenticationService" />
           </property>
         </bean>
-        <bean class="org.apache.ldap.server.configuration.MutableInterceptorConfiguration">
+        <bean class="org.apache.directory.server.core.configuration.MutableInterceptorConfiguration">
           <property name="name"><value>referralService</value></property>
           <property name="interceptor">
-            <bean class="org.apache.ldap.server.referral.ReferralService" />
+            <bean class="org.apache.directory.server.core.referral.ReferralService" />
           </property>
         </bean>
-        <bean class="org.apache.ldap.server.configuration.MutableInterceptorConfiguration">
+        <bean class="org.apache.directory.server.core.configuration.MutableInterceptorConfiguration">
           <property name="name"><value>authorizationService</value></property>
           <property name="interceptor">
-            <bean class="org.apache.ldap.server.authz.AuthorizationService" />
+            <bean class="org.apache.directory.server.core.authz.AuthorizationService" />
           </property>
         </bean>
-        <bean class="org.apache.ldap.server.configuration.MutableInterceptorConfiguration">
+        <bean class="org.apache.directory.server.core.configuration.MutableInterceptorConfiguration">
           <property name="name"><value>oldAuthorizationService</value></property>
           <property name="interceptor">
-            <bean class="org.apache.ldap.server.authz.OldAuthorizationService" />
+            <bean class="org.apache.directory.server.core.authz.OldAuthorizationService" />
           </property>
         </bean>
-        <bean class="org.apache.ldap.server.configuration.MutableInterceptorConfiguration">
+        <bean class="org.apache.directory.server.core.configuration.MutableInterceptorConfiguration">
           <property name="name"><value>exceptionService</value></property>
           <property name="interceptor">
-            <bean class="org.apache.ldap.server.exception.ExceptionService" />
+            <bean class="org.apache.directory.server.core.exception.ExceptionService" />
           </property>
         </bean>
-        <bean class="org.apache.ldap.server.configuration.MutableInterceptorConfiguration">
+        <bean class="org.apache.directory.server.core.configuration.MutableInterceptorConfiguration">
           <property name="name"><value>schemaService</value></property>
           <property name="interceptor">
-            <bean class="org.apache.ldap.server.schema.SchemaService" />
+            <bean class="org.apache.directory.server.core.schema.SchemaService" />
           </property>
         </bean>
-        <bean class="org.apache.ldap.server.configuration.MutableInterceptorConfiguration">
+        <bean class="org.apache.directory.server.core.configuration.MutableInterceptorConfiguration">
           <property name="name"><value>subentryService</value></property>
           <property name="interceptor">
-            <bean class="org.apache.ldap.server.subtree.SubentryService" />
+            <bean class="org.apache.directory.server.core.subtree.SubentryService" />
           </property>
         </bean>
-        <bean class="org.apache.ldap.server.configuration.MutableInterceptorConfiguration">
+        <bean class="org.apache.directory.server.core.configuration.MutableInterceptorConfiguration">
           <property name="name"><value>operationalAttributeService</value></property>
           <property name="interceptor">
-            <bean class="org.apache.ldap.server.operational.OperationalAttributeService" />
+            <bean class="org.apache.directory.server.core.operational.OperationalAttributeService" />
           </property>
         </bean>
-        <bean class="org.apache.ldap.server.configuration.MutableInterceptorConfiguration">
+        <bean class="org.apache.directory.server.core.configuration.MutableInterceptorConfiguration">
           <property name="name"><value>collectiveAttributeService</value></property>
           <property name="interceptor">
-            <bean class="org.apache.ldap.server.collective.CollectiveAttributeService" />
+            <bean class="org.apache.directory.server.core.collective.CollectiveAttributeService" />
           </property>
         </bean>
-        <bean class="org.apache.ldap.server.configuration.MutableInterceptorConfiguration">
+        <bean class="org.apache.directory.server.core.configuration.MutableInterceptorConfiguration">
           <property name="name"><value>eventService</value></property>
           <property name="interceptor">
-            <bean class="org.apache.ldap.server.event.EventService" />
+            <bean class="org.apache.directory.server.core.event.EventService" />
           </property>
         </bean>
       </list>
     </property>
   </bean>
   
-  <bean id="examplePartitionConfiguration" class="org.apache.ldap.server.configuration.MutableDirectoryPartitionConfiguration">
+  <bean id="examplePartitionConfiguration" class="org.apache.directory.server.core.configuration.MutableDirectoryPartitionConfiguration">
     <property name="name"><value>example</value></property>
     <property name="suffix"><value>dc=example,dc=com</value></property>
     <property name="indexedAttributes">
@@ -186,7 +185,7 @@
     <property name="customEditors">
       <map>
         <entry key="javax.naming.directory.Attributes">
-          <bean class="org.apache.ldap.server.configuration.AttributesPropertyEditor"/>
+          <bean class="org.apache.directory.server.core.configuration.AttributesPropertyEditor"/>
         </entry>
       </map>
    </property>