Re: mailbox over HDFS/HBase

2011-05-24 Thread Eric Charles
See my comments inline. Tks, - Eric On 24/05/2011 07:44, Norman wrote: snip First, about email : - emails are essentially immutable. Once created they do not modify. - meta information is read/write (like the status - read/unread). maybe other stuff, I still have to get up to date. The only

Re: mailbox over HDFS/HBase

2011-05-24 Thread Eric Charles
On 24/05/2011 07:44, Norman wrote: I wrote a prototype which use cassandra for Apache James Mailbox, which is not Open-Source (yet?). It works quite well but suffer from any locking, so you need some distributed locking service like hazelcast [e]. So using NoSQL should work without probs, you

Re: mailbox over HDFS/HBase

2011-05-25 Thread Eric Charles
Yes, let's go this way (I will put some links in the initial GSoC JIRA). Your exams first! You will have plenty of time when they will be finished :) In first instance, I think you have to correctly have in hand the james mailbox implementations and the hbase api. mailbox-hbase implementation

Re: ActiveMQ and memory problems

2011-05-25 Thread Eric Charles
Sorry, I was meaning remove the prefetch policy. For mails blocked in queues, you can read more on http://markmail.org/message/v4zxfkbkjjllwrbb and try get more information from the jmx console for those messages and on the activemq mbeans. Tks, - Eric On 25/05/2011 16:09, Eric Charles

Re: mailbox over HDFS/HBase

2011-05-25 Thread Eric Charles
Yes, data transfer on the network is for now the main latency cause. However, there are still some optimization to implement regarding large queries. For now, it is batched (batch of 100 I think), but solution like you propose would be better (depending on mailbox implementation to support

Re: [SERVER] Remove Jackrabbit from the bundled distribution (for now)

2011-06-09 Thread Eric Charles
+1 Lucene benefit is too important (especially for maildir) to not ship it, and users won't probably not test JCR mailbox in first instance. Tks, - Eric On 09/06/11 18:48, Norman Maurer wrote: Hi there, I think we should not ship Jackrabbit with the bundled distribution for now. Mainly

Imap status

2011-06-11 Thread Eric Charles
Hi, This weekend, I will test server-beta1 (ok so far), imap-2.0.1 and will update documentation for the releases. Is the following correct (Norman was so fast I could even not follow him :) IMAP4rev1 2.0 LITERAL+ 2.0 CHILDREN ? I18NLEVEL=1 2.0.1 WITHIN 2.0.1 ESEARCH 2.0.1 SEARCHRES 2.0.1

Re: Imap status

2011-06-11 Thread Eric Charles
0.2.x, of course :) I will add a table on the imap web site with the supported extension per version. Sure, we can rely for now on dovecot testsuite. For the how to test, we can simply link for now to http://www.imapwiki.org/ImapTest In the long run, mailbox-integration-tests could be

Re: let the coding start

2011-06-11 Thread Eric Charles
Hi Ioan, Even if James can be considered as a replacement for existing de-facto mailservers (simply for example by taking the maildir folder), the adoption will probably occur for some special use cases: - Mail integration in existing JAVA applications/environment - Mail processing during the

Re: let the coding start

2011-06-11 Thread Eric Charles
On 11/06/11 16:42, Eric Charles wrote: Hi Ioan, Even if James can be considered as a replacement for existing de-facto mailservers (simply for example by taking the maildir folder), the adoption will probably occur for some special use cases: - Mail integration in existing JAVA applications

Re: Why does SMTP sending mail w/o authentication?

2011-06-11 Thread Eric Charles
Hi Barry, Yes, you're right. The documentation we will put online with the release of sever beta1 will state for authorizedAddresses in smtpserver.xml If you use SMTP AUTH, addresses that match those specified here will be permitted to relay without SMTP AUTH. If you do not use SMTP AUTH,

Re: Imap status

2011-06-12 Thread Eric Charles
/content/repositories/releases/org/apache/james/apache-james-imap-api/ On 11/06/11 13:01, Eric Charles wrote: 0.2.x, of course :) I will add a table on the imap web site with the supported extension per version. Sure, we can rely for now on dovecot testsuite. For the how to test, we can simply

Re: [VOTE] Release Apache James IMAP 0.2.1

