[jira] Reopened: (IMAP-193) UIDNEXT generation is a big performance killer and should get reworked

2010-09-23 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer reopened IMAP-193: This broke Maildir implementation.. I need to find out why :( > UIDNEXT generation is a big performance

[jira] Resolved: (IMAP-220) Create explicit MapperFactory interfaces

2010-09-23 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved IMAP-220. Resolution: Fixed done > Create explicit MapperFactory interfaces >

svn commit: r1000562 - in /james/imap/trunk: jcr/src/main/java/org/apache/james/mailbox/jcr/ jpa/src/main/java/org/apache/james/mailbox/jpa/ maildir/src/main/java/org/apache/james/mailbox/maildir/ mem

2010-09-23 Thread norman
Author: norman Date: Thu Sep 23 18:14:36 2010 New Revision: 1000562 URL: http://svn.apache.org/viewvc?rev=1000562&view=rev Log: Add specific MapperFactory interfaces (IMAP-220) Added: james/imap/trunk/store/src/main/java/org/apache/james/mailbox/store/MailboxMapperFactory.java james/ima

[jira] Created: (IMAP-220) Create explicit MapperFactory interfaces

2010-09-23 Thread Norman Maurer (JIRA)
Create explicit MapperFactory interfaces Key: IMAP-220 URL: https://issues.apache.org/jira/browse/IMAP-220 Project: JAMES Imap Issue Type: Improvement Components: Store Affects Versions:

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

2010-09-23 Thread eric
Author: eric Date: Thu Sep 23 16:21:50 2010 New Revision: 1000524 URL: http://svn.apache.org/viewvc?rev=1000524&view=rev Log: Safety commit to not loose work. Site not readable... Added: james/server/trunk/src/site/xdoc/build_james.xml - copied unchanged from r1000480, james/server/tru

[jira] Closed: (JAMES-1040) Evolve project structure and naming

2010-09-23 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles closed JAMES-1040. --- Resolution: Fixed Good work done so far in other JIRAs (JAMES-1048,...). Can be closed. > Evolve pro

svn commit: r1000515 - /james/imap/trunk/store/src/main/java/org/apache/james/mailbox/store/StoreMailboxManager.java

2010-09-23 Thread norman
Author: norman Date: Thu Sep 23 16:04:51 2010 New Revision: 1000515 URL: http://svn.apache.org/viewvc?rev=1000515&view=rev Log: Fix possible NPE Modified: james/imap/trunk/store/src/main/java/org/apache/james/mailbox/store/StoreMailboxManager.java Modified: james/imap/trunk/store/src/main/

[jira] Closed: (JAMES-1048) Move 2.3 mail persistence classes to mail/spool projects

2010-09-23 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles closed JAMES-1048. --- Resolution: Fixed Done > Move 2.3 mail persistence classes to mail/spool projects >

[jira] Resolved: (IMAP-219) StoreMailboxManager.doCreateMailbox(...) should just return the Pojo

2010-09-23 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved IMAP-219. Assignee: Norman Maurer Resolution: Fixed done > StoreMailboxManager.doCreateMailbox(...) shou

[jira] Created: (IMAP-219) StoreMailboxManager.doCreateMailbox(...) should just return the Pojo

2010-09-23 Thread Norman Maurer (JIRA)
StoreMailboxManager.doCreateMailbox(...) should just return the Pojo Key: IMAP-219 URL: https://issues.apache.org/jira/browse/IMAP-219 Project: JAMES Imap Issue Type: Impro

svn commit: r1000473 - in /james/imap/trunk: jcr/src/main/java/org/apache/james/mailbox/jcr/ jpa/src/main/java/org/apache/james/mailbox/jpa/ maildir/src/main/java/org/apache/james/mailbox/maildir/ mem

2010-09-23 Thread norman
Author: norman Date: Thu Sep 23 13:47:32 2010 New Revision: 1000473 URL: http://svn.apache.org/viewvc?rev=1000473&view=rev Log: Delegate save operation to abstract base class to simplify design (IMAP-219) Modified: james/imap/trunk/jcr/src/main/java/org/apache/james/mailbox/jcr/JCRMailboxMan

[jira] Resolved: (IMAP-193) UIDNEXT generation is a big performance killer and should get reworked

2010-09-23 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved IMAP-193. Resolution: Fixed committed > UIDNEXT generation is a big performance killer and should get reworked

[jira] Commented: (IMAP-193) UIDNEXT generation is a big performance killer and should get reworked

2010-09-23 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12914033#action_12914033 ] Norman Maurer commented on IMAP-193: Yeah thats right... and we should not forgit this. B

svn commit: r1000465 - in /james/imap/trunk: jcr/src/main/java/org/apache/james/mailbox/jcr/ jpa/src/main/java/org/apache/james/mailbox/jpa/ jpa/src/main/java/org/apache/james/mailbox/jpa/openjpa/ mai

2010-09-23 Thread norman
Author: norman Date: Thu Sep 23 13:36:14 2010 New Revision: 1000465 URL: http://svn.apache.org/viewvc?rev=1000465&view=rev Log: Don't require the uid for the next append operation to be the same as the UIDNEXT value (IMAP-193) Modified: james/imap/trunk/jcr/src/main/java/org/apache/james/ma

Re: svn commit: r999491 - in /james: imap/trunk/file/ imap/trunk/jdbc/ imap/trunk/parent/ server/trunk/ server/trunk/core-function/ server/trunk/pop3server/ server/trunk/remotemanager/ server/trunk/sp

2010-09-23 Thread Norman
Thx Eric, I reviewed your changes and they look really good. I think putting diagrams up will make it easier to get started with james hacking. So go for it:) Bye, Norman Am 22.09.2010 10:46, schrieb Eric Charles: Hi, mailrepository classes and projects are now back in server. It's now cl

[jira] Commented: (IMAP-193) UIDNEXT generation is a big performance killer and should get reworked

2010-09-23 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913998#action_12913998 ] Eric Charles commented on IMAP-193: --- back again. With the auto_increment to generate UID (

[jira] Commented: (IMAP-193) UIDNEXT generation is a big performance killer and should get reworked

2010-09-23 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913993#action_12913993 ] Eric Charles commented on IMAP-193: --- oops, I was a bit confused. The *UidNextProvider* woul

[jira] Commented: (IMAP-193) UIDNEXT generation is a big performance killer and should get reworked

2010-09-23 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913985#action_12913985 ] Eric Charles commented on IMAP-193: --- I had to reread a few times to realize the meaning of:

[jira] Resolved: (IMAP-218) MailboxSession.isOpen() always return false

2010-09-23 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved IMAP-218. Resolution: Fixed > MailboxSession.isOpen() always return false > ---

svn commit: r1000393 - /james/imap/trunk/store/src/main/java/org/apache/james/mailbox/store/SimpleMailboxSession.java

2010-09-23 Thread norman
Author: norman Date: Thu Sep 23 10:15:47 2010 New Revision: 1000393 URL: http://svn.apache.org/viewvc?rev=1000393&view=rev Log: MailboxSession.isOpen() returns true now if not closed (IMAP-218) Modified: james/imap/trunk/store/src/main/java/org/apache/james/mailbox/store/SimpleMailboxSession

[jira] Created: (IMAP-218) MailboxSession.isOpen() always return false

2010-09-23 Thread Norman Maurer (JIRA)
MailboxSession.isOpen() always return false --- Key: IMAP-218 URL: https://issues.apache.org/jira/browse/IMAP-218 Project: JAMES Imap Issue Type: Bug Components: Mailbox Affects Versions: