Re: Mailet Development

2011-10-04 Thread Robert Burrell Donkin
On Thu, Sep 29, 2011 at 4:27 PM, Adam Gibson wrote: > Hi Robert, > > I have taken a look a closer look at the apache committers process and > understand how it works now. I'll start working on some initial contributions > and see what might be able to come out of this. :-) > Anyways,regarding

[jira] [Issue Comment Edited] (JAMES-1317) Mail spooled but not processed

2011-10-04 Thread Michael Herrmann (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13119938#comment-13119938 ] Michael Herrmann edited comment on JAMES-1317 at 10/4/11 7:49 AM: --

[jira] [Commented] (JAMES-1317) Mail spooled but not processed

2011-10-04 Thread Michael Herrmann (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13119938#comment-13119938 ] Michael Herrmann commented on JAMES-1317: - Hi Norman, thank you very much for yo

svn commit: r1178719 - /james/server/trunk/pop3server/src/test/java/org/apache/james/pop3server/POP3ServerTest.java

2011-10-04 Thread norman
Author: norman Date: Tue Oct 4 08:31:36 2011 New Revision: 1178719 URL: http://svn.apache.org/viewvc?rev=1178719&view=rev Log: Need to call init() on StoreMailboxManager subclasses Modified: james/server/trunk/pop3server/src/test/java/org/apache/james/pop3server/POP3ServerTest.java Modifie

[jira] [Updated] (JAMES-1317) Mail spooled but not processed

2011-10-04 Thread Norman Maurer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer updated JAMES-1317: - Attachment: james-server-mailetcontainer-camel-3.0-beta4-SNAPSHOT.jar Could you please replace th

Re: NoSQL backend for James

2011-10-04 Thread Pepijn de Vos
Another piece of the puzzle. HBase and JPA use less of the classes from the Store API. Therefore they also extend the managers to provide their custom classes. I'm still not sure why they do that, instead of using for example SimpleMessage. I found a Couch library that claims to be a lot like J

Re: NoSQL backend for James

2011-10-04 Thread Ioan Eugen Stan
2011/10/4 Pepijn de Vos : > Another piece of the puzzle. HBase and JPA use less of the classes from the > Store API. Therefore they also extend the managers to provide their custom > classes. I'm still not sure why they do that, instead of using for example > SimpleMessage. > > I found a Couch l

svn commit: r1178748 - /james/mailbox/trunk/pom.xml

2011-10-04 Thread felixk
Author: felixk Date: Tue Oct 4 10:09:28 2011 New Revision: 1178748 URL: http://svn.apache.org/viewvc?rev=1178748&view=rev Log: Use released version Modified: james/mailbox/trunk/pom.xml Modified: james/mailbox/trunk/pom.xml URL: http://svn.apache.org/viewvc/james/mailbox/trunk/pom.xml?rev=

[jira] [Commented] (JAMES-1317) Mail spooled but not processed

2011-10-04 Thread Michael Herrmann (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13119986#comment-13119986 ] Michael Herrmann commented on JAMES-1317: - Hi, in James 3.0-beta3, replacing jam

[jira] [Updated] (JAMES-1317) Mail spooled but not processed

2011-10-04 Thread Norman Maurer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer updated JAMES-1317: - Attachment: james-server-mailetcontainer-camel-3.0-beta4-SNAPSHOT.jar Sorry there was a typo... p

Re: Prepare for new mailbox release

2011-10-04 Thread Felix Knecht
Just adding the repository does works for me using the current trunk (I think I should commit it to make it compiling also when having a clean local repository...). But there may be another problem we can run into: There's no garantee, that the rawson's repository will stay when have done the r

Re: Prepare for new mailbox release

2011-10-04 Thread Norman Maurer
Yeah please add it back as without it its not buildable. I wonder if we may not just use "normal" hadoop for the tests as we don't care about append or not in tests. wdyt ? Bye, Norman 2011/10/4 Felix Knecht : > Just adding the repository does works for me using the current trunk (I > think I s

Re: Prepare for new mailbox release

2011-10-04 Thread Felix Knecht
On 10/04/2011 12:44 PM, Norman Maurer wrote: Yeah please add it back as without it its not buildable. I wonder if we may not just use "normal" hadoop for the tests as we don't care about append or not in tests. wdyt ? I agree, but don't know if this is possible. Thinking a bit longer about it

[jira] [Commented] (JAMES-1317) Mail spooled but not processed

2011-10-04 Thread Michael Herrmann (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13120007#comment-13120007 ] Michael Herrmann commented on JAMES-1317: - That fixes the problem in 3.0-beta3 :-)

[jira] [Commented] (JAMES-1317) Mail spooled but not processed

2011-10-04 Thread Norman Maurer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13120010#comment-13120010 ] Norman Maurer commented on JAMES-1317: -- Wh000t! I will cleanup the fix and commit la

Re: Prepare for new mailbox release

2011-10-04 Thread Ioan Eugen Stan
2011/10/4 Felix Knecht : > On 10/04/2011 12:44 PM, Norman Maurer wrote: >> >> Yeah please add it back as without it its not buildable. I wonder if >> we may not just use "normal" hadoop for the tests as we don't care >> about append or not in tests. >> >> wdyt ? > > I agree, but don't know if this

Re: Prepare for new mailbox release

2011-10-04 Thread Felix Knecht
For HBase Mailbox I switched to HBase-0.90.4 and Hadoop 0.20.204 or something like that. I completly removed rowson's repository. Rand the tests and everything looks good. I didn't run the integration tests. If there are no other problems I suggest you do the same. The HBase version is in Jams se

Re: Prepare for new mailbox release

2011-10-04 Thread Ioan Eugen Stan
2011/10/4 Felix Knecht : >> For HBase Mailbox I switched to HBase-0.90.4 and Hadoop 0.20.204 or >> something like that. I completly removed rowson's repository. Rand the >> tests and everything looks good. I didn't run the integration tests. >> >> If there are no other problems I suggest you do the

[jira] [Commented] (JAMES-1317) Mail spooled but not processed

2011-10-04 Thread Michael Herrmann (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13120028#comment-13120028 ] Michael Herrmann commented on JAMES-1317: - Hi again, I did some more testing. Yo

[jira] [Updated] (JAMES-1317) Mail spooled but not processed

2011-10-04 Thread Michael Herrmann (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Herrmann updated JAMES-1317: Attachment: logs.zip Dump2.txt > Mail spooled but not processed > -

Re: Prepare for new mailbox release

2011-10-04 Thread Felix Knecht
On 10/04/2011 01:29 PM, Ioan Eugen Stan wrote: 2011/10/4 Felix Knecht: For HBase Mailbox I switched to HBase-0.90.4 and Hadoop 0.20.204 or something like that. I completly removed rowson's repository. Rand the tests and everything looks good. I didn't run the integration tests. If there are no

Re: Prepare for new mailbox release

2011-10-04 Thread Felix Knecht
On 10/04/2011 02:12 PM, Felix Knecht wrote: On 10/04/2011 01:29 PM, Ioan Eugen Stan wrote: 2011/10/4 Felix Knecht: For HBase Mailbox I switched to HBase-0.90.4 and Hadoop 0.20.204 or something like that. I completly removed rowson's repository. Rand the tests and everything looks good. I didn't

[jira] [Commented] (JAMES-1317) Mail spooled but not processed

2011-10-04 Thread Michael Herrmann (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13120038#comment-13120038 ] Michael Herrmann commented on JAMES-1317: - I'm taking my last question back as I s

[jira] [Commented] (JAMES-1317) Mail spooled but not processed

2011-10-04 Thread Norman Maurer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13120050#comment-13120050 ] Norman Maurer commented on JAMES-1317: -- What db are you using ? > Ma

[jira] [Commented] (JAMES-1317) Mail spooled but not processed

2011-10-04 Thread Michael Herrmann (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13120077#comment-13120077 ] Michael Herrmann commented on JAMES-1317: - The one provided by James, so Derby I g

Re: Prepare for new mailbox release

2011-10-04 Thread Eric Charles
Hi, (taking back james way after a long read-only mailing list period for job search) I updated mailbox-hbase, and after running 'mvn install', got The following artifacts could not be resolved: org.apache.hadoop:hadoop-test:jar:0.20-append-r1057313, org.apache.hadoop:hadoop-core:jar:0.20-ap

svn commit: r1178826 - /james/mailbox/trunk/hbase/pom.xml

2011-10-04 Thread eric
Author: eric Date: Tue Oct 4 15:05:37 2011 New Revision: 1178826 URL: http://svn.apache.org/viewvc?rev=1178826&view=rev Log: Readd rawson repository as temporary fix for hadoop dependency downloads Modified: james/mailbox/trunk/hbase/pom.xml Modified: james/mailbox/trunk/hbase/pom.xml URL:

svn commit: r1178829 - /james/current/pom.xml

2011-10-04 Thread eric
Author: eric Date: Tue Oct 4 15:18:30 2011 New Revision: 1178829 URL: http://svn.apache.org/viewvc?rev=1178829&view=rev Log: Comment nntp (no more maintained in trunk atm) and jspf (no maven modules atm) Modified: james/current/pom.xml Modified: james/current/pom.xml URL: http://svn.apache

Re: svn commit: r1178829 - /james/current/pom.xml

2011-10-04 Thread Stefano Bagnara
2011/10/4 : > URL: http://svn.apache.org/viewvc?rev=1178829&view=rev > Log: > Comment nntp (no more maintained in trunk atm) and jspf (no maven modules atm) jspf uses maven as its build tool, so I'm not sure I understand this commit comment Stefano > Modified: >    james/current/pom.xml > > Mod

Re: svn commit: r1178829 - /james/current/pom.xml

2011-10-04 Thread Eric Charles
Hi Stefano, True, jspf is maven multimodule http://svn.apache.org/repos/asf/james/jspf/trunk/ but checking out http://svn.apache.org/repos/asf/james/current didn't get the jspf project here (although defined via jspf https://svn.apache.org/repos/asf/james/jspf/trunk). If this is a local bug

Re: Prepare for new mailbox release

2011-10-04 Thread Eric Charles
From http://hbase.apache.org/book/hadoop.html Currently only the branch-0.20-append branch has this a working sync[5]. No official releases have been made from the branch-0.20-append branch up to now so you will have to build your own Hadoop from the tip of this branch We must keep the non m

[jira] [Commented] (JAMES-1317) Mail spooled but not processed

2011-10-04 Thread Norman Maurer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13120354#comment-13120354 ] Norman Maurer commented on JAMES-1317: -- For me it looks like all jdbc connections are

svn commit: r1179061 - /james/server/trunk/mailets/src/main/java/org/apache/james/transport/mailets/SieveMailet.java

2011-10-04 Thread norman
Author: norman Date: Wed Oct 5 06:34:15 2011 New Revision: 1179061 URL: http://svn.apache.org/viewvc?rev=1179061&view=rev Log: Use the MailboxSession to construct the MailboxPath for the user. See JAMES-1326 Modified: james/server/trunk/mailets/src/main/java/org/apache/james/transport/maile

[jira] [Created] (JAMES-1326) SieveMailet should use the MailboxSession to construct MailboxPath to users inbox

2011-10-04 Thread Norman Maurer (Created) (JIRA)
SieveMailet should use the MailboxSession to construct MailboxPath to users inbox - Key: JAMES-1326 URL: https://issues.apache.org/jira/browse/JAMES-1326 Project: JAMES S

[jira] [Resolved] (JAMES-1326) SieveMailet should use the MailboxSession to construct MailboxPath to users inbox

2011-10-04 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-1326. -- Resolution: Fixed > SieveMailet should use the MailboxSession to construct MailboxPath to u