2011-06-12 Thread Eric Charles
[x] +1 Go ahead - Eric On 09/06/11 18:44, Norman Maurer wrote: Hi there, its time again for the next IMAP release before we move forward and need the new mailbox api changes. This release does not need any api changes from the 0.2 release. Changes:

Re: Why does SMTP sending mail w/o authentication?

2011-06-12 Thread Eric Charles
to do some I18N work. could you please send me the doc in advance? I need to be familiar with James configuration and mailet/matcher api. Thank you very much. 2011/6/12 Eric Charles e...@apache.org mailto:e...@apache.org Hi Barry, It's a matter of days for BETA1 (maybe 2 weeks, the time

Re: svn commit: r1134971 - /james/server/trunk/container-spring/src/assemble/bin.xml

2011-06-12 Thread Eric Charles
Also builds for me, but produces beta2 (pom probably defined for next iteration) Tks, - Eric On 12/06/11 22:10, Norman Maurer wrote: Huh ? Why it can't be build ? It worked for me ... Bye, Norman 2011/6/12rdon...@apache.org: Author: rdonkin Date: Sun Jun 12 19:56:04 2011 New Revision:

Re: what mailbox artifacts should I use

2011-06-13 Thread Eric Charles
Hi Ioan, Now you really feel on moving sand :) Welcome to the club. I've updated your mercurial repo, and it builds fine. About the mailbox version: Go for 0.2 for now. Trunk is moving fast and you have to concentrate on other challenges for now. Simply declare in your pom version 0.2 for

Re: svn commit: r1134885 - /james/server/trunk/container-spring/pom.xml

2011-06-13 Thread Eric Charles
Sad :/ I was fan of the wrapper. I will document with something like use 'nohup run.sh ' to let know users how to launch in the background. Tks, - Eric On 12/06/11 21:28, Norman Maurer wrote: Hi there, the normal scripts work without a problem. And the wrapper is not included anymore:

Re: James support for MS Exchange

2011-06-13 Thread Eric Charles
Hi Ioan, Linking to MS Exchange is an example area where James could have more traction that other classical servers. But for now, it is not supported. To have this, we would need: - Enhance our LDAP user repository (to use the MS Active Directory) - Implement a new Mailbox that links to the

Re: svn commit: r1134885 - /james/server/trunk/container-spring/pom.xml

2011-06-13 Thread Eric Charles
On 13/06/11 15:49, Stefano Bagnara wrote: Anyone who has a public license could republish the artifact under that public license. There would be no problems then using that instance. So at least we have a way out as I can redistribute it, but I hope we don't even need this (I don't want

Re: what mailbox artifacts should I use

2011-06-13 Thread Eric Charles
Hi Ioan, I'm also more eclipse. Patch for last section (Build James Source from other IDEs) of http://james.apache.org/server/3/dev-build.html is welcome :) Tks, - Eric On 13/06/11 12:22, Norman Maurer wrote: ah ok. I never used netbeans, I'm more the eclipse user ;) Bye, Norman

Re: svn commit: r1134885 - /james/server/trunk/container-spring/pom.xml

2011-06-13 Thread Eric Charles
We don't reference the tar.gz in the container-spring pom. We simply ask appassembler-maven-plugin to generate daemons. Do you mean the appassembler-maven-plugin will fetch the tar.gz ? But I don't see mention of that in

Re: svn commit: r1134885 - /james/server/trunk/container-spring/pom.xml

2011-06-13 Thread Eric Charles
, and to permit persons to whom the Software is furnished to do so, To my understanding, we don't rely on any current Tanuki license, but simply on the one we have modified without limitation. Tks, - Eric On 13/06/11 17:11, Eric Charles wrote: We don't reference the tar.gz

Re: svn commit: r1134885 - /james/server/trunk/container-spring/pom.xml

2011-06-13 Thread Eric Charles
Same here. Now that Stefano has republished to wrapper, I think we can add re-enable it for the beta1 release. Tks, - Eric On 13/06/11 18:15, Norman Maurer wrote: I agree with stefano. I really cant understand what all the trouble is about :( bye norman Am Montag, 13. Juni 2011

Re: svn commit: r1135380 - /james/mailbox/trunk/maildir/src/main/java/org/apache/james/mailbox/maildir/MaildirFolder.java

2011-06-13 Thread Eric Charles
Btw, MaildirFolder gives compile errors: Exception in thread pool-1-thread-160 java.lang.Error: Unresolved compilation problem: The method execute(MailboxSession, MailboxPath) of type new MailboxPathLocker.LockAwareExecution(){} must override a superclass method Tks, - Eric On 14/06/11

Re: svn commit: r1134885 - /james/server/trunk/container-spring/pom.xml

2011-06-14 Thread Eric Charles
Hi Robert, Glad we found a solution :) I've tested, and the wrapper is back again. Tks, - Eric On 13/06/11 21:44, Robert Burrell Donkin wrote: On Mon, Jun 13, 2011 at 5:52 PM, Eric Charlese...@apache.org wrote: OK, got it :) The tar.gz mention is here

