[jira] Created: (PROTOCOLS-9) Allow to override the to used Executor's for the worker and boss pool

2010-11-11 Thread Norman Maurer (JIRA)
Allow to override the to used Executor's for the worker and boss pool - Key: PROTOCOLS-9 URL: https://issues.apache.org/jira/browse/PROTOCOLS-9 Project: JAMES Protocols

svn commit: r1033878 - /james/protocols/trunk/impl/src/main/java/org/apache/james/protocols/impl/AbstractAsyncServer.java

2010-11-11 Thread norman
Author: norman Date: Thu Nov 11 10:50:59 2010 New Revision: 1033878 URL: http://svn.apache.org/viewvc?rev=1033878view=rev Log: Allow to override the Executor implementation to use (PROTOCOLS-9) Modified:

[jira] Resolved: (PROTOCOLS-9) Allow to override the to used Executor's for the worker and boss pool

2010-11-11 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-9?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved PROTOCOLS-9. --- Resolution: Fixed done.. Allow to override the to used Executor's for the worker and boss

svn commit: r1033885 - in /james/server/trunk: imapserver/src/main/java/org/apache/james/imapserver/netty/ lmtpserver/src/main/java/org/apache/james/lmtpserver/netty/ netty-socket/ netty-socket/src/ma

2010-11-11 Thread norman
Author: norman Date: Thu Nov 11 11:08:42 2010 New Revision: 1033885 URL: http://svn.apache.org/viewvc?rev=1033885view=rev Log: register threadpools in jmx which are used for netty (JAMES-1057) Added: james/server/trunk/util/src/main/java/org/apache/james/util/concurrent/

svn commit: r1033907 - /james/protocols/trunk/impl/src/main/java/org/apache/james/protocols/impl/AbstractAsyncServer.java

2010-11-11 Thread norman
Author: norman Date: Thu Nov 11 12:07:42 2010 New Revision: 1033907 URL: http://svn.apache.org/viewvc?rev=1033907view=rev Log: Move default io worker count to static variable Modified: james/protocols/trunk/impl/src/main/java/org/apache/james/protocols/impl/AbstractAsyncServer.java

svn commit: r1033908 - /james/server/trunk/netty-socket/src/main/java/org/apache/james/socket/netty/AbstractConfigurableAsyncServer.java

2010-11-11 Thread norman
Author: norman Date: Thu Nov 11 12:08:20 2010 New Revision: 1033908 URL: http://svn.apache.org/viewvc?rev=1033908view=rev Log: Allow to configure the io worker count Modified: james/server/trunk/netty-socket/src/main/java/org/apache/james/socket/netty/AbstractConfigurableAsyncServer.java

svn commit: r1033909 - /james/server/trunk/pom.xml

2010-11-11 Thread norman
Author: norman Date: Thu Nov 11 12:09:44 2010 New Revision: 1033909 URL: http://svn.apache.org/viewvc?rev=1033909view=rev Log: Upgrade netty to 3.2.3.Final Modified: james/server/trunk/pom.xml Modified: james/server/trunk/pom.xml URL:

[jira] Resolved: (JAMES-1125) Upgrade to netty 3.2.3.Final

2010-11-11 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-1125. -- Resolution: Fixed done.. Upgrade to netty 3.2.3.Final

[jira] Created: (JAMES-1125) Upgrade to netty 3.2.3.Final

2010-11-11 Thread Norman Maurer (JIRA)
Upgrade to netty 3.2.3.Final Key: JAMES-1125 URL: https://issues.apache.org/jira/browse/JAMES-1125 Project: JAMES Server Issue Type: Task Affects Versions: 3.0-M2 Reporter: Norman Maurer

Re: [VOTE AGAIN] James Server 3.0-M2

2010-11-11 Thread Eric Charles
[ x ] +1 Yes please release Tks, Eric On 10/11/2010 20:49, Norman Maurer wrote: Hi all, after fixing a major bug with leaking files on windows I want to start the VOTE for M2 again. Here are the artifacts for review: https://repository.apache.org/content/repositories/orgapachejames-056/ So

Re: [VOTE AGAIN] James Server 3.0-M2

2010-11-11 Thread Eric Charles
Tks Norman leak-killer Maurer :) (it also does not leak anymore on my windows 7) Eric On 10/11/2010 20:49, Norman Maurer wrote: Hi all, after fixing a major bug with leaking files on windows I want to start the VOTE for M2 again. Here are the artifacts for review:

Re: [VOTE AGAIN] James Server 3.0-M2

2010-11-11 Thread Vincenzo Gianferrari Pini
[X] +1 Yes please release 2010/11/10 Norman Maurer nor...@apache.org Hi all, after fixing a major bug with leaking files on windows I want to start the VOTE for M2 again. Here are the artifacts for review: https://repository.apache.org/content/repositories/orgapachejames-056/ So please

svn commit: r1034112 - in /james/server/trunk: queue-activemq/src/main/java/org/apache/james/queue/activemq/ queue-api/src/main/java/org/apache/james/queue/api/ queue-jms/src/main/java/org/apache/jame

2010-11-11 Thread norman
Author: norman Date: Thu Nov 11 20:48:03 2010 New Revision: 1034112 URL: http://svn.apache.org/viewvc?rev=1034112view=rev Log: Expose JMX management for MailQueue Added: james/server/trunk/queue-api/src/main/java/org/apache/james/queue/api/MailQueueManagementMBean.java Modified:

svn commit: r1034118 - /james/server/trunk/queue-jms/src/main/java/org/apache/james/queue/jms/JMSMailQueue.java

2010-11-11 Thread norman
Author: norman Date: Thu Nov 11 20:59:56 2010 New Revision: 1034118 URL: http://svn.apache.org/viewvc?rev=1034118view=rev Log: log on exception Modified: james/server/trunk/queue-jms/src/main/java/org/apache/james/queue/jms/JMSMailQueue.java Modified:

Re: [VOTE AGAIN] James Server 3.0-M2

2010-11-11 Thread Stefano Bagnara
2010/11/10 Norman Maurer nor...@apache.org: after fixing a major bug with leaking files on windows I want to start the VOTE for M2 again. Here are the artifacts for review: https://repository.apache.org/content/repositories/orgapachejames-056/ So please cast your VOTE: [X] +1 Yes please

[jira] Created: (JAMES-1126) Disallow the creation of alias from non-existing username

2010-11-11 Thread Eric Charles (JIRA)
Disallow the creation of alias from non-existing username - Key: JAMES-1126 URL: https://issues.apache.org/jira/browse/JAMES-1126 Project: JAMES Server Issue Type: Improvement