svn commit: r925977 - /james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml

2010-03-22 Thread norman
Author: norman Date: Mon Mar 22 06:42:55 2010 New Revision: 925977 URL: http://svn.apache.org/viewvc?rev=925977view=rev Log: Reflect changes in imap trunk to load CND file Modified: james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml Modified:

JAMES Server Nightly Build Report

2010-03-22 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:

Re: James and Spring / Osgi

2010-03-22 Thread Martin Reisenhofer
Dear Norman, I started with the osgi project now. The reason i will use james in osgi environment, is to build up an environment with more different servers are easy to configure. For example: use apacheds + james in one application server. You have to build an feature or other bundle with

Re: James and Spring / Osgi

2010-03-22 Thread Norman Maurer
Hi Martin, I don't understand this question Do you know a extension project, to configure spring supported server instances without install bundles with configuration ? Could you rephrase it and give some more details.. Thx, Norman 2010/3/22 Martin Reisenhofer mar...@meinstein.at: Dear

Re: GSOC ideas...

2010-03-22 Thread Norman Maurer
Yep I see... I will do so then ;) Thx for the pointer.. Bye, Norman 2010/3/22 Bernd Fondermann bernd.fonderm...@googlemail.com: On Sun, Mar 21, 2010 at 17:40, Norman Maurer norman.mau...@googlemail.com wrote: Sounds like a good idea.. I would also like to bring up the idea of writing a

Re: James and Spring / Osgi

2010-03-22 Thread Martin Reisenhofer
Dear Norman, I mean is there any Spring-Osgi-Configuration Project to change configuration of server instances dynamically, without rebundle configuration. For example, i provide james server as osgi bundle, and i want to start two instances of the server, at first i have to install the

Re: James and Spring / Osgi

2010-03-22 Thread Norman Maurer
Uff.. I think I have not enough expirience with OSGI to answer this.. Maybe the spring dynamic modules docs can bring in some lights.. Sorry, Norman 2010/3/22 Martin Reisenhofer mar...@meinstein.at: Dear Norman, I mean is there any Spring-Osgi-Configuration Project to change configuration

Re: James and Spring / Osgi

2010-03-22 Thread Martin Reisenhofer
No problem Thx Martin Norman Maurer schrieb: Uff.. I think I have not enough expirience with OSGI to answer this.. Maybe the spring dynamic modules docs can bring in some lights.. Sorry, Norman 2010/3/22 Martin Reisenhofer mar...@meinstein.at: Dear Norman, I mean is there any

Things todo before milestone

2010-03-22 Thread Norman Maurer
Hi all, I would like to hear what things you would like to see fixed before cutting a milestone of james server. I'm currently have only this stuff in mind before cut the milestone: * Finish JMS Queing / Spooling. This includes cleanup. All the code is already in trunk , the only missing peace

[jira] Updated: (IMAP-101) Add a file based Mailbox implementation using the maildir layout

2010-03-22 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer updated IMAP-101: --- Assignee: (was: Norman Maurer) Add a file based Mailbox implementation using the maildir layout

Re: GSOC ideas...

2010-03-22 Thread Norman Maurer
I just added the maildir stuff for imap to GSOC. @Robert: Could you add the UIDPLUS stuff ? Thx, Norman 2010/3/17 Robert Burrell Donkin robertburrelldon...@gmail.com: On Tue, Mar 16, 2010 at 8:45 AM, Norman Maurer norman.mau...@googlemail.com wrote: Ok sounds like a good canidat for a GSOC

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

2010-03-22 Thread norman
Author: norman Date: Mon Mar 22 14:35:42 2010 New Revision: 926105 URL: http://svn.apache.org/viewvc?rev=926105view=rev Log: exclude some artifacts which are not needed by james for jcr Modified: james/server/trunk/pom.xml Modified: james/server/trunk/pom.xml URL:

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

2010-03-22 Thread Norman Maurer (JIRA)
Exception on append Message --- Key: IMAP-122 URL: https://issues.apache.org/jira/browse/IMAP-122 Project: JAMES Imap Issue Type: Bug Reporter: Norman Maurer Assignee: Norman Maurer

[jira] Created: (IMAP-123) Identifier should not be bound to be long type

2010-03-22 Thread Norman Maurer (JIRA)
Identifier should not be bound to be long type -- Key: IMAP-123 URL: https://issues.apache.org/jira/browse/IMAP-123 Project: JAMES Imap Issue Type: Improvement Affects Versions: 0.1

[jira] Resolved: (IMAP-123) Identifier should not be bound to be long type

2010-03-22 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved IMAP-123. Resolution: Fixed Fix Version/s: 0.1 Assignee: Norman Maurer Identifier should not

svn commit: r926244 - in /james/imap/trunk: mailbox/src/main/java/org/apache/james/imap/mailbox/util/ message/src/main/java/org/apache/james/imap/encode/ processor/src/main/java/org/apache/james/imap/

2010-03-22 Thread norman
Author: norman Date: Mon Mar 22 18:24:49 2010 New Revision: 926244 URL: http://svn.apache.org/viewvc?rev=926244view=rev Log: Fix warnings Modified: james/imap/trunk/mailbox/src/main/java/org/apache/james/imap/mailbox/util/MessageResultImpl.java

Re: user mailet-- how do I determine if it is loaded

2010-03-22 Thread Norman Maurer
Any Exception when you add it to the spoolmanager.xml file ? Bye Norman 2010/3/22, Robert Gurule' rgur...@lanl.gov: Hi Norman, Yes, I am using trunk.. I still can't get my mailet to work... my mailetpackages.xml looks like: mailetpackages

Re: James and Spring / Osgi

2010-03-22 Thread David Jencks
I'd use karaf + aries blueprint instead of spring (you can use spring blueprint if you want, although its not included in karaf IIUC). If you set up base james as a bunch of library bundles and then install a blueprint plan that uses them as the server instance, you can install any number

RE: James and Spring / Osgi

2010-03-22 Thread Steve Brewin
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 configurations are immutable after instantiation. To satisfy

[g...@vmgump]: Project james-server (in module james-server) failed

2010-03-22 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project james-server has an issue affecting its community integration. This issue