Re: svn commit: r1135380 - /james/mailbox/trunk/maildir/src/main/java/org/apache/james/mailbox/maildir/MaildirFolder.java

2011-06-14 Thread Eric Charles
I even use 1.7 :) java -version openjdk version 1.7.0-internal OpenJDK Runtime Environment (build 1.7.0-internal-henri_2011_05_21_10_20-b00) OpenJDK 64-Bit Server VM (build 21.0-b13, mixed mode) The mailbox-maildir states: plugin groupIdorg.apache.maven.plugins/groupId

Re: svn commit: r1134885 - /james/server/trunk/container-spring/pom.xml

2011-06-14 Thread Eric Charles
Get your point Stefano. Tks for explanation. - Eric On 14/06/11 09:34, Stefano Bagnara wrote: 2011/6/13 Eric Charlese...@apache.org: We don't reference the tar.gz in the container-spring pom. We simply ask appassembler-maven-plugin to generate daemons. Do you mean the

Re: [jira] [Commented] (JAMES-1272) Roadmap for Apache James Server 3.1

2011-06-16 Thread Eric Charles
URL: https://issues.apache.org/jira/browse/JAMES-1272 Project: JAMES Server Issue Type: Wish Reporter: Eric Charles This JIRA collects the ideas, wishes for the next Apache James Server iteration (3.1) -- This message is automatically generated by JIRA

Re: artifactIds

2011-06-16 Thread Eric Charles
Proposed artifact renaming makes sense to me, even if I prefer a 3-part name max. We can simply target this for beta2. TKs, - Eric On 16/06/11 09:33, Robert Burrell Donkin wrote: On Thu, Jun 16, 2011 at 8:30 AM, Norman Maurernor...@apache.org wrote: Hi Robert, I don't have big preferences

Re: Conf problem...?

2011-06-20 Thread Eric Charles
So you explicitly changed the virtualHosting in domainlist.xml from true to false ? To run cli with project loaded in eclipse, simply create a class that invokes the ServerCmd.main with the correct args array. I also made that this weekend but didn't committed the classe because it's not

Re: vacation from 25 jun to 10 jul

2011-06-25 Thread Eric Charles
followed by a journey on the riviera for me :) Eric On 25/06/11 08:29, Robert Burrell Donkin wrote: On Thu, Jun 23, 2011 at 11:08 AM, Eric Charlese...@apache.org wrote: Enjoy :) +1 Maybe one year we could do a James meetup in the Alps :-) Robert

Re: svn commit: r1139535 [1/2] - in /james/mailbox/trunk: jcr/src/main/java/org/apache/james/mailbox/jcr/ jcr/src/main/java/org/apache/james/mailbox/jcr/mail/ jcr/src/main/java/org/apache/james/mailbo

2011-06-25 Thread Eric Charles
Cool! So Ioan's HBase Mailbox can now rely on trunk/3.0 rather than on 0.2. Tks On 25/06/11 14:29, nor...@apache.org wrote: URL:http://svn.apache.org/viewvc?rev=1139535view=rev Log: Add back UidProvider and also add ModSeqProvider. I think I'm now done for refactoring and we are ready for 0.3.

Re: [CANCEL] [VOTE] Release Apache James Mailbox 0.3

