Re: svn commit: r713471 - in /james/server/trunk: ./ jpa-store/ jpa-store/src/main/java/org/apache/james/server/jpa/ jpa-store/src/test/java/org/ jpa-store/src/test/java/org/apache/ jpa-store/src/test

2008-11-12 Thread Norman Maurer
Hi Robert, shouldn't the equals(Object) and hashCode() method get overridden in JPAUser to check for the right properties ? Cheers, Norman Maurer 2008/11/12 <[EMAIL PROTECTED]> > Author: rdonkin > Date: Wed Nov 12 11:34:18 2008 > New Revision: 713471 > > URL: http://svn.apache.org/viewvc?rev=71

Re: [mime4j] Retrotranslator for Java 5

2008-11-12 Thread Markus Wiederkehr
On Wed, Nov 12, 2008 at 11:37 PM, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > Do we care about 1.4 compatibility at all give the results of the poll? What > is the reason for maintaining a 1.4 compatible version? Personally I don't care about 1.4 and I don't believe many users will, too. On th

Re: [server] Java 5, Spring And Phoenix

2008-11-12 Thread Robert Burrell Donkin
On Wed, Nov 12, 2008 at 8:03 PM, Noel J. Bergman <[EMAIL PROTECTED]> wrote: > Robert Burrell Donkin wrote: > >> OSGi is fine for containing coursely grained services but avoiding >> spring for configuration and assembly of these services is going to >> make a *lot* of work. > > OSGi is about assemb

Re: [mime4j] Retrotranslator for Java 5

2008-11-12 Thread Oleg Kalnichevski
Stefano Bagnara wrote: Markus Wiederkehr ha scritto: I am trying to use the Retrotranslator Maven plugin to create a JRE 1.4 compatible version of Mime4j after the source code has been migrated to Java 5. The byte-code translation seems to work and the resulting class files are version 48 (1.4).

[jira] Updated: (MIME4J-85) Upgrade source to Java 5

