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

2012-02-08 Thread Apache Jenkins Server
See -- [...truncated 1469 lines...] Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/james/james-server-data-library/maven-metadata.xml Downloaded: https://reposit

Jenkins build is still unstable: hupa-trunk #255

2012-02-08 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org

Re: Are flags implicitly shared in James mailboxes?

2012-02-08 Thread Eric Charles
Hi Jochen, I didn't see either in the code the notion of R/RW flags, so we should conclude it's not there at all. I read RFC4314#5.2, but I'm not sure to get it right: is "shared multiuser access" mandatory to give access to another user to my mailbox, or is it an option. In other words is "

[jira] [Commented] (MAILBOX-156) Decide where should GroupMembershipResolver interface be located

2012-02-08 Thread Eric Charles (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203840#comment-13203840 ] Eric Charles commented on MAILBOX-156: -- I just had fun with james userrepositories i

[jira] [Commented] (MAILBOX-157) Review the ACL persistence in MaildirFolder

2012-02-08 Thread Eric Charles (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203841#comment-13203841 ] Eric Charles commented on MAILBOX-157: -- performance, potential deadlocks, ... are al

Re: Are flags implicitly shared in James mailboxes?

2012-02-08 Thread Norman Maurer
Hi there, as we store the flags with each message I guess we also would share all flags modifications. Is this not allowed as per rfc ? Thanks, Norman Am 08.02.2012 um 11:37 schrieb Jochen Gazda: > Gentlemen, > > I am working on the mapping of ACL to to READ-WRITE and READ-ONLY > response cod

Jenkins build is back to normal : james-app-trunk #588

2012-02-08 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org

[jira] [Closed] (IMAP-357) Temporary disable ACL via config to avoid 'Missing command implementation for commmand myrights'

2012-02-08 Thread Eric Charles (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles closed IMAP-357. - Resolution: Fixed Assignee: Eric Charles commited > Temporary disable ACL via config

[jira] [Created] (IMAP-357) Temporary disable ACL via config to avoid 'Missing command implementation for commmand myrights'

2012-02-08 Thread Eric Charles (Created) (JIRA)
Temporary disable ACL via config to avoid 'Missing command implementation for commmand myrights' Key: IMAP-357 URL: https://issues.apache.org/jira/browse/IMAP-357

svn commit: r1241906 - /james/app/trunk/src/main/resources/META-INF/org/apache/james/spring-server.xml

2012-02-08 Thread eric
Author: eric Date: Wed Feb 8 14:21:43 2012 New Revision: 1241906 URL: http://svn.apache.org/viewvc?rev=1241906&view=rev Log: Temporary disable ACL via config to avoid 'Missing command implementation for commmand myrights' (IMAP-357) Modified: james/app/trunk/src/main/resources/META-INF/org

[jira] [Commented] (MAILBOX-157) Review the ACL persistence in MaildirFolder

2012-02-08 Thread Jochen Gazda (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203498#comment-13203498 ] Jochen Gazda commented on MAILBOX-157: -- Eric, I am OK with that locking, but I know

[jira] [Commented] (MAILBOX-156) Decide where should GroupMembershipResolver interface be located

2012-02-08 Thread Jochen Gazda (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203493#comment-13203493 ] Jochen Gazda commented on MAILBOX-156: -- Eric, GroupMembershipResolver will be calle

[jira] [Commented] (MAILBOX-157) Review the ACL persistence in MaildirFolder

2012-02-08 Thread Eric Charles (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203472#comment-13203472 ] Eric Charles commented on MAILBOX-157: -- Hi Jochen private MailboxACL readACL(Ma

[jira] [Commented] (MAILBOX-156) Decide where should GroupMembershipResolver interface be located

2012-02-08 Thread Eric Charles (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203469#comment-13203469 ] Eric Charles commented on MAILBOX-156: -- Hi Jochen, If this GroupMembershipResolver i

[jira] [Closed] (IMAP-356) Review ACL related changes in MailboxEventAnalyserTest remove the FIXME tag

2012-02-08 Thread Eric Charles (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles closed IMAP-356. - Resolution: Fixed Done, Eric > Review ACL related changes in MailboxEventAnalyserTest remo

svn commit: r1241862 - /james/imap/trunk/processor/src/test/java/org/apache/james/imap/processor/base/MailboxEventAnalyserTest.java

2012-02-08 Thread eric
Author: eric Date: Wed Feb 8 10:59:21 2012 New Revision: 1241862 URL: http://svn.apache.org/viewvc?rev=1241862&view=rev Log: Remove the FIXME tag in ACL related changes in MailboxEventAnalyserTest (IMAP-356) Modified: james/imap/trunk/processor/src/test/java/org/apache/james/imap/processor

[jira] [Closed] (MAILBOX-158) Find out if a mailbox owner is a group through the namespace of the mailbox

2012-02-08 Thread Eric Charles (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles closed MAILBOX-158. Resolution: Fixed Committed, Thx Jochen > Find out if a mailbox owner is a group

svn commit: r1241861 - /james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/StoreMessageManager.java

2012-02-08 Thread eric
Author: eric Date: Wed Feb 8 10:55:10 2012 New Revision: 1241861 URL: http://svn.apache.org/viewvc?rev=1241861&view=rev Log: Find out if a mailbox owner is a group through the namespace of the mailbox, contributed by Jochen Gazda (MAILBOX-158) Modified: james/mailbox/trunk/store/src/main/j

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

2012-02-08 Thread Apache Jenkins Server
See -- [...truncated 1489 lines...] Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/james/james-server-data-library/maven-metadata.xml Downloaded: https://reposit

[jira] [Closed] (IMAP-354) Move all CharsetUtil.encodeModifiedUTF7 invocations to ImapResponseComposer

2012-02-08 Thread Eric Charles (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles closed IMAP-354. - Resolution: Fixed Committed, Thx Jochen. > Move all CharsetUtil.encodeModifiedUTF7 invocat

svn commit: r1241857 - in /james/imap/trunk/message/src/main/java/org/apache/james/imap: encode/ encode/base/ message/response/

2012-02-08 Thread eric
Author: eric Date: Wed Feb 8 10:41:18 2012 New Revision: 1241857 URL: http://svn.apache.org/viewvc?rev=1241857&view=rev Log: Move all CharsetUtil.encodeModifiedUTF7 invocations to ImapResponseComposer, contributed by Jochen Gazda (IMAP-354) Modified: james/imap/trunk/message/src/main/java/

[jira] [Closed] (IMAP-355) Improve human readable messages in GetACLProcessor

2012-02-08 Thread Eric Charles (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles closed IMAP-355. - Resolution: Fixed Committd, Thx Jochen! > Improve human readable messages in GetACLProcess

svn commit: r1241853 - in /james/imap/trunk: api/src/main/java/org/apache/james/imap/api/display/ message/src/main/java/org/apache/james/imap/encode/main/ processor/src/main/java/org/apache/james/imap

2012-02-08 Thread eric
Author: eric Date: Wed Feb 8 10:38:08 2012 New Revision: 1241853 URL: http://svn.apache.org/viewvc?rev=1241853&view=rev Log: Improve human readable messages in GetACLProcessor, contributed by Jochen Gazda (IMAP-355) Modified: james/imap/trunk/api/src/main/java/org/apache/james/imap/api/dis

Are flags implicitly shared in James mailboxes?

2012-02-08 Thread Jochen Gazda
Gentlemen, I am working on the mapping of ACL to to READ-WRITE and READ-ONLY response codes. The mapping is defined in RFC 4314 section 5.2. The definition uses the term "shared flags": If the ACL server implements some flags as shared for a mailbox (i.e., the ACL for the mailbox MAY be set u

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

2012-02-08 Thread Apache Jenkins Server
See Changes: [eric] Reactivate some successful tests (JAMES-1369) [eric] Use memory database to ease test success, no need to delete created db folder (JAMES-1369) -- [...truncated 1460 line

svn commit: r1241847 - /james/server/trunk/data-jdbc/src/test/java/org/apache/james/user/jdbc/AbstractUsersJdbcRepositoryTest.java

2012-02-08 Thread eric
Author: eric Date: Wed Feb 8 10:20:25 2012 New Revision: 1241847 URL: http://svn.apache.org/viewvc?rev=1241847&view=rev Log: Reactivate some successful tests (JAMES-1369) Modified: james/server/trunk/data-jdbc/src/test/java/org/apache/james/user/jdbc/AbstractUsersJdbcRepositoryTest.java Mo

svn commit: r1241846 - in /james/server/trunk/data-jdbc/src/test/java/org/apache/james/user/jdbc: DefaultUsersJdbcRepositoryTest.java JamesUsersJdbcRepositoryTest.java

2012-02-08 Thread eric
Author: eric Date: Wed Feb 8 10:20:08 2012 New Revision: 1241846 URL: http://svn.apache.org/viewvc?rev=1241846&view=rev Log: Use memory database to ease test success, no need to delete created db folder (JAMES-1369) Modified: james/server/trunk/data-jdbc/src/test/java/org/apache/james/user

Build failed in Jenkins: james-app-trunk #587

2012-02-08 Thread Apache Jenkins Server
See -- [...truncated 513 lines...] T E S T S --- Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO]

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

2012-02-08 Thread Apache Jenkins Server
See -- [...truncated 1458 lines...] Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/james/james-server-data-library/maven-metadata.xml Downloaded: https://reposit