2011-06-26 Thread Eric Charles
Before casting my votes, I will check mailbox-integration-test and server are happy with imap-0.2.1, mailbox-0.3 and protocols-1.5. (so waiting on new mailbox-0.3 artifacts if I'm in line). Tks On 26/06/11 09:21, Norman Maurer wrote: hi there, let me cancel this VOTE and re-roll later. I

Re: [VOTE] Release Apache James Protocols 1.5

2011-06-28 Thread Eric Charles
+1 Eric On 23/06/11 18:17, Norman Maurer wrote: Hi there, its time again for a new Apache James Protocols release. Changes can be found here: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311060version=12316655 Please review:

Re: MS Outlook Error - UID does not comply with standard - Beta 1

2011-06-29 Thread Eric Charles
Hi Patrick, From previous thread, you were planning to copy/restore your mailbox. If you did that, then client uid/uidvalidity are no more in line. In thunderbird, it simply resynch the whole folder. Could it be oulook throws that message when uid/uidvalidy are no more in line? (that's what

Re: svn commit: r1141003 - /james/project/trunk/project/src/site/xdoc/newsarchive.xml

2011-06-29 Thread Eric Charles
Hi Felix, Tks for the tip. I just committed the change. Btw, any idea on https://issues.apache.org/jira/browse/JAMES-1260 ? As temp workaround, I manually remove the failed javascript line, which is not good as it makes false stats. Thx On 29/06/11 11:18, Felix Knecht wrote: Hi Eric It's

Re: Factor Out James Application Assembly ...?

2011-06-30 Thread Eric Charles
Hi, If I understand well, we would ship some jars, but not an archive with the needed startup scripts? I don't expect much users for it... Also, we are in the process of releasing a beta2, not the final release. Could we be a bit more relax on the NOTICE and plan the maintainable solution

Re: Factor Out James Application Assembly ...?

2011-06-30 Thread Eric Charles
On 30/06/11 12:46, Robert Burrell Donkin wrote: On Thu, Jun 30, 2011 at 9:57 AM, Eric Charlese...@apache.org wrote: Hi, If I understand well, we would ship some jars, but not an archive with the needed startup scripts? I don't expect much users for it... This change is about separating

Re: [VOTE] Release Apache Mailbox 0.3 (fourth try)

2011-07-01 Thread Eric Charles
[x] +1 Yes, go ahead Integration test are ok with imap-0.2.1 Thx for pushing this :) Eric On 30/06/11 20:41, Norman Maurer wrote: Hi there, this is the fourth try to release a new version of the Apache James Mailbox project a.k.a 0.3. Hopefully its the last try ;) This includes many fixed

Re: James App Assembly [WAS Re: Factor Out James Application Assembly ...?]

2011-07-02 Thread Eric Charles
On 02/07/11 09:14, Robert Burrell Donkin wrote: On Thu, Jun 30, 2011 at 9:07 PM, Robert Burrell Donkin robertburrelldon...@gmail.com wrote: On Thu, Jun 30, 2011 at 7:28 PM, Norman Maurer norman.mau...@googlemail.com wrote: Ok then go ahead I just want to get the beta out soon enough So

Re: James App Assembly [WAS Re: Factor Out James Application Assembly ...?]

2011-07-02 Thread Eric Charles
On 02/07/11 09:14, Robert Burrell Donkin wrote: On Thu, Jun 30, 2011 at 9:07 PM, Robert Burrell Donkin I hope to find some time to re-integrate (or at least run) the mpt smoke tests Do you mean the mailbox-integration-tests, or other mpt tests? but if anyone could build and test the

Re: James App Assembly [WAS Re: Factor Out James Application Assembly ...?]

2011-07-02 Thread Eric Charles
Hi Robert, In the meantime, I've added app to the 'current' pom. If I understand well, you prefer some fixed/official released artifacts to apply you audit? If this is the case, I better understand the motivation behind the app module. Thx. On 02/07/11 10:30, Robert Burrell Donkin wrote:

Re: hbase mailbox following 0.3 API

2011-07-03 Thread Eric Charles
Hi Ioan, On 03/07/11 00:16, Ioan Eugen Stan wrote: Hello, I am just writing to inform you that I am now following 0.3 API. I posted this also on my blog , but maybe some of you are not following it yet. I'm planning to integrate with the HBase API this week so I will be able to concentrate on

Re: MS Outlook Error - UID does not comply with standard - Beta 1

2011-07-06 Thread Eric Charles
and the issue appeared immediately, so Microsoft's suggested workaround didn't work. None of Thunderbird, Roundcube, or Mac Mail have a problem, only Outlook. Unfortunately Outlook is the primary client for the majority of our customers. Thanks, Pat On 2011-06-29, at 2:31 AM, Eric Charles wrote

Re: [VOTE] Release Apache James jSPF 0.9.9

