svn commit: r941169 - /james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/core/DataLineMessageHookHandler.java

2010-05-05 Thread norman
Author: norman Date: Wed May 5 06:51:44 2010 New Revision: 941169 URL: http://svn.apache.org/viewvc?rev=941169view=rev Log: Remove incorrect instanceof check Modified: james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/core/DataLineMessageHookHandler.java Modified:

Re: James IMAP and Alfresco and refactoring

2010-05-05 Thread Tim-Christian Mundt
Hi! Alfresco's JCR implementation only allows one session per thread. I think Alfresco stores the session stuff in a Thread Local variable (at least using web services), so there can be only one active session at a time per thread. However, what does prevent you from simply creating a new

Re: James IMAP and Alfresco and refactoring

2010-05-05 Thread Norman Maurer
Hi comments inline.. 2010/5/5 Tim-Christian Mundt d...@tim-erwin.de: Hi! Alfresco's JCR implementation only allows one session per thread. I think Alfresco stores the session stuff in a Thread Local variable (at least using web services), so there can be only one active session at a time

[RESULT] Re: [VOTE] Release protocols 1.0 (and not 0.1)

2010-05-05 Thread Norman Maurer
Hi all the VOTE passed with 3 bind +1 and 1 non-binding +1. Thx for all your help, I will promote the release within the next minutes :) 2010/5/3 Manuel Carrasco MoƱino man...@apache.org: +1 Manolo On Mon, May 3, 2010 at 9:49 AM, Norman Maurer norman.mau...@googlemail.com wrote: I will

[jira] Created: (PROTOCOLS-3) Add some reusable implementation code

2010-05-05 Thread Norman Maurer (JIRA)
Add some reusable implementation code - Key: PROTOCOLS-3 URL: https://issues.apache.org/jira/browse/PROTOCOLS-3 Project: JAMES Protocols Issue Type: Task Reporter: Norman Maurer

Users Repository

2010-05-05 Thread Eric Charles
Hi, I understand org.apache.james.impl.jamesuser.LocalJamesUsersRepository should be used for 2.3 compatibility and org.apache.james.impl.user.LocalUsersRepository for fresh 3 installations. Is this the case ? Tks, Eric PS1 : Comment in spring-beans.xml could mention the full classpath

SVN Projects

2010-05-05 Thread Eric Charles
Hi, smtp/pop3/imap mail processing use different src projects: http://svn.apache.org/viewvc/james/server/trunk/ http://svn.apache.org/viewvc/james/imap/trunk/ http://svn.apache.org/viewvc/james/jsieve/trunk/ http://svn.apache.org/viewvc/james/mailet/ (you will get more than needed, so you may

Config resource loading in dev

2010-05-05 Thread Eric Charles
Hi, To run james in my ide (eclipse), I copied config files from server/spring-deployment/src/main/config/james to a directory called conf a level upon the root of my project. The resource loading via the file://conf was ok. After, I wanted to load via classpath to have smoother intergration

Re: James IMAP and Alfresco and refactoring

2010-05-05 Thread Robert Burrell Donkin
On Wed, May 5, 2010 at 12:52 PM, Norman Maurer norman.mau...@googlemail.com wrote: snip Would it be worth discussing where James IMAP is going in the near-term and whether we should coordinate. You are totally right. I'd be glad if we could find a good design for IMAP and implement it as

Re: Config resource loading in dev

2010-05-05 Thread Norman Maurer
Hi Eric, I like your idea about loading every config from classpath. I think you are right, we should change it. About the proposed fallback strategy I'm not sure. I think we should not try to mix up things to much. Just let use add two different ConfigurationRegistry implementations. One for

Re: Users Repository

2010-05-05 Thread Norman Maurer
+1, makes sense.. How about a patch ;) ? Thx, Norman 2010/5/5 Eric Charles eric.char...@u-mangate.com: Hi, I understand org.apache.james.impl.jamesuser.LocalJamesUsersRepository should be used for 2.3 compatibility and org.apache.james.impl.user.LocalUsersRepository for fresh 3

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

2010-05-05 Thread norman
Author: norman Date: Thu May 6 05:39:56 2010 New Revision: 941581 URL: http://svn.apache.org/viewvc?rev=941581view=rev Log: switch to protocols 1.0 Modified: james/server/trunk/pom.xml Modified: james/server/trunk/pom.xml URL: