svn commit: r618121 - in /james/server/trunk/jcr: ./ LICENSE.txt NOTICE.txt README.txt build.xml pom.xml src/

2008-02-03 Thread rdonkin
Author: rdonkin Date: Sun Feb 3 15:26:24 2008 New Revision: 618121 URL: http://svn.apache.org/viewvc?rev=618121&view=rev Log: Straight copy of james-jcr into trunk. No build integration yet and possibly some discussion needed. Any revisions after 618120 will need to be merged in later. Added:

svn commit: r618118 - in /james/server/trunk/spring-deployment: ./ src/main/config/warfile/ src/main/config/warfile/WEB-INF/ src/main/java/org/apache/james/container/spring/beanfactory/

2008-02-03 Thread berndf
Author: berndf Date: Sun Feb 3 15:14:25 2008 New Revision: 618118 URL: http://svn.apache.org/viewvc?rev=618118&view=rev Log: web container deployment, first take. see JAMES-834 Added: james/server/trunk/spring-deployment/src/main/config/warfile/ james/server/trunk/spring-deployment/src/m

[jira] Created: (JAMES-834) Webcontainer Deployment (WAR)

2008-02-03 Thread Bernd Fondermann (JIRA)
Webcontainer Deployment (WAR) - Key: JAMES-834 URL: https://issues.apache.org/jira/browse/JAMES-834 Project: James Issue Type: New Feature Components: Deployment Modules Reporter: Bernd Fonde

Re: James Server as a WAR

2008-02-03 Thread Danny Angus
On Feb 3, 2008 9:51 AM, Bernd Fondermann <[EMAIL PROTECTED]> wrote: > What do others think? Long overdue. My opinion in the past was that James should be deployable in a J2EE container but I always envisaged that as EJB's and JCA in an EAR rather than at the WAR level. But if you can do it then g

Re: James OSGi Bundle

2008-02-03 Thread Robert Burrell Donkin
On Feb 3, 2008 8:30 PM, Bernd Fondermann <[EMAIL PROTECTED]> wrote: > Bernd Fondermann wrote: > Spring-osgi (opposed to Spring in a web-container) is not yet ready to > deal with custom ApplicationContexts (yet). This results in the fact I > see no easy way currently to boot our components. > >

Re: James OSGi Bundle

2008-02-03 Thread Bernd Fondermann
Bernd Fondermann wrote: Hi, with the release of the OSGi extension to Spring[1], it seems to be reasonably easy to turn any spring app into an OSGi deployment ('bundle'). I'd like to try and make the spring deployment OSGi-deployable this way. In a first step, this would only mean 'deployabl

Re: [modules] Backends

2008-02-03 Thread Robert Burrell Donkin
On Feb 3, 2008 5:50 PM, Stefano Bagnara <[EMAIL PROTECTED]> wrote: > Robert Burrell Donkin ha scritto: > >> I run a few grep to see what modules/code import each class/package in > >> core-library and here are some considerations: > >> > >> org.apache.james.security.* > >> - they are only used by s

RE: [VOTE] Jukka Zitting commit in trunk

2008-02-03 Thread Steve Brewin
[EMAIL PROTECTED] wrote on 03 February 2008 00:09: > [X] +1 I agree that Jukka should be allowed to commit > anywhere in James codebase Go! Cheers -- Steve - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: [modules] Backends

