Re: James and Spring / Osgi

2010-03-24 Thread Martin Reisenhofer
Yes David i am very interested. I am now member of the geronimo dev list. thx Martin David Jencks schrieb: On Mar 24, 2010, at 3:08 PM, Martin Reisenhofer wrote: Hi, You can do dynamic config by installing / uninstall osgi bundles at runtime with the configuration, then everthing work r

[jira] Created: (IMAP-124) NPE while fetching data

2010-03-24 Thread Norman Maurer (JIRA)
NPE while fetching data --- Key: IMAP-124 URL: https://issues.apache.org/jira/browse/IMAP-124 Project: JAMES Imap Issue Type: Bug Reporter: Norman Maurer Fix For: 0.1 Exception in thread "pool-3

Re: James and Spring / Osgi

2010-03-24 Thread David Jencks
On Mar 24, 2010, at 3:08 PM, Martin Reisenhofer wrote: > Hi, > > You can do dynamic config by installing / uninstall osgi bundles at runtime > with the configuration, then everthing work right. You see all the standards > are very useful for programming, but not for the end user who has to >

Re: James and Spring / Osgi

2010-03-24 Thread David Jencks
On Mar 24, 2010, at 1:08 PM, Steve Brewin wrote: > Hi David > > In OSGi, aren't the instantiations torn down and recreated when the > configuration is changed, even via admin? This is what I meant by > 'immutable', though on rereading my post I can see it was badly phrased. I'm not a config adm

Re: James and Spring / Osgi

2010-03-24 Thread Martin Reisenhofer
Hi, You can do dynamic config by installing / uninstall osgi bundles at runtime with the configuration, then everthing work right. You see all the standards are very useful for programming, but not for the end user who has to configurate. I hope when i am finshed with my project i am also fin

RE: James and Spring / Osgi

2010-03-24 Thread Steve Brewin
Hi David In OSGi, aren't the instantiations torn down and recreated when the configuration is changed, even via admin? This is what I meant by 'immutable', though on rereading my post I can see it was badly phrased. As you say, and I tried to suggest, modifying (my transforming) the Blueprint pla

Re: James and Spring / Osgi

2010-03-24 Thread David Jencks
On Mar 22, 2010, at 2:27 PM, Steve Brewin wrote: Hi You might want to talk to the guys over at Aries - http://incubator.apache.org/aries/blueprint.html - an implementation of Blueprint, which is OSGI's implementation of Spring DM as an OSGi R4 V4.2 standard. Both OSGI and Blueprint confi

[jira] Updated: (JAMES-983) Rewrite POP3Server to use the MailboxManager / Mailbox backend which is used by IMAP too

2010-03-24 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer updated JAMES-983: Attachment: pop3server_mailboxmanager_v2.diff Correct patch version.. sorry > Rewrite POP3Server to

[PROPOSAL] Replace MailRepository with Mailbox / MailboxManager for POP3Server ...

2010-03-24 Thread Norman Maurer
Hi all, I want to propose some really heavy change in current JAMES trunk, and so next version. As all of you knows we are supporting IMAP in current development version, which ships with its own mail store backend called MailboxManager / Mailbox. For POP3 we use MailRepository as backend. I think

[jira] Updated: (JAMES-983) Rewrite POP3Server to use the MailboxManager / Mailbox backend which is used by IMAP too

2010-03-24 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer updated JAMES-983: Attachment: pop3server_mailboxmanager.diff Here is the diff for the refactoring > Rewrite POP3Serve

svn commit: r927142 - /james/imap/trunk/mailbox/src/main/java/org/apache/james/imap/mailbox/util/MessageResultImpl.java

2010-03-24 Thread norman
Author: norman Date: Wed Mar 24 18:30:56 2010 New Revision: 927142 URL: http://svn.apache.org/viewvc?rev=927142&view=rev Log: Fix NPE Modified: james/imap/trunk/mailbox/src/main/java/org/apache/james/imap/mailbox/util/MessageResultImpl.java Modified: james/imap/trunk/mailbox/src/main/java/

[jira] Created: (JAMES-983) Rewrite POP3Server to use the MailboxManager / Mailbox backend which is used by IMAP too

2010-03-24 Thread Norman Maurer (JIRA)
Rewrite POP3Server to use the MailboxManager / Mailbox backend which is used by IMAP too Key: JAMES-983 URL: https://issues.apache.org/jira/browse/JAMES-983 Proj

[jira] Resolved: (IMAP-122) Exception on append Message

2010-03-24 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved IMAP-122. Resolution: Fixed Fix Version/s: 0.1 in trunk.. > Exception on append Message > -

svn commit: r927023 - /james/imap/trunk/store/src/main/java/org/apache/james/imap/store/StoreMailbox.java

2010-03-24 Thread norman
Author: norman Date: Wed Mar 24 12:03:19 2010 New Revision: 927023 URL: http://svn.apache.org/viewvc?rev=927023&view=rev Log: Use a parser with no line length limit when append messages. Limit the line length should be handled by an smtpserver not the mailboxmanager (IMAP-122) Modified: jam

svn commit: r927010 - in /james/imap/trunk: mailbox/src/main/java/org/apache/james/imap/mailbox/ store/src/main/java/org/apache/james/imap/store/ torque/src/main/java/org/apache/james/mailboxmanager/t

2010-03-24 Thread norman
Author: norman Date: Wed Mar 24 11:20:32 2010 New Revision: 927010 URL: http://svn.apache.org/viewvc?rev=927010&view=rev Log: move methods to interface Modified: james/imap/trunk/mailbox/src/main/java/org/apache/james/imap/mailbox/MailboxManager.java james/imap/trunk/store/src/main/java

JAMES Server Nightly Build Report

2010-03-24 Thread JAMES Nightly Build System
An automated nightly build of JAMES has been posted to http://people.apache.org/builds/james/nightly/ Any unit test errors from the build should be reported below: -