Re: Remove phoenix-deployment in favor of use pure Spring based deployment

2009-12-26 Thread Bernd Fondermann
Eric MacAdie wrote: > I do not mean to rain on anyone's parade, but I do have one concern. I > am running James on a VPS host with about 256 MB of memory, and right > now James uses about 50 MB or so. I noticed from > http://people.apache.org/builds/james/nightly/bin/ that the Spring > version is t

Re: Remove phoenix-deployment in favor of use pure Spring based deployment

2009-12-26 Thread Norman Maurer
Hi Eric, I don't expect the pure-spring deployment to take more memory then the phoenix deployment do when its complete. So stay tuned... Bye, Norman 2009/12/26 Eric MacAdie : > I do not mean to rain on anyone's parade, but I do have one concern. I am > running James on a VPS host with about 25

Re: svn commit: r893986 - /james/server/sandbox/active/pure_spring_deployment/

2009-12-26 Thread Dhrubo
Yup should be OK. Yes let us use annotations to save too much of xml. On Sat, Dec 26, 2009 at 9:26 PM, Norman Maurer wrote: > Ok perfect.. I think the first step I will perform is to let all > classes which needs to handle configurations inplement > org.apache.james.lifecycle.Configurable interf

Re: svn commit: r893986 - /james/server/sandbox/active/pure_spring_deployment/

2009-12-26 Thread Norman Maurer
Ok perfect.. I think the first step I will perform is to let all classes which needs to handle configurations inplement org.apache.james.lifecycle.Configurable interface. Then use a BeanPostProcessor to inject it. The same is true for logging. Let all classes implement org.apache.james.lifecylce.Lo

Re: svn commit: r893986 - /james/server/sandbox/active/pure_spring_deployment/

2009-12-26 Thread Dhrubo
Just downloading this. Will try to help in this sandbox as far as possible with my Spring skills. On Sat, Dec 26, 2009 at 8:47 PM, wrote: > Author: norman > Date: Sat Dec 26 15:17:23 2009 > New Revision: 893986 > > URL: http://svn.apache.org/viewvc?rev=893986&view=rev > Log: > add sandbox for pu

Re: Remove phoenix-deployment in favor of use pure Spring based deployment

2009-12-26 Thread Dhrubo
Nice point Eric. I will try to carry out a test and let you know. Till that time you continue with the older stable version. On Sat, Dec 26, 2009 at 9:13 PM, Eric MacAdie wrote: > I do not mean to rain on anyone's parade, but I do have one concern. I am > running James on a VPS host with about 2

Re: Remove phoenix-deployment in favor of use pure Spring based deployment

2009-12-26 Thread Eric MacAdie
I do not mean to rain on anyone's parade, but I do have one concern. I am running James on a VPS host with about 256 MB of memory, and right now James uses about 50 MB or so. I noticed from http://people.apache.org/builds/james/nightly/bin/ that the Spring version is twice as big as the Phoenix

svn commit: r893986 - /james/server/sandbox/active/pure_spring_deployment/

2009-12-26 Thread norman
Author: norman Date: Sat Dec 26 15:17:23 2009 New Revision: 893986 URL: http://svn.apache.org/viewvc?rev=893986&view=rev Log: add sandbox for pure spring deployment work Added: james/server/sandbox/active/pure_spring_deployment/ (props changed) - copied from r893985, james/server/trun

Re: Remove phoenix-deployment in favor of use pure Spring based deployment

2009-12-26 Thread Norman Maurer
Good point.. Anyway I think I will start to work on this these days (in a sandbox) just because I will have some time ;) If others think it was a bad idea at the end I will be happy to just > /dev/null it and threat it as an funny experiment ;) Thx for the input. Bye, Norman 2009/12/26 Bernd Fon

Re: Remove phoenix-deployment in favor of use pure Spring based deployment

2009-12-26 Thread Bernd Fondermann
Norman Maurer wrote: > Hi all, > > as you all prolly know I tried to decouple james in the last couple of > weeks from phoenix / avalon as much as possible. This task is now > complete and James should "just work" within every container / > framework which understand howto handle jsr250 injections

Re: Remove phoenix-deployment in favor of use pure Spring based deployment

2009-12-26 Thread Bernd Fondermann
Norman Maurer wrote: > Ok because I didn't hear anything against this route I will go ahead > and try to get this stuff done. Mmmh. I think you should give this another week or so to sink in. For example, I am only now checking my email since days. Other might also want to join in after the holida

Re: Remove phoenix-deployment in favor of use pure Spring based deployment

2009-12-26 Thread Dhrubo
No I just poped out the idea since we were considering putting James in OSGi Anyways if there is not enough time we can for this time stick to just spring I am very keen to contribute into this code into Spring. Let me know how I can be of some use. On Sat, Dec 26, 2009 at 6:18 PM, Norman Maurer

Re: Remove phoenix-deployment in favor of use pure Spring based deployment

2009-12-26 Thread Norman Maurer
To Be honest, I never used spring-dm but used Spring alot. What is the benifit of using spring-dm ? Is it just OSGI? Thx Norman 2009/12/26, Dhrubo : > Hi, > Since you are trying Spring ... why not with Spring DM just a thought? > Thanks ...dhrubo > > On Sat, Dec 26, 2009 at 3:43 PM, Norman Mau

Re: Remove phoenix-deployment in favor of use pure Spring based deployment

2009-12-26 Thread Dhrubo
Hi, Since you are trying Spring ... why not with Spring DM just a thought? Thanks ...dhrubo On Sat, Dec 26, 2009 at 3:43 PM, Norman Maurer wrote: > Ok because I didn't hear anything against this route I will go ahead > and try to get this stuff done. > > Bye, > Norman > > 2009/12/22 Dhrubo :

Re: Remove phoenix-deployment in favor of use pure Spring based deployment

2009-12-26 Thread Norman Maurer
Ok because I didn't hear anything against this route I will go ahead and try to get this stuff done. Bye, Norman 2009/12/22 Dhrubo : > Friends, >           Move towards pure Spring away from dead frameworks is highly > appreciated. I think the move to a OSGi container may come in next release? >

svn commit: r893954 - /james/hupa/trunk/client/src/main/java/org/apache/hupa/client/widgets/ConfirmDialogBox.java

2009-12-26 Thread manolo
Author: manolo Date: Sat Dec 26 09:59:31 2009 New Revision: 893954 URL: http://svn.apache.org/viewvc?rev=893954&view=rev Log: removed an unnecessary import which makes build fail Modified: james/hupa/trunk/client/src/main/java/org/apache/hupa/client/widgets/ConfirmDialogBox.java Modified:

svn commit: r893953 - in /james/hupa/trunk: client/src/main/java/org/apache/hupa/client/mvp/ client/src/main/java/org/apache/hupa/client/widgets/ client/war/ client/war/WEB-INF/classes/ server/src/mai

2009-12-26 Thread manolo
Author: manolo Date: Sat Dec 26 09:48:40 2009 New Revision: 893953 URL: http://svn.apache.org/viewvc?rev=893953&view=rev Log: Fixed a bug escaping html tags in text/plain messages. Fixed an issue when new folders are created in gmail imap servers. Styling of Hupa dialog box. Added: james/hup

JAMES Server Nightly Build Report

2009-12-26 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: -