Re: JPAStressTest with derby, h2 and mysql

2010-05-02 Thread Eric Charles
Hi Norman, Trying to simulate a more real-life test case, I developed a small bomber class that launches parallel threads. Each thread sends mails with attachements (with small pause between each mail sending). I tested with embedded derby with JDBCDomainList. Depending on the parameters

Re: [VOTE] Release apache-mailet 2.5

2010-05-02 Thread Stefano Bagnara
2010/5/1 Stefano Bagnara i...@bago.org: We added support for chaining matchers. See: https://issues.apache.org/jira/browse/JAMES-948 I should prolly add it to mailet jira too.. I currently don't understand why this required changes to the mailet api, but maybe I'll understand once I'll be

Re: [VOTE] Release apache-mailet 2.5

2010-05-02 Thread Norman Maurer
Good point... You are right let us cancel the vote and move the Interface over. Thx for your comments! Bye Norman 2010/5/2, Stefano Bagnara i...@bago.org: 2010/5/1 Stefano Bagnara i...@bago.org: We added support for chaining matchers. See: https://issues.apache.org/jira/browse/JAMES-948

Re: JPAStressTest with derby, h2 and mysql

2010-05-02 Thread Norman Maurer
Hi Eric, for such high load you will need to adjust a few things: 1) set a higher ulimit. By default its 1024 on linux which is prolly not enough ( I use fbsd which use 11095 by default) 2) set a higher connection backlock in smtpserver.log Bye, Norman 2010/5/2 Eric Charles

Re: [VOTE] Release protocols 1.0 (and not 0.1)

2010-05-02 Thread Stefano Bagnara
2010/5/1 Norman Maurer nor...@apache.org: to be able to release James Server 3.0-M1 we need to cut a release of the protocols subproject, to remove SNAPSHOT dependencies. So I start a vote for do so.. [X] +1 Please release the artifacts Stefano PS: please note that versions we are voting

Re: [VOTE] Release protocols 1.0 (and not 0.1)

2010-05-02 Thread Norman Maurer
[X] +1 Please release the artifacts Bye, Norman Ps: Thx to Stefano for fixing versions. I need more sleep ;) 2010/5/2 Stefano Bagnara apa...@bago.org: 2010/5/1 Norman Maurer nor...@apache.org: to be able to release James Server 3.0-M1 we need to cut a release of the protocols subproject, to

svn commit: r940208 - in /james/mailet/base/trunk: pom.xml src/main/java/org/apache/mailet/base/CompositeMatcherBase.java

2010-05-02 Thread norman
Author: norman Date: Sun May 2 12:57:16 2010 New Revision: 940208 URL: http://svn.apache.org/viewvc?rev=940208view=rev Log: Remove the CompositeMatcherBase and change dependency to mailet 2.4, we will add it to james-server Removed:

svn commit: r940210 - in /james/mailet/standard/trunk: ./ src/main/java/org/apache/james/transport/matchers/ src/test/java/org/apache/james/transport/matchers/

2010-05-02 Thread norman
Author: norman Date: Sun May 2 13:00:19 2010 New Revision: 940210 URL: http://svn.apache.org/viewvc?rev=940210view=rev Log: move composite stuff to james-server and change dependency to mailet 2.4 Removed:

svn commit: r940212 - /james/mailet/standard/trunk/pom.xml

2010-05-02 Thread norman
Author: norman Date: Sun May 2 13:05:48 2010 New Revision: 940212 URL: http://svn.apache.org/viewvc?rev=940212view=rev Log: Change dependency to mailet-base 1.0, nothing changed Modified: james/mailet/standard/trunk/pom.xml Modified: james/mailet/standard/trunk/pom.xml URL:

svn commit: r940216 - in /james/mailet/standard/trunk: ./ src/main/java/org/apache/james/transport/mailets/ src/main/java/org/apache/james/transport/matchers/

