Author: eric Date: Tue Oct 12 13:12:04 2010 New Revision: 1021765 URL: http://svn.apache.org/viewvc?rev=1021765&view=rev Log: spoolmanager.xml is now mailetcontainer.xml
Added: james/server/trunk/spring-deployment/src/main/config/james/mailetcontainer.xml - copied, changed from r1021749, james/server/trunk/spring-deployment/src/main/config/james/spoolmanager.xml Removed: james/server/trunk/spring-deployment/src/main/config/james/spoolmanager.xml Modified: james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml Copied: james/server/trunk/spring-deployment/src/main/config/james/mailetcontainer.xml (from r1021749, james/server/trunk/spring-deployment/src/main/config/james/spoolmanager.xml) URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/mailetcontainer.xml?p2=james/server/trunk/spring-deployment/src/main/config/james/mailetcontainer.xml&p1=james/server/trunk/spring-deployment/src/main/config/james/spoolmanager.xml&r1=1021749&r2=1021765&rev=1021765&view=diff ============================================================================== --- james/server/trunk/spring-deployment/src/main/config/james/spoolmanager.xml (original) +++ james/server/trunk/spring-deployment/src/main/config/james/mailetcontainer.xml Tue Oct 12 13:12:04 2010 @@ -20,9 +20,9 @@ <!-- The James Spool Manager block --> <!-- --> <!-- This block is responsible for processing messages on the spool. --> - <spoolmanager> + <mailetcontainer> <!-- Number of spool threads --> - <threads> 10 </threads> + <threads> 20 </threads> <!-- The root processor is a required processor - James routes all mail on the spool --> <!-- through this processor first. --> @@ -638,4 +638,4 @@ Regards, Postmaster XXX.YYY --> </mailet> </processor> - </spoolmanager> \ No newline at end of file + </mailetcontainer> 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=1021765&r1=1021764&r2=1021765&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 Tue Oct 12 13:12:04 2010 @@ -81,8 +81,9 @@ <entry key="smtpProtocolHandlerChain" value="smtpserver"/> <entry key="pop3ProtocolHandlerChain" value="pop3server"/> <entry key="remoteProtocolHandlerChain" value="remotemanager"/> - <entry key="mailProcessor" value="spoolmanager"/> - </map> + <entry key="mailProcessor" value="mailetcontainer"/> + <entry key="spoolmanager" value="mailetcontainer"/> + </map> </property> </bean> @@ -107,7 +108,8 @@ <entry key="smtpProtocolHandlerChain" value="smtpserver"/> <entry key="pop3ProtocolHandlerChain" value="pop3server"/> <entry key="remoteProtocolHandlerChain" value="remoteManager"/> - <entry key="mailProcessor" value="spoolmanager"/> + <entry key="mailProcessor" value="mailetcontainer"/> + <entry key="spoolmanager" value="mailetcontainer"/> </map> </property> </bean> @@ -276,7 +278,7 @@ <!-- IMAP server Beans --> <bean id="imapserver" class="org.apache.james.imapserver.netty.NioImapServer"> <property name="imapDecoder" ref="imapDecoder"/> - <property name="imapEncoder" ref="imapEncoder"/> + <property name="imapEncoder" ref="imapEncoder"/> </bean> <bean id="imapProcessor" class="org.apache.james.imap.processor.main.DefaultImapProcessorFactory" factory-method="createDefaultProcessor"> @@ -350,7 +352,7 @@ <bean id="jcrUtils" class="org.apache.james.imap.jcr.JCRUtils"/> - <bean id ="sessionJcrRepository" class="org.apache.james.mailbox.jcr.GlobalMailboxSessionJCRRepository" depends-on="imapCndLoader"> + <bean id ="sessionJcrRepository" class="org.apache.james.mailbox.jcr.GlobalMailboxSessionJCRRepository" depends-on="imapCndLoader"> <constructor-arg index="0" ref="jcrRepository"/> <constructor-arg index="1" value="james"/> <constructor-arg index="2" value="james"/> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org