svn commit: r953240 - /james/protocols/trunk/impl/src/main/java/org/apache/james/protocols/impl/ChannelGroupHandler.java

2010-06-10 Thread norman
Author: norman Date: Thu Jun 10 08:07:09 2010 New Revision: 953240 URL: http://svn.apache.org/viewvc?rev=953240view=rev Log: Call the next handler in the chain after adding channel to channelgroup (JAMES-1014) Modified:

[jira] Resolved: (JAMES-1014) Terminating Open Connections

2010-06-10 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-1014. -- Fix Version/s: 3.0-M1 Resolution: Fixed Fixed... It was not a bug in in netty, I just

svn commit: r953243 - in /james/protocols/trunk: api/pom.xml impl/pom.xml impl/src/main/java/org/apache/james/protocols/impl/AbstractChannelPipelineFactory.java pom.xml pop3/pom.xml smtp-impl/pom.xml

2010-06-10 Thread norman
Author: norman Date: Thu Jun 10 08:24:06 2010 New Revision: 953243 URL: http://svn.apache.org/viewvc?rev=953243view=rev Log: Rename parent pom artifact to be more inline with the rest Modified: james/protocols/trunk/api/pom.xml james/protocols/trunk/impl/pom.xml

Re: [IMAP] Cut a milestone ?

