[jira] [Commented] (JAMES-1485) Migrate to fluendo skin

2013-03-05 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13593258#comment-13593258 ] Eric Charles commented on JAMES-1485: - Ioan, Please make your changes in a san

[jira] [Commented] (JAMES-1486) Aggregate all websites to a single site

2013-03-05 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13593257#comment-13593257 ] Eric Charles commented on JAMES-1486: - Ioan, Please make your changes in a san

Re: svn commit: r1452487 - in /james/mailbox/trunk: ./ hbase/src/main/resources/META-INF/ hbase/src/main/resources/META-INF/spring/ jcr/src/main/resources/META-INF/ jcr/src/main/resources/META-INF/spr

2013-03-04 Thread Eric Charles
Hi Ioan, Server spring can not be loaded anymore. Please fix this and take the good habit to not commit unfinished work which breaks trunk. I hope you can do it because it is very unpleasant to be impacted by your commits. It happens regulary (one commit on two) and as for now, I will syste

[jira] [Commented] (JAMES-1485) Migrate to fluendo skin

2013-03-04 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13593142#comment-13593142 ] Eric Charles commented on JAMES-1485: - "Looks better" in your opinion.

[jira] [Commented] (JAMES-1486) Aggregate all websites to a single site

2013-03-04 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13593137#comment-13593137 ] Eric Charles commented on JAMES-1486: - Upon build site with 'mvn site'

[jira] [Commented] (JAMES-1486) Aggregate all websites to a single site

2013-03-04 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13593136#comment-13593136 ] Eric Charles commented on JAMES-1486: - Hi Ioan, We still need to be able to gene

[jira] [Commented] (JAMES-1184) Modules consolidation

2013-03-03 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13591684#comment-13591684 ] Eric Charles commented on JAMES-1184: - Not sure if recent commits reflect any ag

Re: parsing Original-Message-ID from MDN body message part

2013-02-27 Thread Eric Charles
Hi Rajender, Where do you need to read that header? If it is in a mailet, you can get it via mail.getMessage().getHeader("Original-Message-ID"); If you need access to header somewhere else (protocols, mailbox...), just tell us. Thx, Eric On 27/02/2013 18:47, Rajender Vallapureddy wrote:

Re: Unable to send message out using James 3 Beta 4

2013-02-26 Thread Eric Charles
Hi Sai, Sorry for this late response, busy times... James uses dns-java which its turns relies and the Java platform, which its turn relies on the operatring system for the DNS lookups. Double check on the Operating System level your DNS name resolution. Use a low level command tool such as d

[jira] [Closed] (PROTOCOLS-105) Improve POP3 TOP command by fetching whole message instead of head/body separately

2013-02-26 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles closed PROTOCOLS-105. -- Resolution: Fixed Fix Version/s: 1.6.3 Patch committed, Thx Rustam. Eric

[jira] [Closed] (MAILBOX-194) JPA mailbox does not free derby disk space on mail delete

2013-02-19 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles closed MAILBOX-194. Resolution: Not A Problem > JPA mailbox does not free derby disk space on mail del

Re: missing SieveMailet.java functions setFilesystem & setFolder in james beta 3

2013-02-19 Thread Eric Charles
Mailet.setFolder(getInitParameter("folder", "MyFolder")); } Regards, Rajender On Tue, Feb 19, 2013 at 3:27 PM, Eric Charles wrote: Hi Rajender, The setFolder method has been introduced to make the SieveMailet configurable for e.g. the ToSenderFolder mailet. The setFi

Re: missing SieveMailet.java functions setFilesystem & setFolder in james beta 3

2013-02-19 Thread Eric Charles
Hi Rajender, The setFolder method has been introduced to make the SieveMailet configurable for e.g. the ToSenderFolder mailet. The setFilesystem is there since a longer time and is needed to allow access to the mailrepository system if I remember well. In all cases, there are too many chang

[jira] [Commented] (JAMES-1480) Unable to remove messages in POP3 when the client closes the connection (under high load)

2013-02-15 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13579713#comment-13579713 ] Eric Charles commented on JAMES-1480: - Good to hear this. I have opened MAILBOX

[jira] [Created] (MAILBOX-194) JPA mailbox does not free derby disk space on mail delete

