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

2010-09-05 Thread norman
Author: norman Date: Sun Sep 5 08:47:40 2010 New Revision: 992733 URL: http://svn.apache.org/viewvc?rev=992733view=rev Log: Missed to implement method before.. Thx Eric for the review Modified: james/imap/trunk/store/src/main/java/org/apache/james/imap/store/StoreMailboxManager.java

svn commit: r992742 - /james/server/trunk/core-function/pom.xml

2010-09-05 Thread norman
Author: norman Date: Sun Sep 5 08:59:31 2010 New Revision: 992742 URL: http://svn.apache.org/viewvc?rev=992742view=rev Log: Fix dependencies for jpa Modified: james/server/trunk/core-function/pom.xml Modified: james/server/trunk/core-function/pom.xml URL:

svn commit: r992743 - in /james/server/trunk: imapserver/src/main/java/org/apache/james/imapserver/ imapserver/src/main/java/org/apache/james/user/impl/file/ imapserver/src/test/java/org/apache/james/

2010-09-05 Thread norman
Author: norman Date: Sun Sep 5 09:00:21 2010 New Revision: 992743 URL: http://svn.apache.org/viewvc?rev=992743view=rev Log: Remove interfaces/classes which are not needed anymore Removed:

[jira] Created: (JAMES-1039) Move javamail-util to common-util

2010-09-05 Thread Eric Charles (JIRA)
Move javamail-util to common-util - Key: JAMES-1039 URL: https://issues.apache.org/jira/browse/JAMES-1039 Project: JAMES Server Issue Type: Improvement Reporter: Eric Charles

svn commit: r992765 - /james/server/trunk/imapserver/src/main/java/org/apache/james/user/

2010-09-05 Thread norman
Author: norman Date: Sun Sep 5 12:15:13 2010 New Revision: 992765 URL: http://svn.apache.org/viewvc?rev=992765view=rev Log: Remove empty package Removed: james/server/trunk/imapserver/src/main/java/org/apache/james/user/

Re: [jira] Created: (JAMES-1039) Move javamail-util to common-util

2010-09-05 Thread Norman Maurer
+1 Bye, Norman 2010/9/5 Eric Charles (JIRA) server-dev@james.apache.org: Move javamail-util to common-util -                 Key: JAMES-1039                 URL: https://issues.apache.org/jira/browse/JAMES-1039             Project: JAMES Server          

svn commit: r992766 - /james/server/trunk/imapserver/src/test/java/org/

2010-09-05 Thread norman
Author: norman Date: Sun Sep 5 12:16:24 2010 New Revision: 992766 URL: http://svn.apache.org/viewvc?rev=992766view=rev Log: Remove empty package Removed: james/server/trunk/imapserver/src/test/java/org/ - To unsubscribe,

svn commit: r992780 - /james/server/trunk/core-function/src/main/java/org/apache/james/domain/JPADomainList.java

2010-09-05 Thread norman
Author: norman Date: Sun Sep 5 13:38:22 2010 New Revision: 992780 URL: http://svn.apache.org/viewvc?rev=992780view=rev Log: Use @PersistenceUnit annotation Modified: james/server/trunk/core-function/src/main/java/org/apache/james/domain/JPADomainList.java Modified:

What's in a store?

2010-09-05 Thread Eric Charles
Hi All, The store project has the mappers and imports some classes of mailbox (mailboxmanager,...), so 'store depends on mailbox'. To access some mailbox/subscription, you need to use the maibox project (example: imap-processor depends on mailbox, and imapProcessor bean is injected with

svn commit: r992833 - in /james/server/trunk/mailets/src/main/java/org/apache/james/transport/matchers: AbstractSQLWhitelistMatcher.java IsInWhiteList.java

2010-09-05 Thread norman
Author: norman Date: Sun Sep 5 18:06:00 2010 New Revision: 992833 URL: http://svn.apache.org/viewvc?rev=992833view=rev Log: Make sure the sqlFile is loaded from the right location and fix a typo.. Modified:

Re: What's in a store?

2010-09-05 Thread Norman Maurer
Hi Eric, comments inside.. 2010/9/5 Eric Charles e...@apache.org:  Hi All, The store project has the mappers and imports some classes of mailbox (mailboxmanager,...), so 'store depends on mailbox'. To access some mailbox/subscription, you need to use the maibox project (example:

Re: What's in a store?

2010-09-05 Thread Eric Charles
Hi Norman, pop3server has store in its pom, but does not really need it. I will carefully test before commit the changes. JPAUser is accessed in JPAUsersRepository (instanciated via the LocalUsers repository) while JPAMailbox is managed in JPAMailboMapper is accessed via JPAMailboxMapper.

Re: What's in a store?

2010-09-05 Thread Norman Maurer
Comments inline.. 2010/9/6 Eric Charles e...@apache.org:  Hi Norman, pop3server has store in its pom, but does not really need it. I will carefully test before commit the changes. Should be safe to remove it then.. JPAUser is accessed in JPAUsersRepository (instanciated via the