svn commit: r1045035 - /james/server/trunk/mailets/src/main/java/org/apache/james/transport/mailets/SieveMailet.java

2010-12-13 Thread norman
Author: norman Date: Mon Dec 13 08:54:08 2010 New Revision: 1045035 URL: http://svn.apache.org/viewvc?rev=1045035view=rev Log: Fix NPE with null senders Modified: james/server/trunk/mailets/src/main/java/org/apache/james/transport/mailets/SieveMailet.java Modified:

[jira] Reopened: (JAMES-1054) Split spring-beans.xml for more granular documentation and instanciation

2010-12-13 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles reopened JAMES-1054: - Re-opened for https://issues.apache.org/jira/browse/MAILBOX-19 Split spring-beans.xml for more

[jira] Updated: (JAMES-1054) Split spring-beans.xml for more granular documentation and instanciation

2010-12-13 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles updated JAMES-1054: Attachment: context.zip context.zip is a proposal to separate the mailbox beans in their own files

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

2010-12-13 Thread eric
Author: eric Date: Mon Dec 13 15:37:06 2010 New Revision: 1045177 URL: http://svn.apache.org/viewvc?rev=1045177view=rev Log: Add a list method on MailboxManager to obtain all the existing mailboxpath (MAILBOX-19) Modified:

svn commit: r1045178 - /james/mailbox/trunk/parent/pom.xml

2010-12-13 Thread eric
Author: eric Date: Mon Dec 13 15:39:04 2010 New Revision: 1045178 URL: http://svn.apache.org/viewvc?rev=1045178view=rev Log: Add jsr250 (MAILBOX-19) + Align derby version to server project derby version. Modified: james/mailbox/trunk/parent/pom.xml Modified:

svn commit: r1045179 - in /james/mailbox/trunk: store/src/main/java/org/apache/james/mailbox/store/ store/src/main/java/org/apache/james/mailbox/store/mail/ torque/src/main/java/org/apache/james/mailb

2010-12-13 Thread eric
Author: eric Date: Mon Dec 13 15:40:09 2010 New Revision: 1045179 URL: http://svn.apache.org/viewvc?rev=1045179view=rev Log: Add a list method on MailboxManager to obtain all the existing mailboxpath (MAILBOX-19) Modified:

Re: svn commit: r1045178 - /james/mailbox/trunk/parent/pom.xml

2010-12-13 Thread Norman Maurer
I wonder what you need the jsr-250 stuff for.. Could you explain ? Bye, Norman 2010/12/13 e...@apache.org: Author: eric Date: Mon Dec 13 15:39:04 2010 New Revision: 1045178 URL: http://svn.apache.org/viewvc?rev=1045178view=rev Log: Add jsr250 (MAILBOX-19) + Align derby version to server

svn commit: r1045186 - in /james/mailbox/trunk: ./ copier/ copier/src/ copier/src/main/ copier/src/main/java/ copier/src/main/java/org/ copier/src/main/java/org/apache/ copier/src/main/java/org/apache

2010-12-13 Thread eric
Author: eric Date: Mon Dec 13 15:49:44 2010 New Revision: 1045186 URL: http://svn.apache.org/viewvc?rev=1045186view=rev Log: Add mailbox copier module (MAILBOX-19) Added: james/mailbox/trunk/copier/ (with props) james/mailbox/trunk/copier/src/ james/mailbox/trunk/copier/src/main/

svn commit: r1045202 - /james/mailbox/trunk/copier/pom.xml

2010-12-13 Thread eric
Author: eric Date: Mon Dec 13 15:58:04 2010 New Revision: 1045202 URL: http://svn.apache.org/viewvc?rev=1045202view=rev Log: Add mailbox copier pom (MAILBOX-19) Added: james/mailbox/trunk/copier/pom.xml Added: james/mailbox/trunk/copier/pom.xml URL:

[jira] Reopened: (JAMES-1079) Cleanup configuration files

2010-12-13 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles reopened JAMES-1079: - Spring-beans.xml in sample is broken and should not be maintained anymore. We will continue to

svn commit: r1045211 - in /james/server/trunk/container-spring: ./ src/main/config/examples/ src/main/config/james/context/

2010-12-13 Thread eric
Author: eric Date: Mon Dec 13 16:08:45 2010 New Revision: 1045211 URL: http://svn.apache.org/viewvc?rev=1045211view=rev Log: Introduce separate files and beans per mailbox impl (JAMES-1054) (MAILBOX-19) Added:

svn commit: r1045213 - /james/server/trunk/container-spring/src/main/config/james/context/james-server-context.xml

2010-12-13 Thread eric
Author: eric Date: Mon Dec 13 16:09:24 2010 New Revision: 1045213 URL: http://svn.apache.org/viewvc?rev=1045213view=rev Log: Use the jpa mailbox manager by default Modified: james/server/trunk/container-spring/src/main/config/james/context/james-server-context.xml Modified:

Re: svn commit: r1045178 - /james/mailbox/trunk/parent/pom.xml

