Re: hbase-mailbox alpha release

2011-08-13 Thread Ioan Eugen Stan
2011/8/13 Eric Charles : > Hi Ioan, Hi Eric, nice to hear from you again. > > I've hg pull/update, and compile/test works fine here. Good ;) > > I didn't review the code, but integration tests will tell you if you are > missing something. How is it going? This is also a reply for Norman's mail:

[jira] [Created] (IMAP-330) Convert mailboxnames to UTF-8 before pass them to the Mailbox impl

2011-08-13 Thread Norman Maurer (JIRA)
Convert mailboxnames to UTF-8 before pass them to the Mailbox impl -- Key: IMAP-330 URL: https://issues.apache.org/jira/browse/IMAP-330 Project: JAMES Imap Issue Type: Improveme

Re: NoSQL backend for James

2011-08-13 Thread Norman Maurer
Hi there, first of welcome to JAMES :) Answer of your questions inline.. 2011/8/13 Pepijn de Vos : > Hey, > > I was Googling around for a mail server that I could use with a nice > database, so I can query the mail in interesting ways for my > webmail/newsgroup/whatever app. > > I found a GSOC

svn commit: r1157380 - /james/app/branches/3_0_beta3/pom.xml

2011-08-13 Thread rdonkin
Author: rdonkin Date: Sat Aug 13 14:19:26 2011 New Revision: 1157380 URL: http://svn.apache.org/viewvc?rev=1157380&view=rev Log: Added source control details for app. Modified: james/app/branches/3_0_beta3/pom.xml Modified: james/app/branches/3_0_beta3/pom.xml URL: http://svn.apache.org/vie

svn commit: r1157378 - /james/app/branches/3_0_beta3/pom.xml

2011-08-13 Thread rdonkin
Author: rdonkin Date: Sat Aug 13 13:52:21 2011 New Revision: 1157378 URL: http://svn.apache.org/viewvc?rev=1157378&view=rev Log: War is not being signed, probably due to project type being pom. Comment out war release for the moment. Modified: james/app/branches/3_0_beta3/pom.xml Modified:

Re: hbase-mailbox alpha release

2011-08-13 Thread Norman Maurer
Hi Ioan, any success with the integration tests yet ? bye norman Am Samstag, 13. August 2011 schrieb Eric Charles : > Hi Ioan, > > I've hg pull/update, and compile/test works fine here. Good ;) > > I didn't review the code, but integration tests will tell you if you are missing something. How is

Re: svn commit: r1157218 - /james/server/trunk/data-library/pom.xml

2011-08-13 Thread Norman Maurer
no need to worry... bye norman Am Samstag, 13. August 2011 schrieb Eric Charles : > On 12/08/11 21:15, nor...@apache.org wrote: >> >> Author: norman >> Date: Fri Aug 12 19:15:44 2011 >> New Revision: 1157218 >> >> URL: http://svn.apache.org/viewvc?rev=1157218&view=rev >> Log: >> Fix compile error

Re: svn commit: r1157218 - /james/server/trunk/data-library/pom.xml

2011-08-13 Thread Eric Charles
On 12/08/11 21:15, nor...@apache.org wrote: Author: norman Date: Fri Aug 12 19:15:44 2011 New Revision: 1157218 URL: http://svn.apache.org/viewvc?rev=1157218&view=rev Log: Fix compile error.. Eric I'm watching you ;) Same here :) mvn classpath loader != eclipse classpath loader (I will remind

Re: hbase-mailbox alpha release

2011-08-13 Thread Eric Charles
Hi Ioan, I've hg pull/update, and compile/test works fine here. Good ;) I didn't review the code, but integration tests will tell you if you are missing something. How is it going? You could also add in the tests: HBaseMailboxManagerTest extends AbstractMailboxManagerTest HBaseSubscriptionMan

Re: Database backup and restore not working with jcr-mailboxmanager

2011-08-13 Thread Eric Charles
Hi Sai, If the jcr mailbox works fine (does it really?), no idea where the org.apache.james.mailbox.jcr.JCRMailboxSessionMapperFactory | Unable to access property jamesMailbox:mailboxNamespace comes from. Do you use M3-SNAPSHOT, beta3-SNAPSHOT or build from trunk? You are talking about the en

NoSQL backend for James

2011-08-13 Thread Pepijn de Vos
Hey, I was Googling around for a mail server that I could use with a nice database, so I can query the mail in interesting ways for my webmail/newsgroup/whatever app. I found a GSOC page that listed this as a possible project. I contacted the mentor (Robert) to see if someone picked it up yet.

svn commit: r1157344 - /james/app/branches/3_0_beta3/pom.xml

2011-08-13 Thread rdonkin
Author: rdonkin Date: Sat Aug 13 07:39:00 2011 New Revision: 1157344 URL: http://svn.apache.org/viewvc?rev=1157344&view=rev Log: James server 3.0-beta3 parent pom uses project.version to set versions for server components. Override here to allow app pom to be a SNAPSHOT version. Modified: ja