2010-06-10 Thread Norman Maurer
Hi Eric, comments inside... 2010/6/9 Eric Charles eric.char...@u-mangate.com: Hi, A stable database schema would be great. Upgrading jars is straightforward, but changing the db schema (and potentially the datas) is always a pain. I had a look at the generated tables (see the list after

svn commit: r953255 - in /james/hupa/trunk: client/src/main/java/org/apache/hupa/client/mvp/ client/src/main/java/org/apache/hupa/client/validation/ client/src/main/java/org/apache/hupa/client/widgets

2010-06-10 Thread manolo
Author: manolo Date: Thu Jun 10 09:13:36 2010 New Revision: 953255 URL: http://svn.apache.org/viewvc?rev=953255view=rev Log: Removed a bunch of unavailable methods in java 1.5 which make the build fail in hudson Modified:

Build failed in Hudson: hupa-trunk ยป hupa-widgets #157

2010-06-10 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/hupa-trunk/org.apache.hupa$hupa-widgets/157/changes Changes: [manolo] Removed a bunch of unavailable methods in java 1.5 which make the build fail in hudson -- [INFO]

[jira] Created: (JAMES-1017) Exception when trying to start tomcat with james-server-spring-deployment-3.0-SNAPSHOT.war and java 1.5

2010-06-10 Thread Aurelius Robert Baier (JIRA)
Exception when trying to start tomcat with james-server-spring-deployment-3.0-SNAPSHOT.war and java 1.5 --- Key: JAMES-1017 URL:

[jira] Created: (JAMES-1018) James SMTP server while redirecting mail sends it to itself rather than to the destination

2010-06-10 Thread Anastasia Tugaenko (JIRA)
James SMTP server while redirecting mail sends it to itself rather than to the destination -- Key: JAMES-1018 URL: https://issues.apache.org/jira/browse/JAMES-1018

svn commit: r953319 - in /james/server/trunk: management/pom.xml pom.xml spring-deployment/pom.xml

2010-06-10 Thread norman
Author: norman Date: Thu Jun 10 13:24:16 2010 New Revision: 953319 URL: http://svn.apache.org/viewvc?rev=953319view=rev Log: Fix startup problems when using jetty + java5 (JAMES-1017) Modified: james/server/trunk/management/pom.xml james/server/trunk/pom.xml

[jira] Resolved: (JAMES-1017) Exception when trying to start tomcat with james-server-spring-deployment-3.0-SNAPSHOT.war and java 1.5

2010-06-10 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-1017. -- Fix Version/s: 3.0-M1 (was: Trunk) Resolution: Fixed should be

[jira] Updated: (JAMES-1017) Exception when trying to start tomcat with james-server-spring-deployment-3.0-SNAPSHOT.war and java 1.5

2010-06-10 Thread Aurelius Robert Baier (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aurelius Robert Baier updated JAMES-1017: - Attachment: james-server.jdk5.log james-server.log The file with

[jira] Commented: (JAMES-1017) Exception when trying to start tomcat with james-server-spring-deployment-3.0-SNAPSHOT.war and java 1.5

2010-06-10 Thread Aurelius Robert Baier (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12877417#action_12877417 ] Aurelius Robert Baier commented on JAMES-1017: -- Right, there is now anoter

[jira] Reopened: (JAMES-1017) Exception when trying to start tomcat with james-server-spring-deployment-3.0-SNAPSHOT.war and java 1.5

2010-06-10 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer reopened JAMES-1017: -- Assignee: Norman Maurer Could you check if it works now ?Thx Exception when trying to

svn commit: r953387 - in /james/jspf/trunk: assemble/pom.xml pom.xml resolver/pom.xml tester/pom.xml

2010-06-10 Thread norman
Author: norman Date: Thu Jun 10 16:50:48 2010 New Revision: 953387 URL: http://svn.apache.org/viewvc?rev=953387view=rev Log: Cleanup / adjust pom.xml file to get ready for next release Modified: james/jspf/trunk/assemble/pom.xml james/jspf/trunk/pom.xml

Re: [jSPF] prepared for 0.9.8 release

2010-06-10 Thread Norman Maurer
Hi Stefano, we should be ok for james server. I will start the release process soon. Thx! Bye, Norman 2010/6/9 Norman Maurer nor...@apache.org: Hi Stefano, thx for preparing. I will have look if we need something adjusted for james-trunk (I don't think so). Bye, Norman 2010/6/8

svn commit: r953391 - /james/jspf/tags/apache-jspf-project-0.9.8/

2010-06-10 Thread norman
Author: norman Date: Thu Jun 10 17:00:22 2010 New Revision: 953391 URL: http://svn.apache.org/viewvc?rev=953391view=rev Log: [maven-scm] copy for tag apache-jspf-project-0.9.8 Added: james/jspf/tags/apache-jspf-project-0.9.8/ - copied from r953390, james/jspf/trunk/

svn commit: r953393 - in /james/jspf/trunk: assemble/pom.xml pom.xml resolver/pom.xml tester/pom.xml

2010-06-10 Thread norman
Author: norman Date: Thu Jun 10 17:00:27 2010 New Revision: 953393 URL: http://svn.apache.org/viewvc?rev=953393view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: james/jspf/trunk/assemble/pom.xml james/jspf/trunk/pom.xml

[VOTE] Release apache-jspf-0.9.8

2010-06-10 Thread Norman Maurer
Hi all, Stefano prepared a new release of jspf. Seems like a very busy quartal for james ;) So please review and cast your vote: https://repository.apache.org/content/repositories/orgapachejames-047/ [ ] +1 Please release the artifacts [ ] +0 No time for review [ ] -1 Something is wrong or we

svn commit: r953400 - /james/project/trunk/project/src/site/xdoc/download.xml

2010-06-10 Thread norman
Author: norman Date: Thu Jun 10 17:17:22 2010 New Revision: 953400 URL: http://svn.apache.org/viewvc?rev=953400view=rev Log: mailet-base 1.1 was released Modified: james/project/trunk/project/src/site/xdoc/download.xml Modified: james/project/trunk/project/src/site/xdoc/download.xml URL:

Re: [IMAP] Cut a milestone ?

2010-06-10 Thread Eric Charles
Hi Norman, - I will also try to see what happens with the foreign keys. - MESSAGE_PROPERTY and MESSAGE_HEADER are created today during a fresh install. - Yes, input from community is welcome for the primary key generation strategy. Anyone? - I now better understand JPAMessage streaming. Many

Re: [IMAP] Cut a milestone ?

2010-06-10 Thread Norman Maurer
After thinking a bit more about it, could it be that the two tables are used for mapping ? I think that would make sense because we have a many relation here.. So one for mapping Message and Properties and one for Message and Header. Bye, Norman 2010/6/10 Eric Charles

Re: [IMAP] Cut a milestone ?

2010-06-10 Thread Tim-Christian Mundt
Hi, Am Donnerstag, den 10.06.2010, 19:56 +0200 schrieb Norman Maurer: After thinking a bit more about it, could it be that the two tables are used for mapping ? I think that would make sense because we have a many relation here.. So one for mapping Message and Properties and one for Message