[EMAIL PROTECTED]: Project james-server (in module james-server) failed

2007-12-03 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project james-server has an issue affecting its community integration. This issue affects

svn commit: r600691 - in /james/server/trunk: core-library/src/main/java/org/apache/james/mailboxmanager/wrapper/ torque-mailboxmanager-function/src/main/java/org/apache/james/mailboxmanager/torque/

2007-12-03 Thread rdonkin
Author: rdonkin Date: Mon Dec 3 13:12:18 2007 New Revision: 600691 URL: http://svn.apache.org/viewvc?rev=600691&view=rev Log: Consolidate into single wrapper. Added: james/server/trunk/core-library/src/main/java/org/apache/james/mailboxmanager/wrapper/ImapMailboxWrapper.java - copied,

svn commit: r600680 - /james/server/trunk/core-library/src/main/java/org/apache/james/mailboxmanager/mailbox/ImapMailboxSession.java

2007-12-03 Thread rdonkin
Author: rdonkin Date: Mon Dec 3 12:47:41 2007 New Revision: 600680 URL: http://svn.apache.org/viewvc?rev=600680&view=rev Log: No real need for ImapMailboxSession to implementation MailboxListener Modified: james/server/trunk/core-library/src/main/java/org/apache/james/mailboxmanager/mailbox

svn commit: r600653 - in /james/server/trunk: core-library/src/main/java/org/apache/james/mailboxmanager/impl/ core-library/src/main/java/org/apache/james/mailboxmanager/mailbox/ core-library/src/main

2007-12-03 Thread rdonkin
Author: rdonkin Date: Mon Dec 3 12:07:32 2007 New Revision: 600653 URL: http://svn.apache.org/viewvc?rev=600653&view=rev Log: Removed session interfaces. Only one instance per mailbox means that session data will need to be passed in. Removed: james/server/trunk/core-library/src/main/java/

Re: ActiveMQ

2007-12-03 Thread Robert Burrell Donkin
On Dec 1, 2007 7:44 PM, Tim Stephenson <[EMAIL PROTECTED]> wrote: > The original and simple idea of using JMS as a means to inject Mail > into James' processors seems good to me, it would open up James to the > JEE audience. I was about to embark on the exact same experiment, so > thanks Robert. t

Re: ActiveMQ

2007-12-03 Thread Robert Burrell Donkin
On Dec 3, 2007 4:04 PM, Noel J. Bergman <[EMAIL PROTECTED]> wrote: > Danny Angus wrote: > > > I agree, but the message body should be a serialised Mail and not a > > Message to keep things simple. it's not necessary to specify the message format. it's sufficient that the implementor of the MailBui

RE: ActiveMQ

2007-12-03 Thread Noel J. Bergman
Danny Angus wrote: > I agree, but the message body should be a serialised Mail and not a > Message to keep things simple. I don't know that the message needs to be a serialized Mail as opposed to some other text format, to make things easier (a goal of Robert's) -- the key is that we need the e

Re: ActiveMQ

2007-12-03 Thread Danny Angus
I agree, but the message body should be a serialised Mail and not a Message to keep things simple. d. On 01/12/2007, Tim Stephenson <[EMAIL PROTECTED]> wrote: > The original and simple idea of using JMS as a means to inject Mail > into James' processors seems good to me, it would open up James to