2008-02-03 Thread Stefano Bagnara
Robert Burrell Donkin ha scritto: I run a few grep to see what modules/code import each class/package in core-library and here are some considerations: org.apache.james.security.* - they are only used by spoolmanager-function, and only by smime mailets (org.apache.james.transport.mailets.smime.*

svn commit: r618042 - /james/server/trunk/core-library/src/main/java/org/apache/james/context/

2008-02-03 Thread bago
Author: bago Date: Sun Feb 3 09:44:17 2008 New Revision: 618042 URL: http://svn.apache.org/viewvc?rev=618042&view=rev Log: Move org.apache.james.context to phoenix-deployment module. Removed: james/server/trunk/core-library/src/main/java/org/apache/james/context/ --

svn commit: r618041 - /james/server/trunk/phoenix-deployment/src/java/org/apache/james/context/

2008-02-03 Thread bago
Author: bago Date: Sun Feb 3 09:42:48 2008 New Revision: 618041 URL: http://svn.apache.org/viewvc?rev=618041&view=rev Log: Move org.apache.james.context to phoenix-deployment module. Added: james/server/trunk/phoenix-deployment/src/java/org/apache/james/context/ - copied from r611831,

svn commit: r618040 - /james/server/trunk/core-library/src/main/java/org/apache/james/util/Assert.java

2008-02-03 Thread bago
Author: bago Date: Sun Feb 3 09:41:31 2008 New Revision: 618040 URL: http://svn.apache.org/viewvc?rev=618040&view=rev Log: Remove unused class Removed: james/server/trunk/core-library/src/main/java/org/apache/james/util/Assert.java -

svn commit: r618038 - /james/server/trunk/core-library/src/main/java/org/apache/james/util/urirbl/

2008-02-03 Thread bago
Author: bago Date: Sun Feb 3 09:31:41 2008 New Revision: 618038 URL: http://svn.apache.org/viewvc?rev=618038&view=rev Log: Move urirbl util package to smtpserver-function. Removed: james/server/trunk/core-library/src/main/java/org/apache/james/util/urirbl/ -

svn commit: r618037 - /james/server/trunk/smtpserver-function/src/main/java/org/apache/james/util/urirbl/

2008-02-03 Thread bago
Author: bago Date: Sun Feb 3 09:31:26 2008 New Revision: 618037 URL: http://svn.apache.org/viewvc?rev=618037&view=rev Log: Move urirbl util package to smtpserver-function. Added: james/server/trunk/smtpserver-function/src/main/java/org/apache/james/util/urirbl/ - copied from r611831,

svn commit: r618036 - in /james/server/trunk: core-library/src/main/java/org/apache/james/util/ core-library/src/main/java/org/apache/james/util/mailet/ spoolmanager-function/src/main/java/org/apache/

2008-02-03 Thread bago
Author: bago Date: Sun Feb 3 09:30:24 2008 New Revision: 618036 URL: http://svn.apache.org/viewvc?rev=618036&view=rev Log: Move MatcherInverter to the util.mailet package Added: james/server/trunk/core-library/src/main/java/org/apache/james/util/mailet/MatcherInverter.java - copied, c

svn commit: r618031 - /james/server/trunk/core-library/src/main/java/org/apache/james/util/junkscore/

2008-02-03 Thread bago
Author: bago Date: Sun Feb 3 09:23:10 2008 New Revision: 618031 URL: http://svn.apache.org/viewvc?rev=618031&view=rev Log: Move junkscore util package to smtpserver-function. Removed: james/server/trunk/core-library/src/main/java/org/apache/james/util/junkscore/ --

svn commit: r618030 - in /james/server/trunk/smtpserver-function/src/main/java/org/apache/james/util: ./ junkscore/

2008-02-03 Thread bago
Author: bago Date: Sun Feb 3 09:22:48 2008 New Revision: 618030 URL: http://svn.apache.org/viewvc?rev=618030&view=rev Log: Move junkscore util package to smtpserver-function. Added: james/server/trunk/smtpserver-function/src/main/java/org/apache/james/util/ james/server/trunk/smtpserver

svn commit: r618029 - in /james/server/trunk/core-library/src/main/java/org/apache/james: fetchmail/ imapserver/ userrepository/ vut/

2008-02-03 Thread bago
Author: bago Date: Sun Feb 3 09:19:25 2008 New Revision: 618029 URL: http://svn.apache.org/viewvc?rev=618029&view=rev Log: Remove empty folders/packages Removed: james/server/trunk/core-library/src/main/java/org/apache/james/fetchmail/ james/server/trunk/core-library/src/main/java/org/ap

svn commit: r618027 - in /james/server/trunk: avalon-user-function/src/main/java/org/apache/james/userrepository/ avalon-user-function/src/main/java/org/apache/james/vut/ basic-user-function/ core-lib

2008-02-03 Thread bago
Author: bago Date: Sun Feb 3 09:17:44 2008 New Revision: 618027 URL: http://svn.apache.org/viewvc?rev=618027&view=rev Log: - Added some serialversionUid - Removed some unused imports - Remove mime4j version from pom.xml because we use dependencyManagement in parent pom. Modified: james/ser

Re: [VOTE] Jukka Zitting commit in trunk

2008-02-03 Thread Vincenzo Gianferrari Pini
[X] +1 I agree that Jukka should be allowed to commit anywhere in James codebase Vincenzo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [modules] Backends

2008-02-03 Thread Stefano Bagnara
Robert Burrell Donkin ha scritto: On Feb 2, 2008 6:39 PM, Stefano Bagnara <[EMAIL PROTECTED]> wrote: Our torque function also depends on avalon services. not since i stripped out the dependency ;-) the avalon-based configuration is in pheonix but the module has been clean for a few months T

