Hi Felix!
Felix Knecht wrote:
- What is meant by 'another bean I didn't convert'?
extract from server.xml:
<!-- another bean I didn't convert -->
<spring:bean
class="org.springframework.beans.factory.config.CustomEditorConfigurer">
<spring:property name="customEditors">
<spring:map>
<spring:entry key="javax.naming.directory.Attributes">
<spring:bean
class="org.apache.directory.server.core.configuration.AttributesPropertyEditor"/>
</spring:entry>
</spring:map>
</spring:property>
</spring:bean>
In the old Spring configuration it was possible to inject the context
entry in LDIF format, this was done with the property editor feature. It
is not needed any more from my point of view, and can be removed.
Greetings from Hamburg,
Stefan