svn commit: r410451 - in /james/server/trunk/src: java/org/apache/james/transport/matchers/HostIsLocal.java test/org/apache/james/transport/matchers/HostIsLocalTest.java

2006-05-31 Thread norman
Author: norman Date: Wed May 31 00:46:55 2006 New Revision: 410451 URL: http://svn.apache.org/viewvc?rev=410451&view=rev Log: -Add junit test for HostIsLocal matcher -remove not needed import from HostIsLocal matcher Added: james/server/trunk/src/test/org/apache/james/transport/matchers/Host

svn commit: r410457 - /james/server/trunk/src/java/org/apache/james/transport/matchers/

2006-05-31 Thread norman
Author: norman Date: Wed May 31 01:10:05 2006 New Revision: 410457 URL: http://svn.apache.org/viewvc?rev=410457&view=rev Log: -Remove unneeded imports Modified: james/server/trunk/src/java/org/apache/james/transport/matchers/FileRegexMatcher.java james/server/trunk/src/java/org/apache/j

[jira] Created: (JAMES-515) Remove RemoteManager and cornerstone-store-impl

2006-05-31 Thread Stefano Bagnara (JIRA)
Remove RemoteManager and cornerstone-store-impl --- Key: JAMES-515 URL: http://issues.apache.org/jira/browse/JAMES-515 Project: James Type: Task Components: Build System Versions: 2.3.0, 2.4.0 Reporter: Ste

svn commit: r410466 - in /james/server/trunk/src/java/org/apache/james/transport/mailets: AddHeader.java SetMimeHeader.java

2006-05-31 Thread norman
Author: norman Date: Wed May 31 01:48:14 2006 New Revision: 410466 URL: http://svn.apache.org/viewvc?rev=410466&view=rev Log: -rename AddHeader to SetMimeHeader to better reflect the usage. See JAMES-513 -create a AddHeader class which extends on SetMimeHeader and mark it as deprecated Added:

[jira] Created: (JAMES-516) Refactor James services to extract common code and isolate cornerstone/excalibur dependencies

2006-05-31 Thread Stefano Bagnara (JIRA)
Refactor James services to extract common code and isolate cornerstone/excalibur dependencies - Key: JAMES-516 URL: http://issues.apache.org/jira/browse/JAMES-516 Project: James

svn commit: r410472 - /james/server/trunk/src/java/org/apache/james/transport/mailets/AddHeader.java

2006-05-31 Thread norman
Author: norman Date: Wed May 31 02:10:21 2006 New Revision: 410472 URL: http://svn.apache.org/viewvc?rev=410472&view=rev Log: -create a AddHeader class which extends on SetMimeHeader and mark it as deprecated. See JAMES-513 Added: james/server/trunk/src/java/org/apache/james/transport/maile

svn commit: r410474 - in /james/server/trunk/src/java/org/apache/james/smtpserver: AddHeaderHandler.java SetMimeHeaderHandler.java

2006-05-31 Thread norman
Author: norman Date: Wed May 31 02:11:21 2006 New Revision: 410474 URL: http://svn.apache.org/viewvc?rev=410474&view=rev Log: -rename AddHeaderHandler to SetMimeHeaderHandler to better reflect the usage. See JAMES-513 Added: james/server/trunk/src/java/org/apache/james/smtpserver/SetMimeHea

svn commit: r410475 - /james/server/trunk/src/java/org/apache/james/smtpserver/AddHeaderHandler.java

2006-05-31 Thread norman
Author: norman Date: Wed May 31 02:13:36 2006 New Revision: 410475 URL: http://svn.apache.org/viewvc?rev=410475&view=rev Log: -create a AddHeaderHandler class which extends on SetMimeHeaderHandler and mark it as deprecated. See JAMES-513 Added: james/server/trunk/src/java/org/apache/james/s

svn commit: r410477 - /james/server/trunk/src/conf/james-config.xml

2006-05-31 Thread norman
Author: norman Date: Wed May 31 02:15:23 2006 New Revision: 410477 URL: http://svn.apache.org/viewvc?rev=410477&view=rev Log: -modify config.xml to use the new classes. See JAMES-513 Modified: james/server/trunk/src/conf/james-config.xml Modified: james/server/trunk/src/conf/james-config.xm

