Author: norman
Date: Sat Jan 16 21:50:46 2010
New Revision: 900028

URL: http://svn.apache.org/viewvc?rev=900028&view=rev
Log:
Add bean definition for AsyncRemoteManager (JAMES-953)

Modified:
    james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml

Modified: 
james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml?rev=900028&r1=900027&r2=900028&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml 
(original)
+++ james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml 
Sat Jan 16 21:50:46 2010
@@ -180,6 +180,12 @@
        <bean id="remotemanager" 
class="org.apache.james.remotemanager.RemoteManagerMBeanImpl">
                <property name="protocolServer" 
ref="remotemanager.protocolserver" />
        </bean>
+
+       <!-- Async RemoteManager -->
+       <!-- enable this to use the MINA based RemoteManager Server which uses 
NIO -->
+       <!--
+       <bean id="remotemanager" 
class="org.apache.james.remotemanager.mina.AsyncRemoteManager" />
+       -->
        
        <!-- The User Management block  -->
        <bean id="usermanagement" 
class="org.apache.james.impl.user.UserManagement" />



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to