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 2011/08/20 08:34:23 UTC

svn commit: r1159853 - /james/app/trunk/src/main/config/james/META-INF/org/apache/james/spring-server.xml

Author: norman
Date: Sat Aug 20 06:34:23 2011
New Revision: 1159853

URL: http://svn.apache.org/viewvc?rev=1159853&view=rev
Log:
Fix NIO implementation of IMAPServer by making sure we use the same thread when manipulating the Pipeline. See JAMES-1299

Modified:
    james/app/trunk/src/main/config/james/META-INF/org/apache/james/spring-server.xml

Modified: james/app/trunk/src/main/config/james/META-INF/org/apache/james/spring-server.xml
URL: http://svn.apache.org/viewvc/james/app/trunk/src/main/config/james/META-INF/org/apache/james/spring-server.xml?rev=1159853&r1=1159852&r2=1159853&view=diff
==============================================================================
--- james/app/trunk/src/main/config/james/META-INF/org/apache/james/spring-server.xml (original)
+++ james/app/trunk/src/main/config/james/META-INF/org/apache/james/spring-server.xml Sat Aug 20 06:34:23 2011
@@ -264,8 +264,7 @@
     <!-- 
       IMAP Server
      -->
-    <!-- Use non NIO implementation as workaround for IMAP-265 -->
-    <bean id="imapserver" class="org.apache.james.imapserver.netty.OioIMAPServer">
+    <bean id="imapserver" class="org.apache.james.imapserver.netty.IMAPServer">
         <property name="imapDecoder" ref="imapDecoder"/>
         <property name="imapEncoder" ref="imapEncoder"/>    
     </bean>



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