[jira] [Commented] (JAMES-1219) Document server web site for 3.0-M3 milestone

2011-04-13 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13019704#comment-13019704 ] Eric Charles commented on JAMES-1219: - I will update the web site images tomorrow and

svn commit: r1092015 - in /james/server/trunk/src/site: ./ xdoc/

2011-04-13 Thread eric
Author: eric Date: Thu Apr 14 06:21:14 2011 New Revision: 1092015 URL: http://svn.apache.org/viewvc?rev=1092015&view=rev Log: fix typos and menus - detail smpt/imap4/pop3 configuration (JAMES-1219) Modified: james/server/trunk/src/site/site.xml james/server/trunk/src/site/xdoc/config-dnss

Build failed in Jenkins: mailbox-integration-tests #262

2011-04-13 Thread Apache Hudson Server
See -- Started by upstream project "imap-trunk-m2" build number 1879 Building remotely on ubuntu1 FATAL: cannot assign instance of hudson.model.StreamBuildListener to field hudson.scm.sub

[jira] [Created] (MAILBOX-52) Integration tester does not build with empty local maven repository

2011-04-13 Thread Felix Knecht (JIRA)
Integration tester does not build with empty local maven repository --- Key: MAILBOX-52 URL: https://issues.apache.org/jira/browse/MAILBOX-52 Project: James Mailbox Issue Type:

[jira] [Resolved] (MAILBOX-51) RaceCondition in AbstractDelegatingMailboxListener

2011-04-13 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved MAILBOX-51. -- Resolution: Fixed > RaceCondition in AbstractDelegatingMailboxListener > --

[jira] [Created] (MAILBOX-51) RaceCondition in AbstractDelegatingMailboxListener

2011-04-13 Thread Norman Maurer (JIRA)
RaceCondition in AbstractDelegatingMailboxListener -- Key: MAILBOX-51 URL: https://issues.apache.org/jira/browse/MAILBOX-51 Project: James Mailbox Issue Type: Bug Components: store

svn commit: r1092009 - /james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/AbstractDelegatingMailboxListener.java

2011-04-13 Thread norman
Author: norman Date: Thu Apr 14 05:42:36 2011 New Revision: 1092009 URL: http://svn.apache.org/viewvc?rev=1092009&view=rev Log: Fix RaceCondition in AbstractDelegatingMailboxListener. See MAILBOX-51 Modified: james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/AbstractDele

Re: download button broken on home page with ie