2008-11-12 Thread Markus Wiederkehr (JIRA)
[ https://issues.apache.org/jira/browse/MIME4J-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Markus Wiederkehr updated MIME4J-85: Attachment: mime4j-java5-v2.patch Because of problems with the Retrotranslator plugin this s

svn commit: r713511 - in /james/project/trunk: maven-skin/pom.xml pom.xml project/pom.xml project/server/2.2.0/pom.xml project/server/pom.xml

2008-11-12 Thread rdonkin
Author: rdonkin Date: Wed Nov 12 13:10:10 2008 New Revision: 713511 URL: http://svn.apache.org/viewvc?rev=713511&view=rev Log: Update pom version numbers Modified: james/project/trunk/maven-skin/pom.xml james/project/trunk/pom.xml james/project/trunk/project/pom.xml james/project/

svn commit: r713510 - /james/project/tags/james-project-1.3/

2008-11-12 Thread rdonkin
Author: rdonkin Date: Wed Nov 12 13:06:14 2008 New Revision: 713510 URL: http://svn.apache.org/viewvc?rev=713510&view=rev Log: Ok Tagging manually. Added: james/project/tags/james-project-1.3/ - copied from r713509, james/project/trunk/project/

svn commit: r713509 - /james/project/tags/james-parent-1.2/

2008-11-12 Thread rdonkin
Author: rdonkin Date: Wed Nov 12 13:05:14 2008 New Revision: 713509 URL: http://svn.apache.org/viewvc?rev=713509&view=rev Log: Ok. Manually tagging the trunk created by maven. Added: james/project/tags/james-parent-1.2/ - copied from r713508, james/project/trunk/ -

Re: svn commit: r713213 - in /james/project/trunk: maven-skin/pom.xml pom.xml project/pom.xml project/server/2.2.0/pom.xml project/server/pom.xml

2008-11-12 Thread Robert Burrell Donkin
On Wed, Nov 12, 2008 at 5:24 PM, Robert Burrell Donkin <[EMAIL PROTECTED]> wrote: > On Wed, Nov 12, 2008 at 12:35 AM, David Jencks <[EMAIL PROTECTED]> wrote: >> >> On Nov 11, 2008, at 2:56 PM, Robert Burrell Donkin wrote: >> >>> On Tue, Nov 11, 2008 at 10:53 PM, <[EMAIL PROTECTED]> wrote: >>>

svn commit: r713507 - in /james/project/trunk: maven-skin/pom.xml pom.xml project/pom.xml project/server/2.2.0/pom.xml project/server/pom.xml

2008-11-12 Thread rdonkin
Author: rdonkin Date: Wed Nov 12 12:59:23 2008 New Revision: 713507 URL: http://svn.apache.org/viewvc?rev=713507&view=rev Log: [maven-release-plugin] prepare release james-parent-1.2 Modified: james/project/trunk/maven-skin/pom.xml james/project/trunk/pom.xml james/project/trunk/proje

Re: [mailet base] Move org.apache.james.util.mail.**.* to base? [WAS Re: [jsieve] Movin Sieve Mailet to JSieve]

2008-11-12 Thread Robert Burrell Donkin
On Wed, Nov 12, 2008 at 5:27 PM, Robert Burrell Donkin <[EMAIL PROTECTED]> wrote: > On Wed, Nov 12, 2008 at 9:23 AM, Stefano Bagnara <[EMAIL PROTECTED]> wrote: >> Robert Burrell Donkin ha scritto: >>> On Sun, Nov 9, 2008 at 9:53 PM, Robert Burrell Donkin >>> <[EMAIL PROTECTED]> wrote: On Sun,

RE: [server] Java 5, Spring And Phoenix

2008-11-12 Thread Noel J. Bergman
Robert Burrell Donkin wrote: > OSGi is fine for containing coursely grained services but avoiding > spring for configuration and assembly of these services is going to > make a *lot* of work. OSGi is about assembly. What do you have in mind for Spring? And configuration can be pretty nicely han

svn commit: r713471 - in /james/server/trunk: ./ jpa-store/ jpa-store/src/main/java/org/apache/james/server/jpa/ jpa-store/src/test/java/org/ jpa-store/src/test/java/org/apache/ jpa-store/src/test/jav

2008-11-12 Thread rdonkin
Author: rdonkin Date: Wed Nov 12 11:34:18 2008 New Revision: 713471 URL: http://svn.apache.org/viewvc?rev=713471&view=rev Log: Basic proof of concept implementation. More work needed. Added: james/server/trunk/jpa-store/src/test/java/org/ james/server/trunk/jpa-store/src/test/java/org/apa

Re: [mailet base] Move org.apache.james.util.mail.**.* to base? [WAS Re: [jsieve] Movin Sieve Mailet to JSieve]

2008-11-12 Thread Robert Burrell Donkin
On Wed, Nov 12, 2008 at 9:23 AM, Stefano Bagnara <[EMAIL PROTECTED]> wrote: > Robert Burrell Donkin ha scritto: >> On Sun, Nov 9, 2008 at 9:53 PM, Robert Burrell Donkin >> <[EMAIL PROTECTED]> wrote: >>> On Sun, Nov 9, 2008 at 5:32 PM, Robert Burrell Donkin >>> <[EMAIL PROTECTED]> wrote: On Sun

Re: svn commit: r713213 - in /james/project/trunk: maven-skin/pom.xml pom.xml project/pom.xml project/server/2.2.0/pom.xml project/server/pom.xml

2008-11-12 Thread Robert Burrell Donkin
On Wed, Nov 12, 2008 at 12:35 AM, David Jencks <[EMAIL PROTECTED]> wrote: > > On Nov 11, 2008, at 2:56 PM, Robert Burrell Donkin wrote: > >> On Tue, Nov 11, 2008 at 10:53 PM, <[EMAIL PROTECTED]> wrote: >>> >>> Author: rdonkin >>> Date: Tue Nov 11 14:53:07 2008 >>> New Revision: 713213 >>> >>> URL:

Re: [mime4j] Retrotranslator for Java 5

2008-11-12 Thread Markus Wiederkehr
On Wed, Nov 12, 2008 at 10:21 AM, Stefano Bagnara <[EMAIL PROTECTED]> wrote: > What pom snippet did you add for retrotranslating and what version of > the plugin(and retrotranslator itself) are you using? In my local repository I have retrotranslator 1.2.4 and retrotranslator-maven-plugin 1.0-alph

[EMAIL PROTECTED]: Project james-jsieve (in module james-jsieve) failed

2008-11-12 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 [EMAIL PROTECTED] Project james-jsieve has an issue affecting its community integration. This issue affects

Re: [mailet base] Move org.apache.james.util.mail.**.* to base? [WAS Re: [jsieve] Movin Sieve Mailet to JSieve]

2008-11-12 Thread Stefano Bagnara
Robert Burrell Donkin ha scritto: > On Sun, Nov 9, 2008 at 9:53 PM, Robert Burrell Donkin > <[EMAIL PROTECTED]> wrote: >> On Sun, Nov 9, 2008 at 5:32 PM, Robert Burrell Donkin >> <[EMAIL PROTECTED]> wrote: >>> On Sun, Nov 9, 2008 at 4:09 PM, Stefano Bagnara <[EMAIL PROTECTED]> wrote: Robert Bu

Re: [mime4j] Retrotranslator for Java 5

2008-11-12 Thread Stefano Bagnara
Markus Wiederkehr ha scritto: > I am trying to use the Retrotranslator Maven plugin to create a JRE > 1.4 compatible version of Mime4j after the source code has been > migrated to Java 5. The byte-code translation seems to work and the > resulting class files are version 48 (1.4). So far so good..

JAMES Server Nightly Build Report

2008-11-12 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: -