2010-05-02 Thread norman
Author: norman Date: Sun May 2 13:22:31 2010 New Revision: 940216 URL: http://svn.apache.org/viewvc?rev=940216view=rev Log: Remove usage of deprecated methods, fix assembly config, fix javadocs Modified: james/mailet/standard/trunk/pom.xml

svn commit: r940226 - in /james/mailet/standard/trunk/src/main/java/org/apache/james/transport: mailets/ matchers/

2010-05-02 Thread norman
Author: norman Date: Sun May 2 13:58:29 2010 New Revision: 940226 URL: http://svn.apache.org/viewvc?rev=940226view=rev Log: cleanup / javadocs fixes Modified: james/mailet/standard/trunk/src/main/java/org/apache/james/transport/mailets/RemoveMimeHeader.java

svn commit: r940228 - /james/mailet/standard/trunk/pom.xml

2010-05-02 Thread norman
Author: norman Date: Sun May 2 14:01:06 2010 New Revision: 940228 URL: http://svn.apache.org/viewvc?rev=940228view=rev Log: [maven-release-plugin] prepare release apache-standard-mailets-1.0 Modified: james/mailet/standard/trunk/pom.xml Modified: james/mailet/standard/trunk/pom.xml URL:

svn commit: r940229 - /james/mailet/standard/tags/apache-standard-mailets-1.0/

2010-05-02 Thread norman
Author: norman Date: Sun May 2 14:01:51 2010 New Revision: 940229 URL: http://svn.apache.org/viewvc?rev=940229view=rev Log: [maven-scm] copy for tag apache-standard-mailets-1.0 Added: james/mailet/standard/tags/apache-standard-mailets-1.0/ - copied from r940228,

svn commit: r940230 - /james/mailet/standard/trunk/pom.xml

2010-05-02 Thread norman
Author: norman Date: Sun May 2 14:02:06 2010 New Revision: 940230 URL: http://svn.apache.org/viewvc?rev=940230view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: james/mailet/standard/trunk/pom.xml Modified: james/mailet/standard/trunk/pom.xml URL:

[VOTE] Release mailet-standard 1.0

2010-05-02 Thread Norman Maurer
Hi all, to be able to release James Server 3.0-M1 we need to cut a release of mailet-standard. This is needed to remove SNAPSHOT dependencies. So I start a vote for do so.. So please review and cast your vote: https://repository.apache.org/content/repositories/orgapachejames-044/ [ ] +1 Please

Re: JPAStressTest with derby, h2 and mysql

