Re: Should use Injector to inject Service-s and Locator-s in the RF

2012-07-18 Thread Manuel Carrasco Moñino
Actually we already use a GuiceServletContextListener so what you have to do is to remove the /gwtRequest servlet-mapping from the web.xml so as it is routed it via our guice listener, then serve that path in the DispatchServletModule, despite the name of this class it it is not a gwt-dispatcher

Re: Should use Injector to inject Service-s and Locator-s in the RF

2012-07-18 Thread Manuel Carrasco Moñino
You can take advantage of this code and use Locators to get your service classes injected. It is Apache licensed. https://github.com/etiennep/injected-requestfactory - Manolo On Wed, Jul 18, 2012 at 8:32 AM, Manuel Carrasco Moñino man...@apache.orgwrote: Actually we already use a

[jira] [Commented] (JAMESAPP-8) Wrapper service does not load user libraries from conf/lib

2012-07-18 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMESAPP-8?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13416915#comment-13416915 ] Eric Charles commented on JAMESAPP-8: - OK, I've retested with a complete build. It

Re: Should use Injector to inject Service-s and Locator-s in the RF

2012-07-18 Thread echo
Thanks a lot. On Wed, Jul 18, 2012 at 2:54 PM, Manuel Carrasco Moñino man...@apache.orgwrote: You can take advantage of this code and use Locators to get your service classes injected. It is Apache licensed. https://github.com/etiennep/injected-requestfactory - Manolo On Wed, Jul 18,

Re: Hbase Lucene Index(HBaluin) for James Mailbox Feedback

2012-07-18 Thread Eric Charles
On 07/17/2012 11:43 PM, Mihai Soloi wrote: On 17.07.2012 13:45, Eric Charles wrote: Hi Mihai, Not sure, but I think the test infinitely loop because zookeeper can't be reached.. (not sure, will check it). I will check it too. Looking at your code, I just realize the tests assume an

[jira] [Commented] (JAMESAPP-8) Wrapper service does not load user libraries from conf/lib

