svn commit: r938339 - /james/jdkim/trunk/main/src/main/java/org/apache/james/jdkim/tagvalue/SignatureRecordImpl.java

2010-04-27 Thread bago
Author: bago Date: Tue Apr 27 07:30:52 2010 New Revision: 938339 URL: http://svn.apache.org/viewvc?rev=938339view=rev Log: Improve fail message for i= tag domain mismatch d= domain. Modified: james/jdkim/trunk/main/src/main/java/org/apache/james/jdkim/tagvalue/SignatureRecordImpl.java

JAMES Server Nightly Build Report

2010-04-27 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:

[jira] Commented: (JSPF-86) Make sure dependencies are on central and remove the stage module

2010-04-27 Thread Stefano Bagnara (JIRA)
[ https://issues.apache.org/jira/browse/JSPF-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12861308#action_12861308 ] Stefano Bagnara commented on JSPF-86: - Here we are:

Re: GSOC Student Tim Erwin accepted

2010-04-27 Thread Tim-Christian Mundt
Thanks Norman for the welcome. I've been here on the mailing list for some weeks, so at least I'm not totally foreign to most of you. I'm excited about this opportunity and hope the next few month will be beneficial for all of us. While Norman is my official mentor, of course all of you are

svn commit: r938377 - in /james/jdkim/trunk/main/src/test/java/org/apache/james/jdkim: FileBasedTest.java PerlDKIMTest.java

2010-04-27 Thread bago
Author: bago Date: Tue Apr 27 09:34:33 2010 New Revision: 938377 URL: http://svn.apache.org/viewvc?rev=938377view=rev Log: make sure file based test suites run correctly in every environment (m2 reactor, m2 single module, netbeans, eclipse..) Modified:

[IMAP] Over-designed /Some thoughts ?

2010-04-27 Thread Norman Maurer
Hi all, after spending some time over the weekend to fix some issues with IMAP I started to feel its a big over-designed ... I think it would be a good think to simplify the api a bit to make it a bit easier to understand. So some points which came to me mind: 1) UidChangeTracking: Is this

Re: GSOC Student Tim Erwin accepted

2010-04-27 Thread Manuel Carrasco MoƱino
Welcome Tim -Manolo On Tue, Apr 27, 2010 at 11:17 AM, Tim-Christian Mundt d...@tim-erwin.de wrote: Thanks Norman for the welcome. I've been here on the mailing list for some weeks, so at least I'm not totally foreign to most of you. I'm excited about this opportunity and hope the next few

[jira] Created: (JAMES-994) JDBCVirtualUserTable does not work when using Postgresql

2010-04-27 Thread Norman Maurer (JIRA)
JDBCVirtualUserTable does not work when using Postgresql Key: JAMES-994 URL: https://issues.apache.org/jira/browse/JAMES-994 Project: JAMES Server Issue Type: Bug Affects

svn commit: r938499 - in /james/server/trunk: spring-deployment/src/main/config/james/sqlResources.xml user-function/src/main/java/org/apache/james/vut/JDBCVirtualUserTable.java user-function/src/test

2010-04-27 Thread norman
Author: norman Date: Tue Apr 27 15:13:39 2010 New Revision: 938499 URL: http://svn.apache.org/viewvc?rev=938499view=rev Log: postgresql does not support concat function so we need a custom sql query for it when select mappings. Fix for (JAMES-994) Modified:

[jira] Resolved: (JAMES-994) JDBCVirtualUserTable does not work when using Postgresql

2010-04-27 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-994. - Resolution: Fixed Fixed JDBCVirtualUserTable does not work when using Postgresql

[jira] Created: (IMAP-136) Upgrade to OpenJPA 2.0.0

2010-04-27 Thread Norman Maurer (JIRA)
Upgrade to OpenJPA 2.0.0 Key: IMAP-136 URL: https://issues.apache.org/jira/browse/IMAP-136 Project: JAMES Imap Issue Type: Task Components: JPA Mailbox Reporter: Norman Maurer

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

2010-04-27 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12861429#action_12861429 ] Norman Maurer commented on IMAP-101: Filesystem transaction implementations:

Re: [jira] Resolved: (JAMES-993) start/stop scripts creation during build