2013-02-15 Thread Eric Charles (JIRA)
Eric Charles created MAILBOX-194: Summary: JPA mailbox does not free derby disk space on mail delete Key: MAILBOX-194 URL: https://issues.apache.org/jira/browse/MAILBOX-194 Project: James Mailbox

[jira] [Commented] (JAMES-1477) Replace @Resource with @Inject where it can

2013-02-15 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13579212#comment-13579212 ] Eric Charles commented on JAMES-1477: - Hi Eike, publet seems a really nice pro

[jira] [Commented] (JAMES-1480) Unable to remove messages in POP3 when the client closes the connection (under high load)

2013-02-14 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13579015#comment-13579015 ] Eric Charles commented on JAMES-1480: - Hi Adhish, Thx a lot for these det

[jira] [Commented] (JAMES-1477) Replace @Resource with @Inject where it can

2013-02-13 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13578185#comment-13578185 ] Eric Charles commented on JAMES-1477: - Hi Eike, I think @Named on methods is

[jira] [Commented] (PROTOCOLS-104) POP3 RETR hangs on some messages when using Apple Mail

2013-02-10 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13575382#comment-13575382 ] Eric Charles commented on PROTOCOLS-104: Hi, Mail is correctly show

[jira] [Commented] (PROTOCOLS-104) POP3 RETR hangs on some messages when using Apple Mail

2013-02-09 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13575230#comment-13575230 ] Eric Charles commented on PROTOCOLS-104: Hi Rustam, I put the given mai

[jira] [Commented] (PROTOCOLS-104) POP3 RETR hangs on some messages when using Apple Mail

2013-02-09 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13575132#comment-13575132 ] Eric Charles commented on PROTOCOLS-104: Thx Rustam. Upon the eml mail

[jira] [Commented] (JAMES-1476) ArrayIndexOutOfBoundsException when searching in ImapFolder

2013-02-08 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13574550#comment-13574550 ] Eric Charles commented on JAMES-1476: - Although much code is common to all mai

[jira] [Commented] (JAMES-1476) ArrayIndexOutOfBoundsException when searching in ImapFolder

2013-02-08 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13574528#comment-13574528 ] Eric Charles commented on JAMES-1476: - Btw, I run with maildir mailbox, which mai

[jira] [Commented] (JAMES-1476) ArrayIndexOutOfBoundsException when searching in ImapFolder

2013-02-08 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13574527#comment-13574527 ] Eric Charles commented on JAMES-1476: - Hi, I have run your test class with

Re: Jenkins build is still unstable: james-server-trunk #3649

2013-02-08 Thread Eric Charles
Hi Ioan, Any idea why the karaf integratino tests fail? java.rmi.NotBoundException: 47e06269-01cd-4146-987f-8db3813288b4 at sun.rmi.registry.RegistryImpl.lookup(RegistryImpl.java:106) at sun.rmi.registry.RegistryImpl_Skel.dispatch(Unknown Source) at sun.rmi.server.Unicas

[jira] [Commented] (MAILBOX-77) Guice Mailbox Module

2013-02-08 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-77?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13574386#comment-13574386 ] Eric Charles commented on MAILBOX-77: - See also JAMES-1479 (can not make subtas

[jira] [Commented] (JAMES-1476) ArrayIndexOutOfBoundsException when searching in ImapFolder

2013-02-08 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13574385#comment-13574385 ] Eric Charles commented on JAMES-1476: - Hi, Is it possible to post/attach a wa

[jira] [Updated] (JAMES-1477) Replace @Resource with @Inject where it can

2013-02-08 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles updated JAMES-1477: Issue Type: Sub-task (was: Improvement) Parent: JAMES-1479 > Replace @Resource w

[jira] [Created] (JAMES-1479) Create a Guice module

2013-02-08 Thread Eric Charles (JIRA)
Eric Charles created JAMES-1479: --- Summary: Create a Guice module Key: JAMES-1479 URL: https://issues.apache.org/jira/browse/JAMES-1479 Project: James Server Issue Type: Improvement

[jira] [Closed] (JAMES-1478) Integrate spring related classes and configuration in on module

2013-02-08 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles closed JAMES-1478. --- Resolution: Fixed Fix Version/s: 3.0-beta5 Done > Integrate spring rela

Re: james karaf commit in trunk

2013-02-08 Thread Eric Charles
Of course, for external (non James) dependencies, we should only use RELEASE versions, except if a dev works in a sandbox or in a non enrolled module. Thx, Eric On 08/02/2013 10:02, Eric Charles wrote: Hi Ioan, I don't think it is a good strategy to forbid using SNAPSHOT because we