2011-07-06 Thread Eric Charles
Hi Norman, Can't find antything on https://repository.apache.org/content/repositories/orgapachejames-017/ Did you already start nexus release? Thx. On 05/07/11 19:10, Norman Maurer wrote: Hi there, its time again to cut a new release of Apache James jSPF. This release just includes fixed

Re: James App Assembly [WAS Re: Factor Out James Application Assembly ...?]

2011-07-06 Thread Eric Charles
Hi Robert, Just for information (don't know if it's relevant to us), the following thread where Edward seems to have fun :) Read Dan's points 1 and 2. Thx. On 03/07/11 21:32, Norman Maurer wrote: I think we should release them as 3.0.0 beta also, as I really would like to 'fix' the osgi

Re: James App Assembly [WAS Re: Factor Out James Application Assembly ...?]

2011-07-06 Thread Eric Charles
Oops, Sounds like I forgot the link: http://markmail.org/message/ufppyyaf66b345jq @ On 06/07/11 10:43, Norman Maurer wrote: Hi Eric, what are you refering to ? Bye, Norman Am 06.07.2011 10:25, schrieb Eric Charles: Hi Robert, Just for information (don't know if it's relevant to us

Re: James 3 JPA question

2011-07-06 Thread Eric Charles
Hi, This does not seem to be supported via JPA. You could extend the class, rewrite the accessor to encrypt/decrypt and update persistence.xml to define your class. You could also read http://www.jroller.com/DhavalDalal/entry/database_field_level_encryption_using. Hopes this help. Thx. On

Re: James 3 JPA question

2011-07-07 Thread Eric Charles
On Thu, Jul 7, 2011 at 2:37 AM, Norman Maurernor...@apache.org wrote: Hi there, maybe its also good to VOTE for this: https://issues.apache.org/**jira/browse/OPENJPA-763https://issues.apache.org/jira/browse/OPENJPA-763 Bye, Norman Am 07.07.2011 06:45, schrieb Eric Charles: Hi

Re: James 3 JPA question

2011-07-07 Thread Eric Charles
its also good to VOTE for this: https://issues.apache.org/jira/browse/OPENJPA-763https://issues.apache.org/**jira/browse/OPENJPA-763 https:**//issues.apache.org/jira/**browse/OPENJPA-763https://issues.apache.org/jira/browse/OPENJPA-763 Bye, Norman Am 07.07.2011 06:45, schrieb Eric Charles

Re: [VOTE] Release Apache James jSPF 0.9.9

2011-07-07 Thread Eric Charles
[x] +1 Yes please release jSPF 0.9.9. jSPF generated artifacts compile fine PS: Strange, there's also a james-server artifact https://repository.apache.org/content/repositories/orgapachejames-001/org/apache/james/james-server/ On 06/07/11 18:33, Norman Maurer wrote: Hi there, please use

Re: [VOTE] Release Apache James Server 3.0-beta2 artifacts

2011-07-07 Thread Eric Charles
[x] +1 Yes, please release On 06/07/11 18:35, Norman Maurer wrote: Hi there, I prepared the Apache James Server 3.0-beta2 artifacts for release. So please review and cast your vote. This artifacts will get used to bundle the distribution.

Re: [VOTE] Release Apache James Server 3.0-beta2 artifacts

2011-07-08 Thread Eric Charles
be free to contact with me for any question or suggestion. Thanks Best Regards . Young Gu | Software Engineer | http://www.infor.com On 7/8/2011 12:45 PM, Eric Charles wrote: [x] +1 Yes, please release On 06/07/11 18:35

Re: [RESULT] [VOTE] Release Apache James jSPF 0.9.9

