[jira] [Commented] (MAILBOX-83) Add support for SOLR based MessageSearchIndex

2011-09-07 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13098661#comment-13098661 ] Norman Maurer commented on MAILBOX-83: -- Any takers ? If not I would prolly put it on

[jira] [Commented] (MAILBOX-11) MailboxQuery ignore namespace

2011-09-07 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13098662#comment-13098662 ] Norman Maurer commented on MAILBOX-11: -- we shouldmfix it now MailboxQuery ignore

[jira] [Updated] (IMAP-322) Allow to enable/disable CAPABILITIES from config

2011-09-07 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer updated IMAP-322: --- Fix Version/s: 0.3 Let us fix this before the next release Allow to enable/disable CAPABILITIES from

[jira] [Resolved] (JAMES-1285) Custom mailet not working

2011-09-07 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-1285. -- Resolution: Cannot Reproduce Fix Version/s: 3.0-beta4 Assignee: Norman Maurer

[jira] [Resolved] (JAMES-980) Fix the possibility to build submodules only

2011-09-07 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-980. - Resolution: Fixed Fix Version/s: 3.0-beta4 Assignee: Norman Maurer It seems to

[jira] [Updated] (JAMES-1259) Problem sending email to local and non-local recipients with Camel 2.6.0

2011-09-07 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer updated JAMES-1259: - Assignee: Norman Maurer Summary: Problem sending email to local and non-local recipients

[jira] [Commented] (JAMES-1207) Avoid file descriptor leaks

2011-09-07 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13098700#comment-13098700 ] Norman Maurer commented on JAMES-1207: -- @Felix: Do you have time to review and fix ?

[jira] [Commented] (JAMES-1207) Avoid file descriptor leaks

2011-09-07 Thread Felix Knecht (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13098714#comment-13098714 ] Felix Knecht commented on JAMES-1207: - Yes, I have the time. If questions will come up

[jira] [Assigned] (JAMES-1207) Avoid file descriptor leaks

2011-09-07 Thread Felix Knecht (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Knecht reassigned JAMES-1207: --- Assignee: Felix Knecht Avoid file descriptor leaks ---

[jira] [Commented] (JAMES-1207) Avoid file descriptor leaks

2011-09-07 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13098762#comment-13098762 ] Norman Maurer commented on JAMES-1207: -- Yeah just close them.. Avoid file

svn commit: r1166056 - in /james/server/trunk: hbase/src/reporting-site/ lifecycle-spring/src/reporting-site/ mailetcontainer-api/src/reporting-site/

2011-09-07 Thread felixk
Author: felixk Date: Wed Sep 7 08:35:36 2011 New Revision: 1166056 URL: http://svn.apache.org/viewvc?rev=1166056view=rev Log: Add generation for technical reports Added: james/server/trunk/hbase/src/reporting-site/ james/server/trunk/hbase/src/reporting-site/site.xml (with props)

svn commit: r1166093 - /james/server/trunk/lifecycle-spring/src/main/java/org/apache/james/container/spring/lifecycle/osgi/OSGIConfigurationProvider.java

2011-09-07 Thread felixk
Author: felixk Date: Wed Sep 7 10:05:20 2011 New Revision: 1166093 URL: http://svn.apache.org/viewvc?rev=1166093view=rev Log: Close inputstream (JAMES-1207) Modified:

Ignored return value of File.delete / File.mkdir

2011-09-07 Thread Felix Knecht
Hi In various places we use java.io.File.[delete|mkdir] without respecting the return value. File.delete e.g. may just return false if the file/directory can't be deleted/created because of any other reason than a SecurityException [1]. Can this become a problem - Jira or is it just a waste

Re: Ignored return value of File.delete / File.mkdir

2011-09-07 Thread Norman Maurer
Hi there, I think we should check if it was successful and if not throw an exception. Or we could use FileUtils for this which does throw an exception if the delete fails: http://commons.apache.org/io/api-release/org/apache/commons/io/FileUtils.html Bye, Norman 2011/9/7 Felix Knecht

Project nntp

2011-09-07 Thread Felix Knecht
Sorry about strange questions, but is the nntp project still one of the current projects? I can't find it on http://james.apache.org/ nor in in the CI as build nor it builds locally. If it's a deprecated project it should be removed as external definition from the 'current' [1] source tree.

[jira] [Created] (JAMES-1310) Return value of File.[delete|mkdir] is ignored

2011-09-07 Thread Felix Knecht (JIRA)
Return value of File.[delete|mkdir] is ignored -- Key: JAMES-1310 URL: https://issues.apache.org/jira/browse/JAMES-1310 Project: JAMES Server Issue Type: Bug Affects Versions: 3.0-beta3

Re: [jira] [Created] (JAMES-1310) Return value of File.[delete|mkdir] is ignored

2011-09-07 Thread Felix Knecht
I do have some problems to understand how it exactly should behave in case of a non existing file. I try to explain. Referencing the file org.apache.james.repository.file.AbstractFileRepository a) Method File getFile(final String key) [1] declares throwing an IOException. In fact no code

svn commit: r1166190 - /james/server/trunk/hbase/src/main/java/org/apache/james/rrt/hbase/HBaseRecipientRewriteTable.java

2011-09-07 Thread felixk
Author: felixk Date: Wed Sep 7 14:18:38 2011 New Revision: 1166190 URL: http://svn.apache.org/viewvc?rev=1166190view=rev Log: ResultScanner seems to be a left over from cp, but not used. Modified:

svn commit: r1166204 - /james/server/trunk/hbase/src/main/java/org/apache/james/system/hbase/TablePool.java

2011-09-07 Thread felixk
Author: felixk Date: Wed Sep 7 14:48:01 2011 New Revision: 1166204 URL: http://svn.apache.org/viewvc?rev=1166204view=rev Log: Make sure not getting an partial initialized instance when different classes request an instance at the same time. Modified:

[jira] [Resolved] (JAMES-1207) Avoid file descriptor leaks

2011-09-07 Thread Felix Knecht (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Knecht resolved JAMES-1207. - Resolution: Fixed Fix Version/s: 3.0-beta4 Fixed all I found Avoid file descriptor

[jira] [Closed] (JAMES-1207) Avoid file descriptor leaks

2011-09-07 Thread Felix Knecht (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Knecht closed JAMES-1207. --- Avoid file descriptor leaks --- Key: JAMES-1207