2012-07-18 Thread TzeKai Lee (JIRA)
[ https://issues.apache.org/jira/browse/JAMESAPP-8?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13416925#comment-13416925 ] TzeKai Lee commented on JAMESAPP-8: --- Snapshot works for me. It seems i don't have

[jira] [Closed] (JAMESAPP-8) Wrapper service does not load user libraries from conf/lib

2012-07-18 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMESAPP-8?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles closed JAMESAPP-8. --- Fixed now with /conf/lib/* Thx TzeKai Lee Wrapper service does not load user

[jira] [Created] (PROTOCOLS-97) AbstractHookableCmdHandler.calcDefaultSMTPResponse throws exception for lonely DISCONNECT and incorrect condition for DENYSOFT

2012-07-18 Thread TzeKai Lee (JIRA)
TzeKai Lee created PROTOCOLS-97: --- Summary: AbstractHookableCmdHandler.calcDefaultSMTPResponse throws exception for lonely DISCONNECT and incorrect condition for DENYSOFT Key: PROTOCOLS-97 URL:

[jira] [Updated] (PROTOCOLS-97) AbstractHookableCmdHandler.calcDefaultSMTPResponse throws exception for lonely DISCONNECT and incorrect condition for DENYSOFT

2012-07-18 Thread TzeKai Lee (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] TzeKai Lee updated PROTOCOLS-97: Attachment: fix_calc_smtpresponse.patch AbstractHookableCmdHandler.calcDefaultSMTPResponse

Re: Should use Injector to inject Service-s and Locator-s in the RF

2012-07-18 Thread Manuel Carrasco Moñino
Hi echo, I have updated the RF example project in the evo experiments repo to use guice [1]. As you can see, with this approach 1.- We dont need Locators for domain objects anymore, since guice will create the appropriate implementation (this saves a lot of glue code) 2.- All client services

Re: Should use Injector to inject Service-s and Locator-s in the RF

2012-07-18 Thread echo
I've updated the demo code, and made it running locally. I will make Hupa Evo run with it as soon as possible. Thanks for your clean beautiful code and advises. On Wed, Jul 18, 2012 at 6:42 PM, Manuel Carrasco Moñino man...@apache.orgwrote: Hi echo, I have updated the RF example project in

svn commit: r1362899 - /james/mailet/standard/trunk/src/main/java/org/apache/james/transport/matchers/SenderIsLocal.java

2012-07-18 Thread eric
Author: eric Date: Wed Jul 18 12:04:47 2012 New Revision: 1362899 URL: http://svn.apache.org/viewvc?rev=1362899view=rev Log: Revert back to the initial version of SenderIsLocal which returns the complete list of Recipients in case of matching (MAILETSTANDARD-13) Modified:

[jira] [Updated] (JAMES-1417) 1、Database migration Problem 2、RemoteDelivery maxRetries 3、Missing command implementation for commmand SORT 4、wrapper.conf load lib path

2012-07-18 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles updated JAMES-1417: Fix Version/s: (was: 3.0-beta4) 3.0-beta5 1、Database migration Problem

[jira] [Updated] (JAMES-1415) Manage Expires header in RemoteDelivery mailet

2012-07-18 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles updated JAMES-1415: Fix Version/s: (was: 3.0-beta4) 3.0-beta5 Manage Expires header in

[jira] [Updated] (JAMES-1340) ChannelImapResponseWriter should check if channel is connected before write to it

2012-07-18 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles updated JAMES-1340: Fix Version/s: (was: 3.0-beta4) 3.0-beta5 ChannelImapResponseWriter

[jira] [Updated] (JAMES-1307) RemoteDelivery does not send a permanent error on 5xx during HELO/EHLO

2012-07-18 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles updated JAMES-1307: Fix Version/s: (was: 3.0-beta4) 3.0-beta5 RemoteDelivery does not send

[jira] [Created] (JAMES-1426) Check the mailet container behavior in case of SenderIsLocal/ToSenderFolder configuration

2012-07-18 Thread Eric Charles (JIRA)
Eric Charles created JAMES-1426: --- Summary: Check the mailet container behavior in case of SenderIsLocal/ToSenderFolder configuration Key: JAMES-1426 URL: https://issues.apache.org/jira/browse/JAMES-1426

[jira] [Commented] (JAMES-747) James throw exception on startup when using LDAPUserRepository

2012-07-18 Thread merve temizer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13417022#comment-13417022 ] merve temizer commented on JAMES-747: - Hello Richard, I try to use James with ApacheDS.

svn commit: r1362915 - /james/server/trunk/src/site/xdoc/dev-extend-mailet.xml

2012-07-18 Thread eric
Author: eric Date: Wed Jul 18 12:41:29 2012 New Revision: 1362915 URL: http://svn.apache.org/viewvc?rev=1362915view=rev Log: Update the mailet developement documentation (package name, format, log level...) (JAMES-1424) Modified: james/server/trunk/src/site/xdoc/dev-extend-mailet.xml

[jira] [Closed] (JAMES-1424) Documentation bug in matcher mailets

2012-07-18 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles closed JAMES-1424. --- Resolution: Fixed Fix Version/s: 3.0-beta5 Assignee: Eric Charles Doc deployed

[jira] [Updated] (JAMES-747) James throw exception on startup when using LDAPUserRepository

2012-07-18 Thread merve temizer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] merve temizer updated JAMES-747: Comment: was deleted (was: Hello Richard, I try to use James with ApacheDS. Is the tagged concept

Re: LDAP Login

2012-07-18 Thread Merve Temizer
Hi, Apache James has been configured to talk with ApacheDS LDAP server successfully. The configuration clues in https://issues.apache.org/jira/browse/JAMES-747 make me be patient and try more thing. I am going to tell what i exactly do in my blog. Thanks for helps. 2012/7/17 Eric Charles

Re: LDAP Login

2012-07-18 Thread Eric Charles
That's really great news! Would you mind writing a few paragraphs to be pushed on our website? Thx again Merve for being so tenacious and having found the way. Eric On 07/18/2012 03:21 PM, Merve Temizer wrote: Hi, Apache James has been configured to talk with ApacheDS LDAP server

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

2012-07-18 Thread eric
Author: eric Date: Wed Jul 18 14:31:58 2012 New Revision: 1362965 URL: http://svn.apache.org/viewvc?rev=1362965view=rev Log: AbstractHookableCmdHandler.calcDefaultSMTPResponse throws exception for lonely DISCONNECT and incorrect condition for DENYSOFT, contributed by TzeKai Lee (PROTOCOLS-97)

[jira] [Closed] (PROTOCOLS-97) AbstractHookableCmdHandler.calcDefaultSMTPResponse throws exception for lonely DISCONNECT and incorrect condition for DENYSOFT

2012-07-18 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles closed PROTOCOLS-97. - Resolution: Fixed Fix Version/s: 1.6.2 Assignee: Eric Charles (was: Norman