[jira] Resolved: (JAMES-513) Rename AddHeader and AddHeaderHandler

2006-05-31 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-513?page=all ] Norman Maurer resolved JAMES-513: - Fix Version: 2.4.0 Resolution: Fixed Should we merge it in the branch so we can remove the old classes in 2.4/3.0 ? > Rename AddHeader and AddHeade

[jira] Updated: (JAMES-516) Refactor James services to extract common code and isolate cornerstone/excalibur dependencies

2006-05-31 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-516?page=all ] Stefano Bagnara updated JAMES-516: -- Attachment: james-516.patch First step: removed excalibur from the 4 services. Moved "pool" and "objectfactory" reference to the abstract class. > Refactor

Re: [jira] Resolved: (JAMES-513) Rename AddHeader and AddHeaderHandler

2006-05-31 Thread Stefano Bagnara
Norman Maurer (JIRA) wrote: [ http://issues.apache.org/jira/browse/JAMES-513?page=all ] Norman Maurer resolved JAMES-513: - Fix Version: 2.4.0 Resolution: Fixed Should we merge it in the branch so we can remove the old classes in 2.4/3.0 ?

project guidelines

2006-05-31 Thread Joachim Draeger
Hi, I think there is something substantial going wrong. We are loosing our main code comitter, and I guess many people are feeling insecure, like I do at the moment. We have to prevent that! IMHO it is not Stefano's turn to make a decision if, how, and when he wants to start committing again.

Re: [jira] Created: (JAMES-516) Refactor James services to extract common code and isolate cornerstone/excalibur dependencies

2006-05-31 Thread Norman Maurer
I really like the "idea". For me that makes sense and also "cleanup" the code. bye Norman Am Mittwoch, den 31.05.2006, 08:52 + schrieb Stefano Bagnara (JIRA): > Refactor James services to extract common code and isolate > cornerstone/excalibur dependencies > -

[jira] Created: (JSPF-18) Remove all author sections

2006-05-31 Thread Norman Maurer (JIRA)
Remove all author sections -- Key: JSPF-18 URL: http://issues.apache.org/jira/browse/JSPF-18 Project: jSPF Type: Task Reporter: Norman Maurer Assigned to: Norman Maurer Priority: Minor -- This message is automatically generated

svn commit: r410485 - /james/server/trunk/src/java/org/apache/james/smtpserver/AddHeaderHandler.java

2006-05-31 Thread norman
Author: norman Date: Wed May 31 03:04:53 2006 New Revision: 410485 URL: http://svn.apache.org/viewvc?rev=410485&view=rev Log: -add the missing extend in AddHeaderHandler.. Modified: james/server/trunk/src/java/org/apache/james/smtpserver/AddHeaderHandler.java Modified: james/server/trunk/s

svn commit: r410487 - /james/server/trunk/src/test/org/apache/james/test/mock/mailet/MockMatcherConfig.java

2006-05-31 Thread norman
Author: norman Date: Wed May 31 03:16:26 2006 New Revision: 410487 URL: http://svn.apache.org/viewvc?rev=410487&view=rev Log: -make it jdk 1.4 compatible Modified: james/server/trunk/src/test/org/apache/james/test/mock/mailet/MockMatcherConfig.java Modified: james/server/trunk/src/test/org

svn commit: r410488 - in /james/server/trunk/src/test/org/apache/james: smtpserver/AddHeaderHandlerTest.java transport/mailets/AddHeaderTest.java

2006-05-31 Thread norman
Author: norman Date: Wed May 31 03:18:17 2006 New Revision: 410488 URL: http://svn.apache.org/viewvc?rev=410488&view=rev Log: -Use new classes for junit tests. See JAMES-513 Modified: james/server/trunk/src/test/org/apache/james/smtpserver/AddHeaderHandlerTest.java james/server/trunk/sr

svn commit: r410489 - in /james/server/trunk/src/test/org/apache/james: smtpserver/SetMimeHeaderHandlerTest.java transport/mailets/SetMimeHeaderTest.java

2006-05-31 Thread norman
Author: norman Date: Wed May 31 03:24:57 2006 New Revision: 410489 URL: http://svn.apache.org/viewvc?rev=410489&view=rev Log: -Rename classes for junit tests. See JAMES-513. forgot this before.. Added: james/server/trunk/src/test/org/apache/james/smtpserver/SetMimeHeaderHandlerTest.java

svn commit: r410501 - in /james/server/trunk/src/test/org/apache/james: smtpserver/AddHeaderHandlerTest.java transport/mailets/AddHeaderTest.java

2006-05-31 Thread norman
Author: norman Date: Wed May 31 04:51:06 2006 New Revision: 410501 URL: http://svn.apache.org/viewvc?rev=410501&view=rev Log: -Rename classes for junit tests. See JAMES-513. Removed: james/server/trunk/src/test/org/apache/james/smtpserver/AddHeaderHandlerTest.java james/server/trunk/src

RE: james-2.3a4

2006-05-31 Thread Noel J. Bergman
Norman Maurer wrote: > I want also rename the AddHandler and SetHandler before release 2.3. Since it is just a rename, and since you added a replacement using the old name to keep existing configurations from breaking, that seems reasonable to me. --- Noel -

Re: Managing Changes

2006-05-31 Thread Vincenzo Gianferrari Pini
James is a great project but sometimes we take to long Yes. And one of the things that held us up for a long time was making changes that blocked our ability to get good releases out the door. I'd like to learn from that, and avoid a repeat. --- Noel If this is referred to anythin

RE: james-2.3a4

2006-05-31 Thread Norman Maurer
Ok i will merge it in the branch! Am Mittwoch, den 31.05.2006, 08:12 -0400 schrieb Noel J. Bergman: > Norman Maurer wrote: > > > I want also rename the AddHandler and SetHandler before release 2.3. > > Since it is just a rename, and since you added a replacement using the old > name to keep exis

Junit tests

2006-05-31 Thread Norman Maurer
Hi guys, should i also merge the junit tests to the current branch which i created the last 2 days ? And also merge new junit tests if i made new ? bye Norman signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Re: Junit tests

2006-05-31 Thread Stefano Bagnara
Norman Maurer wrote: Hi guys, should i also merge the junit tests to the current branch which i created the last 2 days ? And also merge new junit tests if i made new ? If they works even on the branch, why not! They will help for the 2.3.0, 2.3.1 and bug fixing on that branch. Stefano --

[jira] Commented: (JAMES-512) OutOfMemoryError -- object not released.

2006-05-31 Thread Bernd Fondermann (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-512?page=comments#action_12414045 ] Bernd Fondermann commented on JAMES-512: The patch fixed the worst problem. Instead of running into permanent unrecoverable OOMs after 30 minutes, it now lasts for arou

[jira] Commented: (JAMES-512) OutOfMemoryError -- object not released.

2006-05-31 Thread Bernd Fondermann (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-512?page=comments#action_12414047 ] Bernd Fondermann commented on JAMES-512: the scenario is still not tested against non-file repositories. it is not so unlikely that this is a general problem. hope I ca

svn commit: r410528 - in /james/server/branches/v2.3/src/java/org/apache/james: smtpserver/AddHeaderHandler.java smtpserver/SetMimeHeaderHandler.java transport/mailets/AddHeader.java transport/mailets

2006-05-31 Thread norman
Author: norman Date: Wed May 31 06:59:59 2006 New Revision: 410528 URL: http://svn.apache.org/viewvc?rev=410528&view=rev Log: -Merge changes for rename AddHandler mailet and AddHeaderHandler. See JAMES-513 Added: james/server/branches/v2.3/src/java/org/apache/james/smtpserver/SetMimeHeaderHa

svn commit: r410533 - in /james/server/branches/v2.3/src: conf/james-config.xml java/org/apache/james/smtpserver/AddHeaderHandler.java java/org/apache/james/transport/mailets/AddHeader.java

2006-05-31 Thread norman
Author: norman Date: Wed May 31 07:15:55 2006 New Revision: 410533 URL: http://svn.apache.org/viewvc?rev=410533&view=rev Log: Merge rename of AddHeader mailet and AddHeaderHandler. See JAMES-513 Added: james/server/branches/v2.3/src/java/org/apache/james/smtpserver/AddHeaderHandler.java

[jira] Updated: (JAMES-513) Rename AddHeader and AddHeaderHandler

2006-05-31 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-513?page=all ] Norman Maurer updated JAMES-513: Fix Version: 2.3.0a4 > Rename AddHeader and AddHeaderHandler > - > > Key: JAMES-513 > URL: http://issues.ap

Re: project guidelines

2006-05-31 Thread Stefano Bagnara
Joachim Draeger wrote: I think there is something substantial going wrong. We are loosing our main code comitter, and I guess many people are feeling insecure, like I do at the moment. We have to prevent that! I believe you're referring to me ;-) To make it clear and hopefully make you and th

Re: Junit tests

2006-05-31 Thread Norman Maurer
Am Mittwoch, den 31.05.2006, 14:47 +0200 schrieb Stefano Bagnara: > Norman Maurer wrote: > > Hi guys, > > > > should i also merge the junit tests to the current branch which i > > created the last 2 days ? And also merge new junit tests if i made new ? > > If they works even on the branch, why no

asl and author sections

2006-05-31 Thread Norman Maurer
Hi guys, there are any apache rules which tells us to not use author sections in classes ? I just wonder cause i never see any author section in james classes. If it is so i whould remove them also from jspf. Anyone knows ? I can not find such a rule. Maybe Noel ;-) ? bye Norman signature.asc

Re: asl and author sections

2006-05-31 Thread Serge Knystautas
On 5/31/06, Norman Maurer <[EMAIL PROTECTED]> wrote: there are any apache rules which tells us to not use author sections in classes ? I just wonder cause i never see any author section in james classes. If it is so i whould remove them also from jspf. Anyone knows ? I can not find such a rule.

Re: asl and author sections

2006-05-31 Thread Norman Maurer
Am Mittwoch, den 31.05.2006, 15:37 -0400 schrieb Serge Knystautas: > On 5/31/06, Norman Maurer <[EMAIL PROTECTED]> wrote: > > there are any apache rules which tells us to not use author sections in > > classes ? I just wonder cause i never see any author section in james > > classes. If it is so i

svn commit: r410669 - in /james/server/trunk/src/test/org/apache/james/transport/matchers: IsSingleRecipientTest.java RecipientIsTest.java

2006-05-31 Thread norman
Author: norman Date: Wed May 31 14:07:40 2006 New Revision: 410669 URL: http://svn.apache.org/viewvc?rev=410669&view=rev Log: Add junit test for IsSingleRecipient and RecipientIS matcher Added: james/server/trunk/src/test/org/apache/james/transport/matchers/IsSingleRecipientTest.java ja

Re: asl and author sections

2006-05-31 Thread Serge Knystautas
On 5/31/06, Norman Maurer <[EMAIL PROTECTED]> wrote: > Across the ASF, it's been generally frowned on, though this is a > per-project decision to make.James decided to remove all author > tags a few years back, though some may still be in there. Should we do this also on jspf cause its a jam

Re: Junit tests

2006-05-31 Thread Stefano Bagnara
The easier thing, so I believe from time to time, when you fill it worth the time. Stefano Norman Maurer wrote: Am Mittwoch, den 31.05.2006, 14:47 +0200 schrieb Stefano Bagnara: Norman Maurer wrote: Hi guys, should i also merge the junit tests to the current branch which i created the last

Re: Junit tests

2006-05-31 Thread Norman Maurer
I will try to do "big" commits. But first i need to get my server updates finish and need some sleep .. bye Norman Am Donnerstag, den 01.06.2006, 00:41 +0200 schrieb Stefano Bagnara: > The easier thing, so I believe from time to time, when you fill it worth > the time. > > Stefano > > Norman M

Re: Maven2 opinions

2006-05-31 Thread Alex Karasulu
Hi all, Noel asked me to post my opinions to this thread as a result of my recent experiences with m2. Brace yourselves because I may jump around in this email :). I don't even know how to start off. Perhaps I can say Maven is a double edged sword for me. It has been a journey developing Apach