[server.trunk] user-api and user-library package names

2008-08-03 Thread Stefano Bagnara
user-api and user-library seems almost ok as modules, but I feel the packages are wrong. Is this something concerning also other developers or it's me too much strict wrt packages/dependencies and this stuff? we have these packages in user-api: o.a.j.vut o.a.j.api.user o.a.j.services then we

[server.trunk] introducing mail-library

2008-08-03 Thread Stefano Bagnara
I'd like to create a mail-library module including everything we currently have in core-library in the o.a.j.util.mail package. They are various mdn/dsn (mail delivery notification, delivery status notification) related classes and are currently used by smtpserver function, by the DSNMailet (m

[server.trunk] extract "handler" stuff from core-module (Was: modules/package refactoring)

2008-08-03 Thread Stefano Bagnara
Stefano Bagnara ha scritto: Hi all, After I moved tests in the right places (excluding IMAP), I'd like to sort out a better structure for our modules. IMHO we have some modules that is not appropriate (domain-api, as an example, contains unrelated interfaces, does not need to exist) and we ha

[jira] Commented: (JAMES-850) RemoteDeliveryTest intermitant failure

2008-08-03 Thread Robert Burrell Donkin (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619383#action_12619383 ] Robert Burrell Donkin commented on JAMES-850: - Darn just had a failure: looks li

[jira] Commented: (JAMES-850) RemoteDeliveryTest intermitant failure

2008-08-03 Thread Robert Burrell Donkin (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619382#action_12619382 ] Robert Burrell Donkin commented on JAMES-850: - It's hard to know whether an inte

Re: svn commit: r682219 - in /james/server/trunk: core-library/src/main/java/org/apache/james/core/ experimental-seda-imap-function/src/main/java/org/apache/james/experimental/imapserver/ experimental

2008-08-03 Thread Stefano Bagnara
Robert Burrell Donkin ha scritto: On Sun, Aug 3, 2008 at 10:28 PM, Stefano Bagnara <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] ha scritto: Author: rdonkin Date: Sun Aug 3 14:21:45 2008 New Revision: 682219 URL: http://svn.apache.org/viewvc?rev=682219&view=rev Log: Concurrency tests for IMAP

Re: svn commit: r682219 - in /james/server/trunk: core-library/src/main/java/org/apache/james/core/ experimental-seda-imap-function/src/main/java/org/apache/james/experimental/imapserver/ experimental

2008-08-03 Thread Robert Burrell Donkin
On Sun, Aug 3, 2008 at 10:28 PM, Stefano Bagnara <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] ha scritto: >> >> Author: rdonkin >> Date: Sun Aug 3 14:21:45 2008 >> New Revision: 682219 >> >> URL: http://svn.apache.org/viewvc?rev=682219&view=rev >> Log: >> Concurrency tests for IMAP > >> [...] >>

svn commit: r682221 - /james/server/trunk/core-library/src/main/java/org/apache/james/core/MailImpl.java

2008-08-03 Thread rdonkin
Author: rdonkin Date: Sun Aug 3 14:37:51 2008 New Revision: 682221 URL: http://svn.apache.org/viewvc?rev=682221&view=rev Log: Revert mistakenly committed code. Modified: james/server/trunk/core-library/src/main/java/org/apache/james/core/MailImpl.java Modified: james/server/trunk/core-lib

Re: svn commit: r682219 - in /james/server/trunk: core-library/src/main/java/org/apache/james/core/ experimental-seda-imap-function/src/main/java/org/apache/james/experimental/imapserver/ experimental

2008-08-03 Thread Stefano Bagnara
[EMAIL PROTECTED] ha scritto: Author: rdonkin Date: Sun Aug 3 14:21:45 2008 New Revision: 682219 URL: http://svn.apache.org/viewvc?rev=682219&view=rev Log: Concurrency tests for IMAP > [...] Modified: james/server/trunk/core-library/src/main/java/org/apache/james/core/MailImpl.java [...]