[jira] [Created] (JAMES-1478) Integrate spring related classes and configuration in on module

2013-02-08 Thread Eric Charles (JIRA)
Eric Charles created JAMES-1478: --- Summary: Integrate spring related classes and configuration in on module Key: JAMES-1478 URL: https://issues.apache.org/jira/browse/JAMES-1478 Project: James Server

Re: james karaf commit in trunk

2013-02-08 Thread Eric Charles
Hi Ioan, I don't think it is a good strategy to forbid using SNAPSHOT because we would stop integration development between subproject. If I add a new feature in mailbox, it is to be able to use it in server. And I want to commit my devs so that everybody can see them and and use them. Thx

Re: james karaf commit in trunk

2013-02-08 Thread Eric Charles
Hi Ioan, I will commit in 1 minutes the missing bits to make james server work on IMAP (my last commits make the injection failing). I will after check that all unit tests succeed, also the karaf ones which so far are still successfull (the ./build.sh script). Thx, Eric On 08/02/2013 08:02

Re: james karaf commit in trunk

2013-02-07 Thread Eric Charles
Hi Ioan, Thx for this. I have a long time pending branch related to JAMES-1237 where last comment was replacing @Resource with @Inject to prepare guice injection. I will now commit a first version and will continue to fix the last bits tomorrow. I have create JAMES-1477 to track down this.

[jira] [Created] (JAMES-1477) Replace @Resource with @Inject where it can

2013-02-07 Thread Eric Charles (JIRA)
Eric Charles created JAMES-1477: --- Summary: Replace @Resource with @Inject where it can Key: JAMES-1477 URL: https://issues.apache.org/jira/browse/JAMES-1477 Project: James Server Issue Type

Re: james karaf commit in trunk

2013-02-07 Thread Eric Charles
On 07/02/2013 11:48, Eric Charles wrote: Hi Ioan, It's even worth than I tought. read worse, not worth There are now some org.apache.servicemix.bundles.commons-configuration all over the place in all modules. I for now revert, exclude commons-configuration and rede

Re: james karaf commit in trunk

2013-02-07 Thread Eric Charles
Thx, Eric On 07/02/2013 11:08, Eric Charles wrote: Hi Ioan, See my reply on previous mail. org.apache.servicemix.bundles.commons-configuration should only be declared in karaf modules. Thx, Eric On 07/02/2013 11:06, Ioan Eugen Stan wrote: Hello, Thanks Eric. It should be committed in a few mi

Re: james karaf commit in trunk

2013-02-07 Thread Eric Charles
Hi Ioan, See my reply on previous mail. org.apache.servicemix.bundles.commons-configuration should only be declared in karaf modules. Thx, Eric On 07/02/2013 11:06, Ioan Eugen Stan wrote: Hello, Thanks Eric. It should be committed in a few minutes. Could you give me some clues as to how c

Re: svn commit: r1443402 - in /james/server/trunk: ./ container-spring/ data/data-file/ data/data-hbase/ data/data-jcr/ data/data-jdbc/ data/data-jpa/ data/data-ldap/ data/data-library/ data/data-libr

2013-02-07 Thread Eric Charles
Hi Ioan, Why do you replace commons-configuration in container-spring. This is not what we said. Please revert. Thx, Eric On 07/02/2013 10:58, ieu...@apache.org wrote: Author: ieugen Date: Thu Feb 7 10:58:31 2013 New Revision: 1443402 URL: http://svn.apache.org/viewvc?rev=1443402&view=rev Lo

Re: james karaf commit in trunk

2013-02-07 Thread Eric Charles
://issues.apache.org/jira/browse/SMX4-1340 [3] git://git.apache.org/servicemix4-bundles.git On Thu, Feb 7, 2013 at 11:44 AM, Eric Charles wrote: Hi Ioan, Thx for this version 2. What if we need to migrate to commons-configuration 1.9 to use a new functionality of that p

[jira] [Commented] (JAMES-1015) Configuration files of components should be moved from the spring-deployment module to the concrete implementation

2013-02-07 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13573385#comment-13573385 ] Eric Charles commented on JAMES-1015: - Hi Ioan, the dns-context.xml was an early

[jira] [Commented] (IMAP-370) Consider supporting the upcoming MOVE extension

2013-02-07 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13573357#comment-13573357 ] Eric Charles commented on IMAP-370: --- Hi Andrzej, Seems less easy than expected to

Re: james karaf commit in trunk

2013-02-07 Thread Eric Charles
] http://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.commons-configuration/ On 07/02/2013 09:04, Ioan Eugen Stan wrote: Hello Eric, Thanks for taking time for review. On Wed, Feb 6, 2013 at 2:45 PM, Eric Charles wrote: It's possible to exclude the co

[jira] [Commented] (JAMES-1015) Configuration files of components should be moved from the spring-deployment module to the concrete implementation

2013-02-07 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13573322#comment-13573322 ] Eric Charles commented on JAMES-1015: - Hi Ioan, If you don't change t

[jira] [Commented] (IMAP-370) Consider supporting the upcoming MOVE extension

2013-02-06 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13572761#comment-13572761 ] Eric Charles commented on IMAP-370: --- Yeah Andrzej, this is what I meant. I will appl

[jira] [Commented] (IMAP-370) Consider supporting the upcoming MOVE extension

2013-02-06 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13572539#comment-13572539 ] Eric Charles commented on IMAP-370: --- Hi Andrzej, I was thinking to create a

Re: james karaf commit in trunk

2013-02-06 Thread Eric Charles
It's possible to exclude the commons-configuration in the karaf module and add there the org.apache.servicemix.bundles.commons-configuration dependency. I guess one day commons-configuration will be 'bundled'. Thx, Eric On 06/02/2013 12:34, Eric Charles wrote: Hi Ioan,

Re: james karaf commit in trunk

2013-02-06 Thread Eric Charles
Hi Ioan, I see commons-configuration is removed in favor of org.apache.servicemix.bundles.commons-configuration. Is there no way to define that only for karaf distribution. I don't see why the non-osgi part should depend on a servicemix packaging. What if we want to update commons-configurati

[jira] [Commented] (JAMES-1015) Configuration files of components should be moved from the spring-deployment module to the concrete implementation

2013-02-06 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13572361#comment-13572361 ] Eric Charles commented on JAMES-1015: - This is already done Ioan for the non-

[jira] [Closed] (JAMES-1474) @PersistenceContext annotations should refer to unit name 'James'

2013-02-05 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles closed JAMES-1474. --- Resolution: Fixed Fix Version/s: 3.0-beta5 Assignee: Eric Charles Committed to trunk

[jira] [Closed] (MAILBOX-191) more effective implementation of StoreMessageResultIterator

2013-02-05 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles closed MAILBOX-191. Resolution: Fixed Assignee: Eric Charles Hi Peter, In the meantime, I have resolved the

[jira] [Commented] (IMAP-370) Consider supporting the upcoming MOVE extension

2013-02-05 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13572220#comment-13572220 ] Eric Charles commented on IMAP-370: --- Hi Andrzej, I finally had to remove

[jira] [Commented] (JAMES-1460) Simplify pom and update some dependencies

2013-02-05 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13572215#comment-13572215 ] Eric Charles commented on JAMES-1460: - We now build with-assembly by default. Thi

[jira] [Closed] (JAMES-1475) Add unit test class and related resources configuration to james-server-app

2013-02-05 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles closed JAMES-1475. --- Resolution: Fixed Done > Add unit test class and related resources configuration

[jira] [Created] (JAMES-1475) Add unit test class and related resources configuration to james-server-app

2013-02-05 Thread Eric Charles (JIRA)
Eric Charles created JAMES-1475: --- Summary: Add unit test class and related resources configuration to james-server-app Key: JAMES-1475 URL: https://issues.apache.org/jira/browse/JAMES-1475 Project

[jira] [Closed] (MAILBOX-193) Bump to jackrabbit 2.5.2 to benefit from lucene 3.6.0 and reactive lucene module

2013-02-05 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles closed MAILBOX-193. Resolution: Fixed Done. > Bump to jackrabbit 2.5.2 to benefit from lucene 3.

[jira] [Created] (MAILBOX-193) Bump to jackrabbit 2.5.2 to benefit from lucene 3.6.0 and reactive lucene module

2013-02-05 Thread Eric Charles (JIRA)
Eric Charles created MAILBOX-193: Summary: Bump to jackrabbit 2.5.2 to benefit from lucene 3.6.0 and reactive lucene module Key: MAILBOX-193 URL: https://issues.apache.org/jira/browse/MAILBOX-193

[jira] [Commented] (MAILBOX-191) more effective implementation of StoreMessageResultIterator

2013-02-05 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13571463#comment-13571463 ] Eric Charles commented on MAILBOX-191: -- Hi Peter, I have applied the patch an

[jira] [Commented] (JAMES-1474) @PersistenceContext annotations should refer to unit name 'James'

2013-02-05 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13571290#comment-13571290 ] Eric Charles commented on JAMES-1474: - Sound logical Marco. Patch welcome as al

Re: [VOTE] Release Apache James Project 1.8.2

2013-02-03 Thread Eric Charles
[X] +1 Please release Thx, Eric On 04/02/2013 07:54, Ioan Eugen Stan wrote: Hello James devs, Please cast your VOTE for Apache James Project 1.8.2 release: [ ] +1 Please release [ ] +0 No time to review [ ] -1 Something is wrong SVN tag: https://svn.apache.org/repos/asf/james/project/tags/

[jira] [Commented] (MAILBOX-191) more effective implementation of StoreMessageResultIterator

2013-02-02 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13569731#comment-13569731 ] Eric Charles commented on MAILBOX-191: -- Hi Peter, Sorry for this late r

[jira] [Commented] (JAMES-1472) ReferenceStore not valid ... / Mail spooled but not processed

2013-01-30 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13566472#comment-13566472 ] Eric Charles commented on JAMES-1472: - Hi Markus, In beta3, yes, james-se

[jira] [Commented] (MAILBOX-191) more effective implementation of StoreMessageResultIterator

2013-01-27 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13563772#comment-13563772 ] Eric Charles commented on MAILBOX-191: -- I Peter, I tried to apply the patc

[jira] [Commented] (JAMES-1472) ReferenceStore not valid ... / Mail spooled but not processed

2013-01-27 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13563771#comment-13563771 ] Eric Charles commented on JAMES-1472: - Hi Markus, I have analyzed the 3 given th

[jira] [Created] (MAILBOX-192) Upgrade mailbox to james-project 1.8.2-SNAPSHOT

2013-01-26 Thread Eric Charles (JIRA)
Eric Charles created MAILBOX-192: Summary: Upgrade mailbox to james-project 1.8.2-SNAPSHOT Key: MAILBOX-192 URL: https://issues.apache.org/jira/browse/MAILBOX-192 Project: James Mailbox

[jira] [Closed] (MAILBOX-192) Upgrade mailbox to james-project 1.8.2-SNAPSHOT

2013-01-26 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles closed MAILBOX-192. Resolution: Fixed Done. > Upgrade mailbox to james-project 1.8.2-SNAPS

[jira] [Closed] (JAMES-1471) Revert back to xml extension for configuration files

2013-01-20 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles closed JAMES-1471. --- Resolution: Fixed Done. > Revert back to xml extension for configuration fi

[jira] [Commented] (JAMES-1436) APPEND IMAP command can result in JAMES IMAP waiting indefinitely for data

2013-01-20 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13558292#comment-13558292 ] Eric Charles commented on JAMES-1436: - Hi Jerry, Thx a lot for your all

[jira] [Created] (JAMES-1471) Revert back to xml extension for configuration files

2013-01-19 Thread Eric Charles (JIRA)
Eric Charles created JAMES-1471: --- Summary: Revert back to xml extension for configuration files Key: JAMES-1471 URL: https://issues.apache.org/jira/browse/JAMES-1471 Project: James Server

[jira] [Commented] (MAILBOX-191) more effective implementation of StoreMessageResultIterator

2013-01-18 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13557300#comment-13557300 ] Eric Charles commented on MAILBOX-191: -- Hi Peter, I will further look at you p

Re: Failover Bug with ActiveMQ

2013-01-18 Thread Eric Charles
## We'll look into 1) and will try to provide a patch. We're not sure how / why 2) happens, but that's also not the intended behavior IMHO. Cheers, Philipp Am 17.01.2

Re: Failover Bug with ActiveMQ

2013-01-17 Thread Eric Charles
he code an org.springframework.jms.connection.CachingConnectionFactory instead of a javax.jms.ConnectionFactory is injected. Best regards, Philipp Am 15.01.2013 um 20:57 schrieb Eric Charles : Hi, Interestting, this is the first time I hear about a real James with amq in a failover configuration. I guess you changed