2011-07-10 Thread Eric Charles
Hi, Website is updated and deployed. I will check in 1 hour if download.cgi is now happy with maven-skin (tks Felix). At this occasion, I was willing to create the links to the mirrors for mailbox, imap... but it seems that all the artifacts are not present in mirrors (e.g.

Re: [RESULT] [VOTE] Release Apache James jSPF 0.9.9

2011-07-10 Thread Eric Charles
Only imap sources, but not the whole artifacts. http://apache.belnet.be/james/apache-james-imap/ Thx. On 10/07/11 09:55, Norman Maurer wrote: hmm.. imap is there. I will hae a look for mailbox. Thanks, Norman 2011/7/10 Eric Charlese...@apache.org: Hi, Website is updated and deployed. I

Re: [RESULT] [VOTE] Release Apache James jSPF 0.9.9

2011-07-10 Thread Eric Charles
src are good to me, but other projects have the binaries. Does this mean that from now, the politic is to upload the src only and let the binaries been downloaded from maven? Thx. On 10/07/11 10:01, Norman Maurer wrote: Hi there, the sources are enough. Everything else can be downloaded

Re: [RESULT] [VOTE] Release Apache James jSPF 0.9.9

2011-07-10 Thread Eric Charles
On 10/07/11 09:15, Eric Charles wrote: Hi, Website is updated and deployed. I will check in 1 hour if download.cgi is now happy with maven-skin (tks Felix). It's ok now http://james.apache.org/download.cgi#Apache_jSPF I've closed related JIRA At this occasion, I was willing to create

Re: HBase rowkey choice for MailboxMapper interface implementation

2011-07-11 Thread Eric Charles
Hi, I'm finally also +1 for UUID. There's always a price to pay for any option, but the challenges we will have to solve in the message (especially for search) will be a few level higher. So for now, I would simply to worry on scanning the whole mailbox table. There will be also the

Re: Unable to fine svn link

2011-07-11 Thread Eric Charles
Hi, This should be the one https://svn.apache.org/repos/asf/james/server/trunk/ Sounds like you found some help on openjpa mailing list :) Thx. On 11/07/11 20:41, Saibabu Vallurupalli wrote: Hi, We have got Apache Jame software downloaded from:

Re: Unable to fine svn link

2011-07-11 Thread Eric Charles
Oops, For mailbox: https://svn.apache.org/repos/asf/james/mailbox/trunk/ On 11/07/11 20:45, Eric Charles wrote: Hi, This should be the one https://svn.apache.org/repos/asf/james/server/trunk/ Sounds like you found some help on openjpa mailing list :) Thx. On 11/07/11 20:41, Saibabu

Re: Unable to fine svn link

2011-07-11 Thread Eric Charles
Hi, If you're looking for M3, it does not really exist. The easiest is to use trunk, or if you want something tagged: https://svn.apache.org/repos/asf/james/mailbox/tags/apache-james-mailbox-0.3/ https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-beta2/ Thx. On 11/07/11

Re: Need help with build / deployment

2011-07-11 Thread Eric Charles
On 11/07/11 23:09, Saibabu Vallurupalli wrote: Hi All, I am kind of stuck with build and deployment please help me with this. To achieve Encryption/Decryption functionality I have to modify JPAMessage.java file and add another file CustomJPAMessage.java. The fix I made uses JASYPT Library as

Re: Need help with build / deployment

2011-07-11 Thread Eric Charles
On 12/07/11 03:50, hyysguy...@gmail.com wrote: How do you start your james server? 1. You need to update the classpath of run.sh if you start it with run.sh script. 2. You need to update the wrapper.conf/wrapper.conf if you start it with james script. However, the simplest solution is just put

Re: Mailbox source compatibility issue

2011-07-13 Thread Eric Charles
Hi, I you replace the mailbox 0.2 with 0.3, you still have to update the spring files. I read imap was compliant with 0.2 and 0.3, but I remember I had some issues (some method signature change). This is why to avoid any compatibility issue, I usually take a trunk or a release src, and

Re: svn commit: r1145691 - in /james/mailbox/trunk: ./ jpa/ jpa/src/main/java/org/apache/james/mailbox/jpa/mail/model/openjpa/ jpa/src/main/java/org/apache/james/mailbox/jpa/openjpa/

2011-07-13 Thread Eric Charles
On 13/07/11 07:28, Norman Maurer wrote: Hi there, you need to use this two files content: snip conf/james-mailbox-jpa-context.xml: beans xmlns=http://www.springframework.org/schema/beans; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=

Re: svn commit: r1145691 - in /james/mailbox/trunk: ./ jpa/ jpa/src/main/java/org/apache/james/mailbox/jpa/mail/model/openjpa/ jpa/src/main/java/org/apache/james/mailbox/jpa/openjpa/

2011-07-13 Thread Eric Charles
? Thx. -- Eric Charles http://about.echarles.net - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org

Re: configuration files

2011-07-13 Thread Eric Charles
is not used and still needs to be updated to take into account the last implementation changes. Btw, - it's not updated, because it is not used. - it's not used, not because it's not updated. :) -- Eric Charles http://about.echarles.net

Re: svn commit: r1145691 - in /james/mailbox/trunk: ./ jpa/ jpa/src/main/java/org/apache/james/mailbox/jpa/mail/model/openjpa/ jpa/src/main/java/org/apache/james/mailbox/jpa/openjpa/

2011-07-13 Thread Eric Charles
...@james.apache.org -- Eric Charles http://about.echarles.net - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org

Re: Unable to start James after Mailbox upgrade

2011-07-13 Thread Eric Charles
and arguments exists and that it is static. Please advise. Thanks, Sai -- Eric Charles http://about.echarles.net - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e

Re: Unable to start James after Mailbox upgrade

2011-07-13 Thread Eric Charles
,String)'. Check that a method with the specified name and arguments exists and that it is static. Please advise. Thanks, Sai -- Eric Charles http://about.echarles.net --**--**- To unsubscribe, e-mail: server-dev