2010-12-13 Thread Eric Charles
Hi Norman, I use it to inject the mailboxCopier bean in the MailboxCopierManagement (callable via JMX) public class MailboxCopierManagement extends StandardMBean implements MailboxCopierManagementMBean { @Resource(name=mailboxCopier) private MailboxCopier mailboxCopier; public

svn commit: r1045216 - /james/server/trunk/pom.xml

2010-12-13 Thread eric
Author: eric Date: Mon Dec 13 16:15:05 2010 New Revision: 1045216 URL: http://svn.apache.org/viewvc?rev=1045216view=rev Log: Add mailbox-copier dependency (MAILBOX-19) Modified: james/server/trunk/pom.xml Modified: james/server/trunk/pom.xml URL:

svn commit: r1045220 - /james/mailbox/trunk/jpa/src/main/java/org/apache/james/mailbox/jpa/mail/model/JPAMailbox.java

2010-12-13 Thread eric
Author: eric Date: Mon Dec 13 16:23:40 2010 New Revision: 1045220 URL: http://svn.apache.org/viewvc?rev=1045220view=rev Log: Remove comman at end of annotation (breaks via cli) Modified: james/mailbox/trunk/jpa/src/main/java/org/apache/james/mailbox/jpa/mail/model/JPAMailbox.java Modified:

svn commit: r1045229 - /james/server/trunk/container-spring/src/main/java/org/apache/james/container/spring/lifecycle/RestrictedLifeCycleBeanPostProcessor.java

2010-12-13 Thread norman
Author: norman Date: Mon Dec 13 16:52:59 2010 New Revision: 1045229 URL: http://svn.apache.org/viewvc?rev=1045229view=rev Log: Just some adjustment to make it easier to work with spring-dm extender. See JAMES-910 Modified:

svn commit: r1045243 - /james/server/trunk/container-spring/src/main/java/org/apache/james/container/spring/Main.java

2010-12-13 Thread eric
Author: eric Date: Mon Dec 13 17:27:02 2010 New Revision: 1045243 URL: http://svn.apache.org/viewvc?rev=1045243view=rev Log: Remove unneeded import Modified: james/server/trunk/container-spring/src/main/java/org/apache/james/container/spring/Main.java Modified:

svn commit: r1048952 - in /james/server/trunk/dnsservice-dnsjava/src/main/resources/META-INF/spring: dns-context.xml dns-osgi.xml

2010-12-13 Thread norman
Author: norman Date: Tue Dec 14 06:43:21 2010 New Revision: 1048952 URL: http://svn.apache.org/viewvc?rev=1048952view=rev Log: update spring xmls for osgi. See JAMES-910 Modified: james/server/trunk/dnsservice-dnsjava/src/main/resources/META-INF/spring/dns-context.xml

svn commit: r1048953 - in /james/server/trunk/container-spring/src/main/java/org/apache/james/container/spring/lifecycle: OsgiSpringConfigurationProvider.java OsgiSpringLogProvider.java

2010-12-13 Thread norman
Author: norman Date: Tue Dec 14 06:44:39 2010 New Revision: 1048953 URL: http://svn.apache.org/viewvc?rev=1048953view=rev Log: Remove OSGI stuff from the module. This will go to an extra module. See JAMES-910 Removed:

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

2010-12-13 Thread norman
Author: norman Date: Tue Dec 14 06:47:43 2010 New Revision: 1048954 URL: http://svn.apache.org/viewvc?rev=1048954view=rev Log: Fix OSGI headers for container-spring. See JAMES-910 Modified: james/server/trunk/container-spring/pom.xml Modified: james/server/trunk/container-spring/pom.xml

svn commit: r1048955 - /james/server/trunk/dnsservice-dnsjava/pom.xml

2010-12-13 Thread norman
Author: norman Date: Tue Dec 14 06:48:34 2010 New Revision: 1048955 URL: http://svn.apache.org/viewvc?rev=1048955view=rev Log: version is specified in parent pom Modified: james/server/trunk/dnsservice-dnsjava/pom.xml Modified: james/server/trunk/dnsservice-dnsjava/pom.xml URL:

svn commit: r1048957 - /james/server/trunk/pom.xml

2010-12-13 Thread norman
Author: norman Date: Tue Dec 14 06:56:00 2010 New Revision: 1048957 URL: http://svn.apache.org/viewvc?rev=1048957view=rev Log: Sort maven modules by name Modified: james/server/trunk/pom.xml Modified: james/server/trunk/pom.xml URL:

svn commit: r1048964 - /james/server/trunk/domainlist-library/src/main/java/org/apache/james/domainlist/lib/AbstractDomainList.java

2010-12-13 Thread norman
Author: norman Date: Tue Dec 14 07:18:35 2010 New Revision: 1048964 URL: http://svn.apache.org/viewvc?rev=1048964view=rev Log: No need to synchronize the add and remove method Modified:

Re: svn commit: r1048957 - /james/server/trunk/pom.xml

2010-12-13 Thread Eric Charles
I tend to sort by dependency. The first api first,... so the maven build order can first compile the api and the rest after (i don't know if this has some real effect in the maven build lifecycle). Tks, Eric On 14/12/2010 07:56, nor...@apache.org wrote: Author: norman Date: Tue Dec 14