2011-04-13 Thread Eric Charles
Repaired. (I've committed the changes and updated online web site) http://svn.apache.org/viewvc?rev=1091999&view=rev http://svn.apache.org/viewvc?rev=1091998&view=rev Tks, - Eric On 13/04/2011 14:56, Eric Charles wrote: Hi, Download button is broken on home page with ie. I used a js to set wind

svn commit: r1091999 - /james/server/trunk/src/site/xdoc/index.xml

2011-04-13 Thread eric
Author: eric Date: Thu Apr 14 04:35:41 2011 New Revision: 1091999 URL: http://svn.apache.org/viewvc?rev=1091999&view=rev Log: Use direct link for button anchor Modified: james/server/trunk/src/site/xdoc/index.xml Modified: james/server/trunk/src/site/xdoc/index.xml URL: http://svn.apache.or

svn commit: r1091998 - /james/project/trunk/project/src/site/xdoc/index.xml

2011-04-13 Thread eric
Author: eric Date: Thu Apr 14 04:34:38 2011 New Revision: 1091998 URL: http://svn.apache.org/viewvc?rev=1091998&view=rev Log: Use direct link for button anchor Modified: james/project/trunk/project/src/site/xdoc/index.xml Modified: james/project/trunk/project/src/site/xdoc/index.xml URL: ht

svn commit: r1091964 - in /james/mailbox/trunk: jpa/src/main/java/org/apache/james/mailbox/jpa/mail/JPAMessageMapper.java store/src/main/java/org/apache/james/mailbox/store/StoreMessageManager.java

2011-04-13 Thread wstrzalka
Author: wstrzalka Date: Wed Apr 13 22:27:04 2011 New Revision: 1091964 URL: http://svn.apache.org/viewvc?rev=1091964&view=rev Log: small fixes to recent EXPUNGE improvements Modified: james/mailbox/trunk/jpa/src/main/java/org/apache/james/mailbox/jpa/mail/JPAMessageMapper.java james/mai

Re: Maven Tests Failed in mailbox-integration-tester

2011-04-13 Thread Eric Charles
- Add the snapshot-repository to the mailbox-integration-tester/pom.xml - Change the parent to james project pom.xml and add james-mailbox as dependency instead of parent +1 for james project as parent and james mailbox as dependency. Tks, - Eric - Add the snapshot-repository to the local .m

Build failed in Jenkins: mailbox-integration-tests #261

2011-04-13 Thread Apache Hudson Server
See -- Started by upstream project "imap-trunk-m2" build number 1878 Building remotely on ubuntu1 FATAL: cannot assign instance of hudson.model.StreamBuildListener to field hudson.scm.sub

Re: Maven Tests Failed in mailbox-integration-tester

2011-04-13 Thread Felix Knecht
It's logical it will fail when having an emtpy local maven repo. mailbox-integration-tester/pom.xml defines apache-james-mailbox org.apache.james 0.2-M2-SNAPSHOT but not the (snapshot-) repository where this parent can be found. The snapshot repository for james stuff is defi

Jenkins build is back to normal : james-server-trunk #1476

2011-04-13 Thread Apache Hudson Server
See - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org

Build failed in Jenkins: mailbox-integration-tests #260

2011-04-13 Thread Apache Hudson Server
See -- Started by upstream project "imap-trunk-m2" build number 1877 Building remotely on ubuntu1 FATAL: cannot assign instance of hudson.model.StreamBuildListener to field hudson.scm.sub

svn commit: r1091880 - /james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor/CopyProcessor.java

2011-04-13 Thread norman
Author: norman Date: Wed Apr 13 18:36:48 2011 New Revision: 1091880 URL: http://svn.apache.org/viewvc?rev=1091880&view=rev Log: Heartbeats are handled in a generic fashion now. See IMAP-296 Modified: james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor/CopyProcessor.java

svn commit: r1091877 - in /james/server/trunk/imapserver/src/main/java/org/apache/james/imapserver/netty: IMAPServer.java ImapChannelUpstreamHandler.java ImapHeartbeatHandler.java ImapIdleStateHandler

2011-04-13 Thread norman
Author: norman Date: Wed Apr 13 18:35:45 2011 New Revision: 1091877 URL: http://svn.apache.org/viewvc?rev=1091877&view=rev Log: Send an heartbeat every 30 seconds while a processor is processing an IMAP command so the client will not close the connection. See IMAP-296 Added: james/server/tr

[jira] [Commented] (MAILBOX-44) [gsoc2011] Design and implement a distributed mailbox using Hadoop

2011-04-13 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-44?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13019462#comment-13019462 ] Eric Charles commented on MAILBOX-44: - My favorite tutorial for hadoop setup: http://w

[jira] [Resolved] (MAILBOX-50) Optimize StoreMessageManager.expunge(..)

2011-04-13 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved MAILBOX-50. -- Resolution: Fixed done > Optimize StoreMessageManager.expunge(..) > --

svn commit: r1091836 - in /james/mailbox/trunk: jcr/src/main/java/org/apache/james/mailbox/jcr/mail/ jpa/src/main/java/org/apache/james/mailbox/jpa/mail/ jpa/src/main/java/org/apache/james/mailbox/jpa

2011-04-13 Thread norman
Author: norman Date: Wed Apr 13 16:02:56 2011 New Revision: 1091836 URL: http://svn.apache.org/viewvc?rev=1091836&view=rev Log: Optimize StoreMessageManager.expunge(..). See MAILBOX-50 Modified: james/mailbox/trunk/jcr/src/main/java/org/apache/james/mailbox/jcr/mail/JCRMessageMapper.java

[jira] [Created] (MAILBOX-50) Optimize StoreMessageManager.expunge(..)

2011-04-13 Thread Norman Maurer (JIRA)
Optimize StoreMessageManager.expunge(..) Key: MAILBOX-50 URL: https://issues.apache.org/jira/browse/MAILBOX-50 Project: James Mailbox Issue Type: Improvement Components: store Re

Build failed in Jenkins: james-server-trunk #1475

2011-04-13 Thread Apache Hudson Server
See -- Started by an SCM change Building remotely on ubuntu1 FATAL: cannot assign instance of hudson.model.StreamBuildListener to field hudson.scm.subversion.WorkspaceUpdater$UpdateTask.listene

svn commit: r1091825 - in /james/server/trunk/pop3server: pom.xml src/main/java/org/apache/james/pop3server/netty/POP3ChannelUpstreamHandler.java

2011-04-13 Thread norman
Author: norman Date: Wed Apr 13 15:39:45 2011 New Revision: 1091825 URL: http://svn.apache.org/viewvc?rev=1091825&view=rev Log: Committed by mistake... Modified: james/server/trunk/pop3server/pom.xml james/server/trunk/pop3server/src/main/java/org/apache/james/pop3server/netty/POP3Channe

svn commit: r1091822 - in /james/server/trunk: imapserver/src/main/java/org/apache/james/imapserver/netty/ lmtpserver/src/main/java/org/apache/james/lmtpserver/netty/ pop3server/ pop3server/src/main/j

2011-04-13 Thread norman
Author: norman Date: Wed Apr 13 15:37:15 2011 New Revision: 1091822 URL: http://svn.apache.org/viewvc?rev=1091822&view=rev Log: To boost up performance its important to insert an ExecutionHandler in the chain to load of heavy IO-Bound tasks and unblock the IO-Threads. This also ensures that ever

[jira] [Commented] (MAILBOX-44) [gsoc2011] Design and implement a distributed mailbox using Hadoop

2011-04-13 Thread ioan eugen stan (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-44?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13019383#comment-13019383 ] ioan eugen stan commented on MAILBOX-44: I have read rfc 5322 and I'm starting on

Jenkins build is back to normal : james-server-trunk #1474

2011-04-13 Thread Apache Hudson Server
See - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org

Re: Maven Tests Failed in mailbox-integration-tester

2011-04-13 Thread Eric Charles
es, I also had that issue on clean env. If nobody confirms this should be working, please open a JIRA. Tks, - Eric On 13/04/2011 16:16, AAMIR KHAN wrote: I tried cloning with svn checkout https://svn.apache.org/repos/asf/james/mailbox-integration-tester/ . And then changes directory to mailbox-

svn commit: r1091805 - /james/protocols/trunk/impl/src/main/java/org/apache/james/protocols/impl/AbstractSession.java

2011-04-13 Thread norman
Author: norman Date: Wed Apr 13 14:48:57 2011 New Revision: 1091805 URL: http://svn.apache.org/viewvc?rev=1091805&view=rev Log: Make sure the channel is not closed before the response is written back to the client Modified: james/protocols/trunk/impl/src/main/java/org/apache/james/protocols

Maven Tests Failed in mailbox-integration-tester

2011-04-13 Thread AAMIR KHAN
I tried cloning with svn checkout https://svn.apache.org/repos/asf/james/mailbox-integration-tester/ . And then changes directory to mailbox-integration-tester. tried mvn tests and it fails. *Stacktrace :* aamir@aamir-laptop:/media/Workspace/mailbox-integration-tester$ mvn test [INFO] Scanning fo

Re: Design and Implement Mailbox in James using NoSQL databases

2011-04-13 Thread Eric Charles
On 13/04/2011 13:50, AAMIR KHAN wrote: RESTful integration API for Retrieving,Sending and Deleting mails will also be done. The APIs should be designed so as to offer abstraction of mail storage from RESTful APIs. Not for sending (well retri

download button broken on home page with ie

2011-04-13 Thread Eric Charles
Hi, Download button is broken on home page with ie. I used a js to set window location (I remember I had issue with a simple anchor). Maybe coming from last home page generation (the download on http://james.apache.org/server/index.html works fine). I will try to have a look at it if nobody

Re: Design and Implement Mailbox in James using NoSQL databases

2011-04-13 Thread AAMIR KHAN
Proposal Title: Design and Implement Mailbox with CouchDB storage. Student Name: Aamir Khan Student E-mail: ak4u2...@gmail.com Organization/Project: James Mailbox Apache Software Foundation Assigned Mentor: Robert Burrell Donkin (rdon...@apache.

Build failed in Jenkins: james-server-trunk #1473

2011-04-13 Thread Apache Hudson Server
See -- Started by timer Building remotely on ubuntu1 FATAL: cannot assign instance of hudson.model.StreamBuildListener to field hudson.scm.subversion.WorkspaceUpdater$UpdateTask.listener of typ

Re: Design and Implement Mailbox in James using NoSQL databases

2011-04-13 Thread Eric Charles
On 12/04/2011 22:21, AAMIR KHAN wrote: I have started following books over Beginning CouchDB and i am trying to design the database implementation for mail storage. Don't forget to look at james mailbox also (http://james.a

[jira] [Commented] (MAILBOX-45) [gsoc2011] Design and Implement Mailbox with NoSQL Storage

2011-04-13 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-45?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13019249#comment-13019249 ] Eric Charles commented on MAILBOX-45: - Hi Aamir, - There is an existing framework (ht

Jenkins build is back to normal : james-server-trunk #1472

2011-04-13 Thread Apache Hudson Server
See - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org

Build failed in Jenkins: mailbox-integration-tests #259

2011-04-13 Thread Apache Hudson Server
See -- Started by upstream project "imap-trunk-m2" build number 1876 Building remotely on ubuntu1 FATAL: cannot assign instance of hudson.model.StreamBuildListener to field hudson.scm.sub