svn commit: r999220 - /james/server/trunk/spring-deployment/

2010-09-20 Thread eric
Author: eric Date: Tue Sep 21 04:42:27 2010 New Revision: 999220 URL: http://svn.apache.org/viewvc?rev=999220&view=rev Log: Add svn:ignore for activemq-data directory. Modified: james/server/trunk/spring-deployment/ (props changed) Propchange: james/server/trunk/spring-deployment/

[jira] Created: (JAMES-1048) Move 2.3 mail persistence classes to mail/spool projects

2010-09-20 Thread Eric Charles (JIRA)
Move 2.3 mail persistence classes to mail/spool projects Key: JAMES-1048 URL: https://issues.apache.org/jira/browse/JAMES-1048 Project: JAMES Server Issue Type: Improvement

[jira] Closed: (JDKIM-25) jdkim throwing illegal state exceptions while shutting down

2010-09-20 Thread Ben Aldrich (JIRA)
[ https://issues.apache.org/jira/browse/JDKIM-25?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Aldrich closed JDKIM-25. Resolution: Invalid Looks like the issue was actually with the version of mime4j I was using. > jdkim thr

[jira] Resolved: (IMAP-216) DelegatingMailboxListener might skip some events

2010-09-20 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved IMAP-216. Resolution: Fixed I did fix it a bit different. Please review.. I also declared it synchronzied to b

svn commit: r999065 - /james/imap/trunk/store/src/main/java/org/apache/james/mailbox/store/DelegatingMailboxListener.java

2010-09-20 Thread norman
Author: norman Date: Mon Sep 20 19:16:52 2010 New Revision: 999065 URL: http://svn.apache.org/viewvc?rev=999065&view=rev Log: Make sure that DelegatingMailboxListener does not loose any events when a MailboxListener was closed (IMAP-216). Modified: james/imap/trunk/store/src/main/java/org/a

[jira] Commented: (IMAP-216) DelegatingMailboxListener might skip some events

2010-09-20 Thread JIRA
[ https://issues.apache.org/jira/browse/IMAP-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12912653#action_12912653 ] François-Denis Gonthier commented on IMAP-216: -- I think this is safe from what I

[jira] Reopened: (IMAP-216) DelegatingMailboxListener might skip some events

2010-09-20 Thread JIRA
[ https://issues.apache.org/jira/browse/IMAP-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] François-Denis Gonthier reopened IMAP-216: -- I'm sorry! This was just an early fix attempt. With this "fix", the iteration will t

svn commit: r999056 - in /james/server/trunk: core-api/src/main/java/org/apache/james/services/ management/src/main/java/org/apache/james/management/impl/ spoolmanager/src/main/java/org/apache/james/t

2010-09-20 Thread norman
Author: norman Date: Mon Sep 20 19:00:30 2010 New Revision: 999056 URL: http://svn.apache.org/viewvc?rev=999056&view=rev Log: Change MailetContainer to be able to return Mailet/Matcher instances Modified: james/server/trunk/core-api/src/main/java/org/apache/james/services/SpoolManager.java

[jira] Updated: (IMAP-216) DelegatingMailboxListener might skip some events

2010-09-20 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer updated IMAP-216: --- Affects Version/s: 0.1 Component/s: Store > DelegatingMailboxListener might skip some events

[jira] Resolved: (IMAP-216) DelegatingMailboxListener might skip some events

2010-09-20 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved IMAP-216. Assignee: Norman Maurer Fix Version/s: 0.2 Resolution: Fixed Good catch! Thx for the

svn commit: r999051 - /james/imap/trunk/store/src/main/java/org/apache/james/mailbox/store/DelegatingMailboxListener.java

2010-09-20 Thread norman
Author: norman Date: Mon Sep 20 18:48:44 2010 New Revision: 999051 URL: http://svn.apache.org/viewvc?rev=999051&view=rev Log: Make sure that DelegatingMailboxListener does not loose any events when a MailboxListener was closed (IMAP-216). Thx to François-Denis Gonthier for the fix! Modified:

[jira] Resolved: (IMAP-213) FileLock throws Exception on heavy load sometimes

2010-09-20 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved IMAP-213. Resolution: Fixed fixed > FileLock throws Exception on heavy load sometimes > --

svn commit: r999048 - /james/imap/trunk/maildir/src/main/java/org/apache/james/mailbox/maildir/FileLock.java

2010-09-20 Thread norman
Author: norman Date: Mon Sep 20 18:45:27 2010 New Revision: 999048 URL: http://svn.apache.org/viewvc?rev=999048&view=rev Log: Fix race-condition in FileLock (IMAP-213) Modified: james/imap/trunk/maildir/src/main/java/org/apache/james/mailbox/maildir/FileLock.java Modified: james/imap/trunk

[jira] Commented: (IMAP-216) DelegatingMailboxListener might skip some events

2010-09-20 Thread JIRA
[ https://issues.apache.org/jira/browse/IMAP-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12912623#action_12912623 ] François-Denis Gonthier commented on IMAP-216: -- Oops no sorry. What I posted is

[jira] Created: (IMAP-216) DelegatingMailboxListener might skip some events

2010-09-20 Thread JIRA
DelegatingMailboxListener might skip some events Key: IMAP-216 URL: https://issues.apache.org/jira/browse/IMAP-216 Project: JAMES Imap Issue Type: Bug Reporter: François-Denis Gont

[jira] Created: (JDKIM-25) jdkim throwing illegal state exceptions while shutting down

2010-09-20 Thread Ben Aldrich (JIRA)
jdkim throwing illegal state exceptions while shutting down --- Key: JDKIM-25 URL: https://issues.apache.org/jira/browse/JDKIM-25 Project: JAMES jDKIM Issue Type: Bug Affects Versio

Re: What's in a store?

2010-09-20 Thread Eric Charles
Hi Norman, So moving and simplifying some Store hierarchy makes sense. Now, the important question is the alignment, or not, of the Store with Mailbox/MessageManager (I talked about MailboxManager only, but I meant the Mailbox/MessageManager) With such alignment: 1. A user could to define in

Re: What's in a store?

2010-09-20 Thread Norman Maurer
Hi Eric, comments inside. 2010/9/20 Eric Charles : >  Hi, > > It's always possible to inject the mailboxmanager in mailets > (ToRepository),... but we would  really gain to unify/simplify the 2.3 mail > storage with the 3.0 one. > > In 2.3, we have such class hierarchy: > > Repository > +- Abstra

svn commit: r998900 - in /james/server/trunk: core-api/src/main/java/org/apache/james/services/ core-library/src/test/java/org/apache/james/services/ spoolmanager/src/main/java/org/apache/james/

2010-09-20 Thread norman
Author: norman Date: Mon Sep 20 12:01:08 2010 New Revision: 998900 URL: http://svn.apache.org/viewvc?rev=998900&view=rev Log: Remove deprecated methods from MailServer. If we want to break interfaces then we should do it now.. Modified: james/server/trunk/core-api/src/main/java/org/apache/j

svn commit: r998884 - in /james/server/trunk/spoolmanager/src/main/java/org/apache/james/transport/camel: CamelMailProcessorList.java DisposeProcessor.java

2010-09-20 Thread norman
Author: norman Date: Mon Sep 20 10:57:06 2010 New Revision: 998884 URL: http://svn.apache.org/viewvc?rev=998884&view=rev Log: Make Camel route building more readable Modified: james/server/trunk/spoolmanager/src/main/java/org/apache/james/transport/camel/CamelMailProcessorList.java jame

svn commit: r998883 - /james/server/trunk/queue-activemq/src/main/java/org/apache/james/queue/activemq/ActiveMQMailQueue.java

2010-09-20 Thread norman
Author: norman Date: Mon Sep 20 10:52:37 2010 New Revision: 998883 URL: http://svn.apache.org/viewvc?rev=998883&view=rev Log: Add a comment to refer to an open jira issue of ActiveMQ Modified: james/server/trunk/queue-activemq/src/main/java/org/apache/james/queue/activemq/ActiveMQMailQueue.j

Re: What's in a store?

2010-09-20 Thread Eric Charles
Hi, It's always possible to inject the mailboxmanager in mailets (ToRepository),... but we would really gain to unify/simplify the 2.3 mail storage with the 3.0 one. In 2.3, we have such class hierarchy: Repository +- AbstractFileRepository +- File_Persistent_Object_Repository +- F

svn commit: r998876 - in /james/server/trunk: queue-activemq/ queue-api/ spring-deployment/

2010-09-20 Thread eric
Author: eric Date: Mon Sep 20 10:30:11 2010 New Revision: 998876 URL: http://svn.apache.org/viewvc?rev=998876&view=rev Log: Add svn:ignore properties Modified: james/server/trunk/queue-activemq/ (props changed) james/server/trunk/queue-api/ (props changed) james/server/trunk/sprin

svn commit: r998871 - in /james/server/trunk/queue-activemq/src/main/java/org/apache/james/queue/activemq: BytesMessageInputStream.java BytesMessageOutputStream.java

2010-09-20 Thread eric
Author: eric Date: Mon Sep 20 10:25:43 2010 New Revision: 998871 URL: http://svn.apache.org/viewvc?rev=998871&view=rev Log: IOException(message, e) constructor is only available on java 1.6. we need to support 1.5. Modified: james/server/trunk/queue-activemq/src/main/java/org/apache/james/q