Re: bounce mail messages

2013-01-15 Thread Eric Charles
ank you so much for your support. Thanks, Sai On Tue, Jan 15, 2013 at 2:51 PM, Eric Charles wrote: Hi Rajender, I read, but I really have not cycles for now to dig into your code. Sorry for this... maybe someone else here can help? Thx, Eric On 15/01/2013 09:23, Rajender Vallapureddy wrote:

Re: Failover Bug with ActiveMQ

2013-01-15 Thread Eric Charles
Hi, Interestting, this is the first time I hear about a real James with amq in a failover configuration. I guess you changed in spring-server.xml the block Maybe a first test scenario would be to be sure James doesn't use the queue, failingover amq, and begin to send again mail to jame

Re: bounce mail messages

2013-01-15 Thread Eric Charles
Mail.getMessage().setHeader("report-type", "delivery-status"); getMailetContext().sendMail(newMail); Please appreciate your help. Thank you, Regards, Rajender On Mon, Jan 14, 2013 at 1:36 PM, Eric Charles

Re: factor-out commons-configuration

2013-01-15 Thread Eric Charles
eyond this. It is unnecessarily destabilizing when the focus should be on stabilizing for a release. -- Steve On 13/01/2013 08:05, Eric Charles wrote: Hi Ioan, We use the HierarchicalConfiguration as its name implies, has some notion of hierarchy in the configuration. It also allows to move from X

Re: bounce mail messages

2013-01-14 Thread Eric Charles
Hi Rajender, I tried on my local trunk and get the original message attached to the bounce. It's true that my client (thunderbird) does not allow to open the attachement as a real mail, but shows it as plain text. Can you check the source of the bounce mail and see if this is not an issue wi

[jira] [Closed] (JAMES-1468) site document update of build instructions with trunk

2013-01-13 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles closed JAMES-1468. --- Resolution: Fixed Assignee: Eric Charles Committed and site deployed, thx Jerry

Re: factor-out commons-configuration

2013-01-13 Thread Eric Charles
Hi Ioan, We use the HierarchicalConfiguration as its name implies, has some notion of hierarchy in the configuration. It also allows to move from XML to YAML for example (btw, I think we should revert back from ".conf" to ".xml" to allow different configuration formats). Using simple prope

[jira] [Commented] (JAMES-1470) Add apache snapshots repository

2013-01-12 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13551877#comment-13551877 ] Eric Charles commented on JAMES-1470: - Hi Iona, Between releases, it's perfe

Re: James 3 beta 4 POM.xml has multiple locations of configuration files

2013-01-12 Thread Eric Charles
Hi Sai, I guess WEB-INF/classes is better. Feel free to submit a patch (also please ensure that the change does not break the normal tar.gz packaging). Thx, Eric On 11/01/2013 17:28, Saibabu Vallurupalli wrote: Hi All, I am making a WAR out of James 3.0 Beta 4 version and found the propert

Re: Build failure on James trunk

2013-01-12 Thread Eric Charles
In that case, I ususally do "mvn clean install" and it works. Add -DskipTests because we have for now test failure in the mailbox-integration-tests module. Thx, Eric On 11/01/2013 08:25, Jerry Tian wrote: Hello, I do think the build trunk should be put into Jenkins, but in a less frequent w

[jira] [Commented] (JAMES-1469) Save incoming Emails as .eml file in Windows

2013-01-12 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13551874#comment-13551874 ] Eric Charles commented on JAMES-1469: - Maildir standard is not supported on Win

[jira] [Created] (JAMES-1470) Add apache snapshots repository

2013-01-12 Thread Eric Charles (JIRA)
Eric Charles created JAMES-1470: --- Summary: Add apache snapshots repository Key: JAMES-1470 URL: https://issues.apache.org/jira/browse/JAMES-1470 Project: James Server Issue Type: Bug

Re: Build failure on James trunk

2013-01-10 Thread Eric Charles
On 10/01/2013 09:33, Ioan Eugen Stan wrote: Hello Jerry, Thanks for the patch and all the support so far. I think I'm the reason for James's missing dependencies failures. I update server but I didn't build all the James components from current, like you did. I just built Server. I apologize f

Re: Build failure on James trunk

