You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2010/09/12 19:06:48 UTC

svn commit: r996342 - /james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml

Author: norman
Date: Sun Sep 12 17:06:48 2010
New Revision: 996342

URL: http://svn.apache.org/viewvc?rev=996342&view=rev
Log:
NioLMTPServer was moved so adjust package name

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=996342&r1=996341&r2=996342&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 Sun Sep 12 17:06:48 2010
@@ -223,7 +223,7 @@
     </bean>
 
     <!-- Async LMTP Server -->
-    <bean id="lmtpserver" class="org.apache.james.lmtpserver.NioLMTPServer">
+    <bean id="lmtpserver" class="org.apache.james.lmtpserver.netty.NioLMTPServer">
         <property name="protocolHandlerChain" ref="lmtpProtocolHandlerChain"/>
     </bean>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org