svn commit: r682219 - in /james/server/trunk: core-library/src/main/java/org/apache/james/core/ experimental-seda-imap-function/src/main/java/org/apache/james/experimental/imapserver/ experimental-sed

2008-08-03 Thread rdonkin
Author: rdonkin Date: Sun Aug 3 14:21:45 2008 New Revision: 682219 URL: http://svn.apache.org/viewvc?rev=682219&view=rev Log: Concurrency tests for IMAP Added: james/server/trunk/experimental-seda-imap-function/src/test/resources/org/apache/james/test/functional/imap/scripts/Concurrent.todo

[server.trunk] modules/package refactoring

2008-08-03 Thread Stefano Bagnara
Hi all, After I moved tests in the right places (excluding IMAP), I'd like to sort out a better structure for our modules. IMHO we have some modules that is not appropriate (domain-api, as an example, contains unrelated interfaces, does not need to exist) and we have the core-module that shoul

[jira] Commented: (JAMES-850) RemoteDeliveryTest intermitant failure

2008-08-03 Thread Robert Burrell Donkin (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619337#action_12619337 ] Robert Burrell Donkin commented on JAMES-850: - I think it's a race condition inv

[jira] Commented: (JAMES-850) RemoteDeliveryTest intermitant failure

2008-08-03 Thread Stefano Bagnara (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619334#action_12619334 ] Stefano Bagnara commented on JAMES-850: --- I don't see circularity. We have an SMTPAddre

[jira] Updated: (JAMES-850) RemoteDeliveryTest intermitant failure

2008-08-03 Thread Robert Burrell Donkin (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Burrell Donkin updated JAMES-850: Attachment: TEST-org.apache.james.transport.mailets.RemoteDeliveryTest.txt Using the

Re: JAMES Projects on Hudson

2008-08-03 Thread Robert Burrell Donkin
On Sun, Aug 3, 2008 at 1:16 PM, Stefano Bagnara <[EMAIL PROTECTED]> wrote: > Robert Burrell Donkin ha scritto: >> >> On 7/28/08, Norman Maurer <[EMAIL PROTECTED]> wrote: >>> >>> Am Sonntag, den 27.07.2008, 22:20 +0200 schrieb Stefano Bagnara: Is there any mailing list notification? >>> >>

Re: Contribution from an ml post (Was: Problem with Bayesian Analysis)

2008-08-03 Thread Robert Burrell Donkin
On Sun, Aug 3, 2008 at 1:22 PM, Stefano Bagnara <[EMAIL PROTECTED]> wrote: > Robert Burrell Donkin ha scritto: >> >> On 7/28/08, Stefano Bagnara <[EMAIL PROTECTED]> wrote: >>> >>> Norman Maurer ha scritto: Hi Stefano, I think a jira issue is the "safest" ;-) >>> >>> I know it's

svn commit: r682164 - in /james/server/trunk/phoenix-deployment/src/test/org/apache/james/experimental/imapserver: ExperimentalFetchTest.java ExperimentalHostSystem.java

2008-08-03 Thread rdonkin
Author: rdonkin Date: Sun Aug 3 06:20:00 2008 New Revision: 682164 URL: http://svn.apache.org/viewvc?rev=682164&view=rev Log: Tests for RFC FETCH Modified: james/server/trunk/phoenix-deployment/src/test/org/apache/james/experimental/imapserver/ExperimentalFetchTest.java james/server/tr

Re: Contribution from an ml post (Was: Problem with Bayesian Analysis)

2008-08-03 Thread Stefano Bagnara
Robert Burrell Donkin ha scritto: On 7/28/08, Stefano Bagnara <[EMAIL PROTECTED]> wrote: Norman Maurer ha scritto: Hi Stefano, I think a jira issue is the "safest" ;-) I know it's safer, but before writing to him I'd like to understand if in the case he doesn't want to create a JIRA account w

Re: JAMES Projects on Hudson

2008-08-03 Thread Stefano Bagnara
Norman Maurer ha scritto: Am Sonntag, den 27.07.2008, 22:20 +0200 schrieb Stefano Bagnara: Norman Maurer ha scritto: Hi all, I finally received an account for the hudson webui to setup our projects. The result is here: http://hudson.zones.apache.org/hudson/view/James/ mi*n*e4j-trunk ? ;-) I'

Re: JAMES Projects on Hudson

2008-08-03 Thread Stefano Bagnara
Robert Burrell Donkin ha scritto: On 7/28/08, Norman Maurer <[EMAIL PROTECTED]> wrote: Am Sonntag, den 27.07.2008, 22:20 +0200 schrieb Stefano Bagnara: Is there any mailing list notification? I not enabled it yet because I wanted to talk about it first on ml. MAybe we should add a new ml for t

[jira] Commented: (JAMES-850) RemoteDeliveryTest intermitant failure

2008-08-03 Thread Stefano Bagnara (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619321#action_12619321 ] Stefano Bagnara commented on JAMES-850: --- Very interesting. I can't understand why a si

svn commit: r682131 - in /james/server/trunk/mailets-function/src/test/java/org/apache/james/transport/remotedeliverytester: SMTPAddressFailedException.java SMTPAddressSucceededException.java SMTPSend

2008-08-03 Thread bago
Author: bago Date: Sun Aug 3 04:52:43 2008 New Revision: 682131 URL: http://svn.apache.org/viewvc?rev=682131&view=rev Log: Added serialVersionUID to the SMTP*Exceptions raised by the SMTPTransport (Investigating on JAMES-850) Modified: james/server/trunk/mailets-function/src/test/java/org/

Re: [jira] Commented: (JAMES-850) RemoteDeliveryTest intermitant failure

2008-08-03 Thread Stefano Bagnara
Robert Burrell Donkin (JIRA) ha scritto: [ https://issues.apache.org/jira/browse/JAMES-850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619309#action_12619309 ] Robert Burrell Donkin commented on JAMES-850:

[jira] Updated: (JAMES-850) RemoteDeliveryTest intermitant failure

2008-08-03 Thread Robert Burrell Donkin (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Burrell Donkin updated JAMES-850: Attachment: TEST-org.apache.james.transport.mailets.RemoteDeliveryTest.txt Attached

svn commit: r682126 - in /james/server/trunk/experimental-seda-imap-function/src/test: java/org/apache/james/test/functional/ScriptBuilder.java resources/org/apache/james/test/functional/imap/scripts/

2008-08-03 Thread rdonkin
Author: rdonkin Date: Sun Aug 3 03:26:16 2008 New Revision: 682126 URL: http://svn.apache.org/viewvc?rev=682126&view=rev Log: Correct mail file pruning so that initial whitespace is ignored in input files. Modified: james/server/trunk/experimental-seda-imap-function/src/test/java/org/apache

svn commit: r682124 - in /james/server/trunk: experimental-seda-imap-function/src/test/java/org/apache/james/test/functional/imap/ experimental-seda-imap-function/src/test/resources/org/apache/james/t

2008-08-03 Thread rdonkin
Author: rdonkin Date: Sun Aug 3 02:46:42 2008 New Revision: 682124 URL: http://svn.apache.org/viewvc?rev=682124&view=rev Log: Consistently name tests Added: james/server/trunk/experimental-seda-imap-function/src/test/resources/org/apache/james/test/functional/imap/scripts/FetchRFC822Mixed.t

[jira] Commented: (JAMES-850) RemoteDeliveryTest intermitant failure

2008-08-03 Thread Robert Burrell Donkin (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619309#action_12619309 ] Robert Burrell Donkin commented on JAMES-850: - Agreed I wonder whether we might

JAMES Server Nightly Build Report

2008-08-03 Thread JAMES Nightly Build System
An automated nightly build of JAMES has been posted to http://people.apache.org/builds/james/nightly/ Any unit test errors from the build should be reported below: -