2010-05-02 Thread Eric Charles
Hi Norman, What do you mean with ...backlock in smtpserver.log ? Tks, Eric On 05/02/2010 01:15 PM, Norman Maurer wrote: Hi Eric, for such high load you will need to adjust a few things: 1) set a higher ulimit. By default its 1024 on linux which is prolly not enough ( I use fbsd which use

Re: JPAStressTest with derby, h2 and mysql

2010-05-02 Thread Norman Maurer
Ups I mean connectionBacklog200/connectionBacklog in smtpserver.xml Bye, Norman 2010/5/2 Eric Charles eric.char...@u-mangate.com: Hi Norman, What do you mean with ...backlock in smtpserver.log ? Tks, Eric On 05/02/2010 01:15 PM, Norman Maurer wrote: Hi Eric, for such high load

svn commit: r940259 - in /james/server/trunk: imapserver/src/main/java/org/apache/james/imapserver/netty/ netty-socket/src/main/java/org/apache/james/socket/netty/ netty-socket/src/main/java/org/jboss

2010-05-02 Thread norman
Author: norman Date: Sun May 2 16:54:00 2010 New Revision: 940259 URL: http://svn.apache.org/viewvc?rev=940259view=rev Log: Move connection limit handlers around Added: james/server/trunk/netty-socket/src/main/java/org/jboss/

svn commit: r940260 - in /james/imap/trunk: jcr/src/main/java/org/apache/james/imap/jcr/ jcr/src/main/resources/org/apache/james/imap/jcr/ jpa/src/main/java/org/apache/james/imap/jpa/ memory/src/main/

2010-05-02 Thread norman
Author: norman Date: Sun May 2 16:55:26 2010 New Revision: 940260 URL: http://svn.apache.org/viewvc?rev=940260view=rev Log: Refactor api a bit to make it more elegant and flexible. We use now a Mapper per Request pattern Modified:

svn commit: r940261 - in /james/server/trunk/mailets/src: main/java/org/apache/james/transport/matchers/ test/java/org/apache/james/transport/matchers/

2010-05-02 Thread norman
Author: norman Date: Sun May 2 16:57:06 2010 New Revision: 940261 URL: http://svn.apache.org/viewvc?rev=940261view=rev Log: Add composite matcher stuff (JAMES-948) Added: james/server/trunk/mailets/src/main/java/org/apache/james/transport/matchers/And.java - copied, changed from

svn commit: r940262 - in /james/server/trunk/mailets/src/main/java/org/apache/james/transport/matchers: And.java CompositeMatcherBase.java GenericCompositeMatcher.java Not.java Or.java Xor.java

2010-05-02 Thread norman
Author: norman Date: Sun May 2 16:59:48 2010 New Revision: 940262 URL: http://svn.apache.org/viewvc?rev=940262view=rev Log: Just rename class to be more in line with james naming Added:

svn commit: r940269 - in /james/server/trunk/mailets/src/test/java/org/apache/james/transport/matchers: AndTest.java OrTest.java XorTest.java

2010-05-02 Thread norman
Author: norman Date: Sun May 2 17:28:36 2010 New Revision: 940269 URL: http://svn.apache.org/viewvc?rev=940269view=rev Log: Fix packages Modified: james/server/trunk/mailets/src/test/java/org/apache/james/transport/matchers/AndTest.java

svn commit: r940270 - /james/server/trunk/spring-deployment/pom.xml

2010-05-02 Thread norman
Author: norman Date: Sun May 2 17:30:56 2010 New Revision: 940270 URL: http://svn.apache.org/viewvc?rev=940270view=rev Log: Set some higher default memory values when using wrapper Modified: james/server/trunk/spring-deployment/pom.xml Modified: james/server/trunk/spring-deployment/pom.xml

[jira] Assigned: (JSIEVE-63) Switch To apache-release Profile

2010-05-02 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JSIEVE-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer reassigned JSIEVE-63: --- Assignee: Norman Maurer (was: Robert Burrell Donkin) Switch To apache-release Profile

[jira] Resolved: (JSIEVE-63) Switch To apache-release Profile

2010-05-02 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JSIEVE-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JSIEVE-63. - Resolution: Fixed Was done Switch To apache-release Profile

[jira] Updated: (JSIEVE-61) Split Parent And Aggregateion Poms

2010-05-02 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JSIEVE-61?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer updated JSIEVE-61: Fix Version/s: 0.5 (was: 0.4) move to 0.5 Split Parent And Aggregateion

[jira] Updated: (JSIEVE-62) Review TODOs

2010-05-02 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JSIEVE-62?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer updated JSIEVE-62: Fix Version/s: 0.5 (was: 0.4) Move to 0.5 Review TODOs

[jira] Updated: (JSIEVE-65) Inherit plugin management

2010-05-02 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JSIEVE-65?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer updated JSIEVE-65: Fix Version/s: 0.5 (was: 0.4) Move to 0.5 Inherit plugin management

[jira] Updated: (JSIEVE-64) Improve and Standardise Build

2010-05-02 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JSIEVE-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer updated JSIEVE-64: Fix Version/s: 0.5 (was: 0.4) Move to 0.5 Improve and Standardise Build

svn commit: r940277 - in /james/server/trunk: ./ imapserver/ imapserver/src/main/java/org/apache/james/imapserver/mina/ mina-socket/ netty-socket/src/main/java/org/apache/james/socket/netty/ pop3serve

2010-05-02 Thread norman
Author: norman Date: Sun May 2 17:57:33 2010 New Revision: 940277 URL: http://svn.apache.org/viewvc?rev=940277view=rev Log: Remove MINA, we dedicited to swith to NETTY Added: james/server/trunk/netty-socket/src/main/java/org/apache/james/socket/netty/ProtocolHandlerChainImpl.java Removed:

[jira] Updated: (JSIEVE-51) Sieve-In-Xml (Full Preview)

2010-05-02 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JSIEVE-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer updated JSIEVE-51: Fix Version/s: 0.5 (was: 0.4) Move to 0.5 Sieve-In-Xml (Full Preview)

[jira] Updated: (JSIEVE-70) Improve Validation Exceptions

2010-05-02 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JSIEVE-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer updated JSIEVE-70: Fix Version/s: 0.5 (was: 0.4) Move to 0.5 Improve Validation Exceptions

[jira] Updated: (JSIEVE-67) Improve Documentation

2010-05-02 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JSIEVE-67?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer updated JSIEVE-67: Fix Version/s: 0.5 (was: 0.4) Move to 0.5 Improve Documentation

[jira] Updated: (JSIEVE-73) Ensure Body Extension Functions As Per Specification

2010-05-02 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JSIEVE-73?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer updated JSIEVE-73: Fix Version/s: 0.5 (was: 0.4) Move to 0.5 Ensure Body Extension Functions

svn commit: r940286 - in /james/jsieve/trunk: assemble/pom.xml mailet/pom.xml main/pom.xml pom.xml util/pom.xml

2010-05-02 Thread norman
Author: norman Date: Sun May 2 18:21:31 2010 New Revision: 940286 URL: http://svn.apache.org/viewvc?rev=940286view=rev Log: [maven-release-plugin] prepare release jsieve-project-0.4 Modified: james/jsieve/trunk/assemble/pom.xml james/jsieve/trunk/mailet/pom.xml

svn commit: r940288 - in /james/imap/trunk/deployment/src/test/java/org/apache/james/imap/functional: AbstractStressTest.java jcr/JCRStressTest.java jpa/JPAStressTest.java

2010-05-02 Thread norman
Author: norman Date: Sun May 2 18:26:33 2010 New Revision: 940288 URL: http://svn.apache.org/viewvc?rev=940288view=rev Log: Add Stress test for JCR which shows it fails on heavy load :/ Added:

svn commit: r940290 - in /james/jsieve/trunk: assemble/pom.xml mailet/pom.xml main/pom.xml pom.xml util/pom.xml

2010-05-02 Thread norman
Author: norman Date: Sun May 2 18:27:15 2010 New Revision: 940290 URL: http://svn.apache.org/viewvc?rev=940290view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: james/jsieve/trunk/assemble/pom.xml james/jsieve/trunk/mailet/pom.xml

[jira] Created: (IMAP-138) JCR Mailbox fails to consume next UID on heavy load

2010-05-02 Thread Norman Maurer (JIRA)
JCR Mailbox fails to consume next UID on heavy load --- Key: IMAP-138 URL: https://issues.apache.org/jira/browse/IMAP-138 Project: JAMES Imap Issue Type: Bug Components: JCR Mailbox

Re: [VOTE] Release protocols 1.0 (and not 0.1)

2010-05-02 Thread Robert Burrell Donkin
[X] +1 :-) - robert On Sun, May 2, 2010 at 1:52 PM, Norman Maurer norman.mau...@googlemail.com wrote: [X] +1 Please release the artifacts Bye, Norman Ps: Thx to Stefano for fixing versions. I need more sleep ;) 2010/5/2 Stefano Bagnara apa...@bago.org: 2010/5/1 Norman Maurer