2013-01-09 Thread Eric Charles
ached. -- Jerry Tian Sent with Sparrow <http://www.sparrowmailapp.com/?sig> On Wednesday, January 9, 2013 at 4:17 PM, Eric Charles wrote: You're more than welcome :) Feel free to submit the patch, I will happily commit it. Thx, Eric On 09/01/2013 07:46, Jerry Tian wrote: cheers, finall

[jira] [Resolved] (JAMES-1467) Upgrade to mailet 2.5.1-SNAPSHOT

2013-01-09 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles resolved JAMES-1467. - Resolution: Fixed > Upgrade to mailet 2.5.1-SNAPS

[jira] [Closed] (JAMES-1467) Upgrade to mailet 2.5.1-SNAPSHOT

2013-01-09 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles closed JAMES-1467. --- > Upgrade to mailet 2.5.1-SNAPSHOT > - > >

[jira] [Created] (JAMES-1467) Upgrade to mailet 2.5.1-SNAPSHOT

2013-01-09 Thread Eric Charles (JIRA)
Eric Charles created JAMES-1467: --- Summary: Upgrade to mailet 2.5.1-SNAPSHOT Key: JAMES-1467 URL: https://issues.apache.org/jira/browse/JAMES-1467 Project: James Server Issue Type: Bug

Re: svn commit: r1430296 - /james/project/trunk/pom.xml

2013-01-09 Thread Eric Charles
parent. Cheers, On Tue, Jan 8, 2013 at 6:54 PM, Eric Charles wrote: Yes sure, I had added a comment on the JIRA in that way. I tough it was solving the following issue, but it doesn't. I will revert. I see james-server-queue-jms pom which has extra definition (maven-jar-plugin with goal tes

Re: Build failure on James trunk

2013-01-09 Thread Eric Charles
You're more than welcome :) Feel free to submit the patch, I will happily commit it. Thx, Eric On 09/01/2013 07:46, Jerry Tian wrote: cheers, finally catch it. btw, if it helps to fix the document, please let me know. I found that they are in "server/src/site/xdoc/dev-build.xml ", so if need

Re: Build failure on James trunk

2013-01-08 Thread Eric Charles
xml > ??? test-classes > ??? META-INF > ??? DEPENDENCIES > ??? LICENSE > ??? NOTICE > > 22 directories, 48 files > *** > > Am I still missing something? > > -- > Jerry Tian

Re: Build failure on James trunk

2013-01-08 Thread Eric Charles
Doc needs a change you will find the baby in server/app/target. Thx, Eric On 09/01/2013 05:49, Jerry Tian wrote: Hello, I think I still missed something. According to instructions here: package - generates all the James distributions, packed. From the root directory, cd to 'container-spr

Re: Build failure on James trunk

2013-01-08 Thread Eric Charles
That's an excellent input. I have moved the definitions in james-project to "/project/build/plugins". Children definitively benefit from these. However, apache-parent doesn't have them (I tought they had). I will update james-sever to 1.8.2.-SNAPSHOT james-project, and it should work fine. T

[jira] [Closed] (JAMES-1466) Bump james-project version to 1.8.2-SNAPSHOT

2013-01-08 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles closed JAMES-1466. --- > Bump james-project version to 1.8.2-SNAPS

[jira] [Resolved] (JAMES-1466) Bump james-project version to 1.8.2-SNAPSHOT

2013-01-08 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles resolved JAMES-1466. - Resolution: Fixed > Bump james-project version to 1.8.2-SNAPS

[jira] [Created] (JAMES-1466) Bump james-project version to 1.8.2-SNAPSHOT

2013-01-08 Thread Eric Charles (JIRA)
Eric Charles created JAMES-1466: --- Summary: Bump james-project version to 1.8.2-SNAPSHOT Key: JAMES-1466 URL: https://issues.apache.org/jira/browse/JAMES-1466 Project: James Server Issue Type

[jira] [Resolved] (JAMES-1465) James parent should enforce the test-jar and source jars generation

2013-01-08 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles resolved JAMES-1465. - Resolution: Fixed Fix Version/s: 3.0-beta5 committed. > James par

[jira] [Closed] (JAMES-1465) James parent should enforce the test-jar and source jars generation

2013-01-08 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles closed JAMES-1465. --- > James parent should enforce the test-jar and source jars generat

<    1   2   3   4   5   6   7   8   9   10   >