Eric Charles created MAILBOX-178:
------------------------------------
Summary: Fix mailbox memory spring context
Key: MAILBOX-178
URL: https://issues.apache.org/jira/browse/MAILBOX-178
Project: James Mailbox
Issue Type: Bug
Components: spring
Affects Versions: 0.4
Reporter: Eric Charles
Assignee: Eric Charles
Timothy Prepscius provided the following fix.
svn diff
Index: src/main/resources/META-INF/org/apache/james/spring-mailbox-memory.xml
===================================================================
--- src/main/resources/META-INF/org/apache/james/spring-mailbox-memory.xml
(revision 1345622)
+++ src/main/resources/META-INF/org/apache/james/spring-mailbox-memory.xml
(working copy)
@@ -30,7 +30,7 @@
<!-- Information will be lost after jvm restart. -->
<bean id="memory-mailboxmanager"
class="org.apache.james.mailbox.store.StoreMailboxManager" init-method="init">
- <constructor-arg index="0" ref="maildir-sessionMapperFactory"/>
+ <constructor-arg index="0" ref="memory-sessionMapperFactory"/>
<constructor-arg index="1" ref="authenticator"/>
<constructor-arg index="2" ref="memory-locker"/>
<constructor-arg index="3" ref="aclResolver"/>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]