svn commit: r617980 - /james/server/trunk/imap-mailbox-processor-function/pom.xml

2008-02-03 Thread rdonkin
Author: rdonkin Date: Sun Feb 3 04:34:08 2008 New Revision: 617980 URL: http://svn.apache.org/viewvc?rev=617980&view=rev Log: IMAP processor now uses Mime4j. Modified: james/server/trunk/imap-mailbox-processor-function/pom.xml Modified: james/server/trunk/imap-mailbox-processor-function/pom

Re: [VOTE] Jukka Zitting commit in trunk

2008-02-03 Thread Stefano Bagnara
Danny Angus ha scritto: If you agree that Jukka's limited agreement to commit only to the sandbox be lifted and it be understood that Jukka is now trusted to commit wherever he feels appropriate please vote accordingly.. [X] +1 I agree that Jukka should be allowed to commit anywhere in James c

Re: James Server as a WAR

2008-02-03 Thread Robert Burrell Donkin
On Feb 3, 2008 9:51 AM, Bernd Fondermann <[EMAIL PROTECTED]> wrote: > Hi, > > Triggered by recent posts by Jukka and others, I am starting to work > on a spring-deployment based web archive (WAR) deployment. > Deploying James in Tomcat or Jetty might look odd to some. And it > really in a way is si

svn commit: r617970 - in /james/server/trunk/spring-deployment: ./ src/main/config/ src/main/config/james/ src/main/java/org/apache/james/container/spring/beanfactory/

2008-02-03 Thread berndf
Author: berndf Date: Sun Feb 3 02:05:20 2008 New Revision: 617970 URL: http://svn.apache.org/viewvc?rev=617970&view=rev Log: spring-deployment: prepare adding config files for WAR and OSGi deployments Added: james/server/trunk/spring-deployment/src/main/config/james/ james/server/trunk/

James Server as a WAR

2008-02-03 Thread Bernd Fondermann
Hi, Triggered by recent posts by Jukka and others, I am starting to work on a spring-deployment based web archive (WAR) deployment. Deploying James in Tomcat or Jetty might look odd to some. And it really in a way is since there is no HTTP based functionality in James. But this deployment would m

Re: [PLANNING] Road map - lets find some consensus on .... release contents ....

2008-02-03 Thread Danny Angus
On Feb 3, 2008 8:20 AM, Robert Burrell Donkin <[EMAIL PROTECTED]> wrote: > > Yeah. In the sandbox i did this using JMS lookup for services, > > JMS ->JNDI ...? Doh! Yeah, slip of the brain. At my age all acronyms start to merge into one ;-) d. --

JAMES Server Nightly Build Report

2008-02-03 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: Mailets and dependencies (Was: [PLANNING] Road map)

2008-02-03 Thread Robert Burrell Donkin
On Feb 3, 2008 12:03 AM, Danny Angus <[EMAIL PROTECTED]> wrote: > I did the "v3" stuff and the sandbox stuff isn't very different, look > at it, I can do it all again. > The problems are really only... > > 1/ some of the interfaces that you need to move to mailet aren't > totally normalised, IOW th

Re: [PLANNING] Road map - lets find some consensus on .... release contents ....

2008-02-03 Thread Robert Burrell Donkin
On Feb 2, 2008 3:57 PM, Danny Angus <[EMAIL PROTECTED]> wrote: > On Feb 2, 2008 12:57 PM, Robert Burrell Donkin > <[EMAIL PROTECTED]> wrote: > > i agree in principle but trunk has a lot of JAMES-specific mailets > > (but i suspect that many of these could be decoupled) > > Very many of them can. >

Re: [VOTE] Jukka Zitting commit in trunk

2008-02-03 Thread Robert Burrell Donkin
On Feb 3, 2008 12:09 AM, Danny Angus <[EMAIL PROTECTED]> wrote: > [X] +1 I agree that Jukka should be allowed to commit anywhere in James > codebase > [ ] 0 I will abide by the majority decision > [ ] -1 I disagree, the PMC should debate this case further. - robert -