Re: [VOTE] Release Apache James Server 3.0-beta2 artifacts

2011-07-14 Thread Eric Charles
. - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org -- Eric Charles http://about.echarles.net - To unsubscribe, e-mail: server-dev

Re: [VOTE] Release Apache James Server 3.0-beta3

2011-07-15 Thread Eric Charles
- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org -- Eric Charles http://about.echarles.net

Re: svn commit: r1147372 - /james/mailbox/trunk/api/src/test/java/org/apache/james/mailbox/AbstractMailboxManagerTest.java

2011-07-16 Thread Eric Charles
); - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org -- Eric Charles http://about.echarles.net

Re: [VOTE] Release Apache James Server 3.0-beta3

2011-07-16 Thread Eric Charles
...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org -- Eric Charles http://about.echarles.net - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h

Re: Thanks a lot

2011-07-18 Thread Eric Charles
with Encryption and Decryption logic. Thank you all once again and Have a wonderful week ahead. Thanks, Sai -- Eric Charles http://about.echarles.net - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org

Re: How to run and debug hupa-client from Eclipse?

2011-07-22 Thread Eric Charles
welcome :) Thx for testing Hupa! (sent to server-dev rather than sit-dev) What did you do to make it work for you? What am I missing? Thanks, sonia -- Eric Charles http://about.echarles.net - To unsubscribe, e-mail: server-dev

Re: [VOTE] Release Apache James Mime4j 0.7 (second try)

2011-07-22 Thread Eric Charles
...@james.apache.org -- Eric Charles http://about.echarles.net - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org

Re: great news

2011-07-22 Thread Eric Charles
this year? Eric, are you going? Other then that, I wish you the best, -- Eric Charles http://about.echarles.net - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h

Re: great news

2011-07-23 Thread Eric Charles
putting much in that optimization phase, but it's how iterative development works with constant refactoring. You can also think to test driven development and have the needed unit tests that ensure that your refactoring does not break anything. -- Eric Charles http://about.echarles.net

Re: great news

2011-07-23 Thread Eric Charles
has no such key accessor...). To which table schema are you going to? bye norman Regards, -- Eric Charles http://about.echarles.net - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional

jenkins and snapshots for app

2011-07-24 Thread Eric Charles
Hi, I think we don't have jenkins and snapshots deployment for the new app project. Right? Also, I can login to jenkins, but can not edit configuration, create new jobs... Normal? Thx. -- Eric Charles http://about.echarles.net

Re: [RESULT] [VOTE] Release Apache James Mime4j 0.7 (second try)

2011-07-25 Thread Eric Charles
- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org -- Eric Charles http://about.echarles.net - To unsubscribe, e-mail: server-dev-unsubscr

Re: great news

2011-07-25 Thread Eric Charles
On 22/07/11 10:26, Eric Charles wrote: 2. I am very close to finishing the HBase implementation. There is just HBaseMessageMapper() left to implement (about tow days work) and it should be ready for real life tests. I will give feedback on current implementation this weekend. Hi Ioan, First

Re: James upgrade database issues

2011-07-25 Thread Eric Charles
? How do I know the changes to Database from 3.0-M3-SNAPSHOT and 3.0-beta2? Please advise. Thanks, Sai -- Eric Charles http://about.echarles.net - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional

Re: [RESULT] [VOTE] Release Apache James Mime4j 0.7 (second try)

