JAMES Server Nightly Build Report

2009-10-29 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:

[jira] Created: (HUPA-44) [patch] increased test coverage, added msg fixtures, many fixes

2009-10-29 Thread Manuel Carrasco (JIRA)
[patch] increased test coverage, added msg fixtures, many fixes --- Key: HUPA-44 URL: https://issues.apache.org/jira/browse/HUPA-44 Project: JAMES Hupa Issue Type: Bug

[jira] Updated: (HUPA-44) [patch] increased test coverage, added msg fixtures, many fixes

2009-10-29 Thread Manuel Carrasco (JIRA)
[ https://issues.apache.org/jira/browse/HUPA-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manuel Carrasco updated HUPA-44: Attachment: many_changes.diff [patch] increased test coverage, added msg fixtures, many fixes

[jira] Updated: (HUPA-44) [patch] increased test coverage, added msg fixtures, many fixes

2009-10-29 Thread Manuel Carrasco (JIRA)
[ https://issues.apache.org/jira/browse/HUPA-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manuel Carrasco updated HUPA-44: Attachment: many_changes_unicode.diff Changed two lines in the patch in order to use the unicode

[jira] Updated: (HUPA-44) [patch] increased test coverage, added msg fixtures, many fixes

2009-10-29 Thread Manuel Carrasco (JIRA)
[ https://issues.apache.org/jira/browse/HUPA-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manuel Carrasco updated HUPA-44: Attachment: many_changes_unicode_downloadservlet_fixtures.diff I forget include fixtures in the last

[jira] Updated: (HUPA-44) [patch] increased test coverage, added msg fixtures, many fixes

2009-10-29 Thread Manuel Carrasco (JIRA)
[ https://issues.apache.org/jira/browse/HUPA-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manuel Carrasco updated HUPA-44: Attachment: many_changes_unicode_downloadservlet_fixtures_2.diff [patch] increased test coverage,

[jira] Updated: (HUPA-44) [patch] increased test coverage, added msg fixtures, many fixes

2009-10-29 Thread Manuel Carrasco (JIRA)
[ https://issues.apache.org/jira/browse/HUPA-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manuel Carrasco updated HUPA-44: Attachment: (was: many_changes_unicode_downloadservlet_fixtures.diff) [patch] increased test

svn commit: r830933 [4/4] - in /james/hupa/trunk: ./ client/src/main/java/org/apache/hupa/client/mvp/ client/src/main/java/org/apache/hupa/client/widgets/ server/src/main/java/org/apache/hupa/server/

2009-10-29 Thread norman
Modified: james/hupa/trunk/server/src/test/java/org/apache/hupa/server/handler/FetchFoldersHandlerTest.java URL: http://svn.apache.org/viewvc/james/hupa/trunk/server/src/test/java/org/apache/hupa/server/handler/FetchFoldersHandlerTest.java?rev=830933r1=830932r2=830933view=diff

[jira] Resolved: (HUPA-44) [patch] increased test coverage, added msg fixtures, many fixes

2009-10-29 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/HUPA-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved HUPA-44. --- Resolution: Fixed Patch committed... Thx! [patch] increased test coverage, added msg fixtures, many

svn commit: r830945 - /james/server/trunk/smtp-protocol-library/pom.xml

2009-10-29 Thread norman
Author: norman Date: Thu Oct 29 13:41:37 2009 New Revision: 830945 URL: http://svn.apache.org/viewvc?rev=830945view=rev Log: remove not needed dependency Modified: james/server/trunk/smtp-protocol-library/pom.xml Modified: james/server/trunk/smtp-protocol-library/pom.xml URL:

svn commit: r830946 - /james/server/trunk/smtp-protocol-library/src/main/java/org/apache/james/smtpserver/protocol/core/ReceivedDataLineFilter.java

2009-10-29 Thread norman
Author: norman Date: Thu Oct 29 13:42:29 2009 New Revision: 830946 URL: http://svn.apache.org/viewvc?rev=830946view=rev Log: missing license header Modified: james/server/trunk/smtp-protocol-library/src/main/java/org/apache/james/smtpserver/protocol/core/ReceivedDataLineFilter.java

Problems with TextLineCodecFactory in SMTPServer

2009-10-29 Thread Norman Maurer
Hi all, we started to use MINA in the JAMES SMTPServer. Everything works in most cases, but sometimes I see the following error message: org.apache.mina.filter.codec.ProtocolDecoderException: java.nio.charset.MalformedInputException: Input length = 1 (Hexdump: 22 74 6F 70 22 20 68 65 69 67 68 74

[HUPA]Re: Hupa build issue

2009-10-29 Thread Norman Maurer
Hi Mohan, the project compiles without a problem here. What mvn command did you run ? Using mvn clean package works without problems here (I'm on a mac so maybe its related to windows). Thx, Norman Ps: I send the message to server-dev too, because thats the mailinglist used for hupa.

Re: [HUPA]Re: Hupa build issue

2009-10-29 Thread Norman Maurer
Sure.. Contributions are always welcome :) Bye, Norman 2009/10/29 mohan chinnappan mchinnap...@gmail.com: Dear Norman, Thanks for the quick reply. Yes, I use Windows ( I will check this on my Linux box later). The command that I used: clean package. You are correct. I  also think it is

Re: [HUPA]Re: Hupa build issue

2009-10-29 Thread mohan chinnappan
Dear Norman, Thanks for the quick reply. Yes, I use Windows ( I will check this on my Linux box later). The command that I used: clean package. You are correct. I also think it is Windows-specific problem. We need to use OS independent path separators. Do you want me look and fix this

Re: Problems with TextLineCodecFactory in SMTPServer

2009-10-29 Thread Norman Maurer
Hi Niclas, we use : ProtocolCodecFilter codecFactory = new ProtocolCodecFilter(new TextLineCodecFactory(Charset.forName(US-ASCII))); That should be safe for the SMTPProtocol. So maybe some SPAM-Bot is just not getting it right and send an invalid formatted message. Bye, Norman 2009/10/29

[jira] Created: (JAMES-936) NPE when using FileMailRepository

2009-10-29 Thread Norman Maurer (JIRA)
NPE when using FileMailRepository - Key: JAMES-936 URL: https://issues.apache.org/jira/browse/JAMES-936 Project: JAMES Server Issue Type: Bug Components: MailStore MailRepository Affects

Re: Problems with TextLineCodecFactory in SMTPServer

2009-10-29 Thread Norman Maurer
Hi Emmanuel, you said: * you forgot to release the buffer once processed. So using the TextLineProtocolFactory why would I need to release the buffer ? I thought this get done already.. Thx again, Norman 2009/10/29 Emmanuel Lecharny elecha...@apache.org: Hi Norman if I decypher the

[jira] Resolved: (HUPA-1) Raw message dialogbox is displaying not correctly in IE

2009-10-29 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/HUPA-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved HUPA-1. -- Resolution: Fixed Not the case anymore with the new version which was introduced before Raw message

[jira] Commented: (HUPA-41) support for imap filters / sieve

2009-10-29 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/HUPA-41?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12771548#action_12771548 ] Norman Maurer commented on HUPA-41: --- sounds like a great idea! Contributions welcome ;)