Hi Kris,

you have a list of 'interceptors' into the server.xml file where you can disable the SchemaService interceptor :

   <property name="interceptorConfigurations">
     <list>
<bean class="org.apache.directory.server.core.configuration.MutableInterceptorConfiguration">
         <property name="name" value="normalizationService" />
       ...

       <!-- COMMENT THIS INTERCEPTOR
<bean class="org.apache.directory.server.core.configuration.MutableInterceptorConfiguration">
         <property name="name" value="schemaService" />
         <property name="interceptorClassName"
           value="org.apache.directory.server.core.schema.SchemaService" />
       </bean>
       -->
       ...
     </list>
   </property>
 </bean>

It should work well with 1.0 or 1.5. 1.5 is much better than 1.0, more stable, faster.

--
--
cordialement, regards,
Emmanuel Lécharny
www.iktek.com
directory.apache.org


Reply via email to