2010-04-27 Thread Eric Charles
I like ./james stop showing the log INFO 19:04:42,071 | org.apache.james.container.spring.JamesServerApplicationContext | Closing org.apache.james.container.spring.jamesserverapplicationcont...@12dacd1: startup date [Tue Apr 27 18:30:50 CEST 2010]; root of context hierarchy INFO

Re: [jira] Resolved: (JAMES-993) start/stop scripts creation during build

2010-04-27 Thread Eric Charles
Works fine on full 32 bits. Building on 32-bits and deploying on 64-bits does not work: - the generated wrapper-linux-x86-32 is obviously a 32-bits version - running the wrapper-linux-x86-32 on 64-bits gives /bin/./wrapper-linux-x86-32: /lib/ld-linux.so.2: bad ELF interpreter: No such file or

Re: [jira] Resolved: (JAMES-993) start/stop scripts creation during build

2010-04-27 Thread Norman Maurer
Hmm, good question. I will have a look. BTW, you could install the libc32 bit libraries. Bye, Norman 2010/4/27 Eric Charles eric.char...@u-mangate.com: Works fine on full 32 bits. Building on 32-bits and deploying on 64-bits does not work: - the generated wrapper-linux-x86-32 is obviously a

Re: [jira] Resolved: (JAMES-993) start/stop scripts creation during build

2010-04-27 Thread Eric Charles
Yes. yum install glibc.i686 installed the needed lib on fedora and wrapper works fine. The equivalents for ubuntu,... should be easy to find. Maybe something to remind for our future 3.0.M1 documentation :) Tks Norman, Eric On 04/27/2010 07:56 PM, Norman Maurer wrote: Hmm, good

Re: [jira] Resolved: (JAMES-993) start/stop scripts creation during build

2010-04-27 Thread Norman Maurer
Yep, in ubuntu it should be apt-get install lib32-dev Thx, Norman 2010/4/27 Eric Charles eric.char...@u-mangate.com: Yes. yum install glibc.i686 installed the needed lib on fedora and wrapper works fine. The equivalents for ubuntu,... should be easy to find. Maybe something to remind for

svn commit: r938618 - in /james/imap/trunk: deployment/src/test/java/org/apache/james/imap/functional/inmemory/ deployment/src/test/java/org/apache/james/imap/functional/jpa/ jcr/src/main/java/org/apa

2010-04-27 Thread norman
Author: norman Date: Tue Apr 27 19:43:40 2010 New Revision: 938618 URL: http://svn.apache.org/viewvc?rev=938618view=rev Log: Don't cache Mailboxes so we don't get problems with GC (IMAP-131). Not all tests passing yet, so work in progress Added:

Re: [IMAP] Over-designed /Some thoughts ?

2010-04-27 Thread Robert Burrell Donkin
On Tue, Apr 27, 2010 at 10:42 AM, Norman Maurer nor...@apache.org wrote: Hi all, after spending some time over the weekend to fix some issues with IMAP I started to feel its a big over-designed ... i started out with that impression. after digging around i came to the conclusion that IMAP has

Re: GSOC Student Tim Erwin accepted

2010-04-27 Thread Robert Burrell Donkin
On Tue, Apr 27, 2010 at 10:17 AM, Tim-Christian Mundt d...@tim-erwin.de wrote: Thanks Norman for the welcome. I've been here on the mailing list for some weeks, so at least I'm not totally foreign to most of you. I'm excited about this opportunity and hope the next few month will be beneficial

Re: [IMAP] Over-designed /Some thoughts ?

2010-04-27 Thread Norman Maurer
Hi Robert, nice to see you are back ;)... Comments inline.. 2010/4/27 Robert Burrell Donkin robertburrelldon...@gmail.com: On Tue, Apr 27, 2010 at 10:42 AM, Norman Maurer nor...@apache.org wrote: Hi all, after spending some time over the weekend to fix some issues with IMAP I started to

svn commit: r938789 - /james/server/trunk/spring-deployment/pom.xml

2010-04-27 Thread norman
Author: norman Date: Wed Apr 28 05:58:58 2010 New Revision: 938789 URL: http://svn.apache.org/viewvc?rev=938789view=rev Log: Add wrapper for all kind of operation versions by default. So it not depend on the os it was build on. Modified: james/server/trunk/spring-deployment/pom.xml