Author: eric
Date: Mon Nov 29 19:43:26 2010
New Revision: 1040246
URL: http://svn.apache.org/viewvc?rev=1040246&view=rev
Log:
Add remove mailboxmanager authenticator in the example.
Modified:
james/server/trunk/container-spring/src/main/config/examples/spring-beans.xml
Modified:
james/server/trunk/container-spring/src/main/config/examples/spring-beans.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/container-spring/src/main/config/examples/spring-beans.xml?rev=1040246&r1=1040245&r2=1040246&view=diff
==============================================================================
---
james/server/trunk/container-spring/src/main/config/examples/spring-beans.xml
(original)
+++
james/server/trunk/container-spring/src/main/config/examples/spring-beans.xml
Mon Nov 29 19:43:26 2010
@@ -305,6 +305,7 @@
<bean id="imapProcessor"
class="org.apache.james.imap.processor.main.DefaultImapProcessorFactory"
factory-method="createDefaultProcessor">
<constructor-arg index="0" ref="mailboxmanager"/>
+ <constructor-arg index="1" ref="authenticator"/>
<constructor-arg index="2" ref="locker"/>
<constructor-arg index="3" value="${openjpa.streaming}"/>
</bean>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]