Did we remove key functionality that would be needed in the SchemaService even if schema checking was not to be enabled. Meaning don't we still need the schema service even if strict schema checks are not to be performed?
Alex On Nov 15, 2007 4:55 AM, Emmanuel Lecharny <[EMAIL PROTECTED]> wrote: > 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 > > >
