[jira] Commented: (IMAP-221) nz-numbers must be unsigned 32bit ints

2010-10-05 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12917920#action_12917920 ] Eric Charles commented on IMAP-221: --- btw, we could simply name that class Uid instead of

[jira] Commented: (IMAP-221) nz-numbers must be unsigned 32bit ints

2010-10-05 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12917921#action_12917921 ] Norman Maurer commented on IMAP-221: Its not only used by UID. Its used for UIDVALIDATY

[jira] Commented: (IMAP-221) nz-numbers must be unsigned 32bit ints

2010-10-05 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12917928#action_12917928 ] Eric Charles commented on IMAP-221: --- So Uid and UidValidity, each composed of a NzNumber,

[jira] Commented: (JAMES-1052) Provide a tool to migrate 2.3 mail-repositories to 3.0 mailbox-stores

2010-10-05 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12917930#action_12917930 ] Eric Charles commented on JAMES-1052: - Thinking more on this, we could extend the scope

[jira] Commented: (IMAP-221) nz-numbers must be unsigned 32bit ints

2010-10-05 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12917931#action_12917931 ] Norman Maurer commented on IMAP-221: I don't think we need an extra Uid and UidValidity

svn commit: r1004607 - in /james/server/trunk: lmtpserver/src/main/java/org/apache/james/lmtpserver/netty/NioLMTPServer.java netty-socket/src/main/java/org/apache/james/socket/netty/AbstractConfigurab

2010-10-05 Thread norman
Author: norman Date: Tue Oct 5 10:48:51 2010 New Revision: 1004607 URL: http://svn.apache.org/viewvc?rev=1004607view=rev Log: only call stop() if the Server implementation is enabled. This prevent a NPE on shutdown Modified:

svn commit: r1004755 - in /james/server/trunk: spoolmanager/src/main/java/org/apache/james/transport/JamesSpoolManager.java spring-deployment/src/main/config/james/spring-beans.xml

2010-10-05 Thread norman
Author: norman Date: Tue Oct 5 18:19:02 2010 New Revision: 1004755 URL: http://svn.apache.org/viewvc?rev=1004755view=rev Log: Explicit tell MailQueueFactory to depends on broker bean so spring does the shutdown ordering right. Also ignore exceptions while stop spoolmanage threads on destroying