2011-07-25 Thread Eric Charles
Norman has uploaded for the mirrors this morning. Still need some time to be updated. One small question : Mime4j (like in doc) or Mime4J (like in release notes) ? Thx. On 25/07/11 15:15, Eric Charles wrote: On 25/07/11 11:37, Stefano Bagnara wrote: 2011/7/25 Eric Charlese...@apache.org

Re: [VOTE] Release Apache James jDKIM 0.2

2011-07-26 Thread Eric Charles
: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org -- Eric Charles http://about.echarles.net - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional

Re: Unknown user doesn't errors out

2011-07-26 Thread Eric Charles
configuration in James to get this message back? Please advise. Thanks, Sai -- Eric Charles http://about.echarles.net - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h

Re: [RESULT] [VOTE] Release Apache James Mime4j 0.7 (second try)

2011-07-26 Thread Eric Charles
Can someone update the sample page. I could do it, but it will be much faster and safer from mime4j specialists. https://svn.apache.org/repos/asf/james/mime4j/trunk/src/site/apt/usage.apt Thx. On 25/07/11 15:49, Eric Charles wrote: Norman has uploaded for the mirrors this morning. Still need

Re: Issue with address-error not bounced

2011-07-27 Thread Eric Charles
to configure MyDomain.net instead of localhost? Please advise. Thanks, Sai -- Eric Charles http://about.echarles.net - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h

Re: Unknown user doesn't errors out

2011-07-27 Thread Eric Charles
, Sai -- Eric Charles http://about.echarles.net --**--**- To unsubscribe, e-mail: server-dev-unsubscribe@james.**apache.orgserver-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-help@james.apache

Re: svn commit: r1147372 - /james/mailbox/trunk/api/src/test/java/org/apache/james/mailbox/AbstractMailboxManagerTest.java

2011-07-27 Thread Eric Charles
: server-dev-h...@james.apache.org -- Eric Charles http://about.echarles.net - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org

Re: Issue with address-error not bounced

2011-07-27 Thread Eric Charles
, If I send an email from a...@mydomain.net to x...@mydomain.net where xyz doesn't exists. Unknown user exception from postmaster are not sent. I am not getting any error messages back. So, how to configure MyDomain.net instead of localhost? Please advise. Thanks, Sai -- Eric Charles http

Re: deploying james sites

2011-07-29 Thread Eric Charles
to solve it. Eventually, you can migrate the apt to the xml. Stefano - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org -- Eric Charles http

Re: deploying james sites

2011-07-29 Thread Eric Charles
On 30/07/11 06:25, Eric Charles wrote: What are the right steps to deploy updated site and reports? We talked about the reports some time ago and decided to have two separate sites: the end user site and the site with reports. The goal was not to have the public site with some reports, even

Re: [RESULT] [VOTE] Release Apache James Mime4j 0.7 (second try)

2011-08-01 Thread Eric Charles
/james/mime4j/trunk/src/site/apt/usage.apt Thx. Done. The examples were already up to date as they were mainly related to the low level classes that didn't change much in 0.7. I updated the apt syntax so that generated links work. Stefano On 25/07/11 15:49, Eric Charles wrote: Norman has

Re: deploying james sites

2011-08-01 Thread Eric Charles
, and make a local copy. I will start another thread about site deploy. Stefano - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org -- Eric Charles

Site deployment

2011-08-01 Thread Eric Charles
for option 4 (mvn site-deploy). Can you confirm? Please also read for later evolutions: https://blogs.apache.org/infra/entry/the_asf_cms http://www.apache.org/dev/cms.html Thx. -- Eric Charles http://about.echarles.net

Re: Question on upgrade process

2011-08-03 Thread Eric Charles
email content be encrypted or NOT? How this situation can be handled? Please advise. Thanks, Sai -- Eric Charles http://about.echarles.net - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands

Re: Question on upgrade process

2011-08-03 Thread Eric Charles
JPAEncryptedMessage class in persistence.xml file for email encryption. After restoring the data from backup using the steps provided in site to backup and restore. Will the OLD email content be encrypted or NOT? How this situation can be handled? Please advise. Thanks, Sai -- Eric Charles http

Re: James@GotoCon ...?

2011-08-03 Thread Eric Charles
be in foreign country during that period. Robert [1]http://wiki.apache.org/apachecon/AmsterdamHackathon2011 [2]http://gotocon.com/amsterdam-2011/ -- Eric Charles http://about.echarles.net - To unsubscribe, e-mail: server-dev

<    1   2   3   4   5   6   7   8   9   10   >