HBase mailbox is also broken in 0.4. I'll have it done soon, if I can take myself away from the presentations.
Cheers, 2012/6/4 Eric Charles (JIRA) <[email protected]>: > > [ > https://issues.apache.org/jira/browse/MAILBOX-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Eric Charles resolved MAILBOX-178. > ---------------------------------- > > Resolution: Fixed > Fix Version/s: 0.5 > > committed in trunk, thx Timothy > >> 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 >> Fix For: 0.5 >> >> >> 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] > -- Ioan Eugen Stan http://ieugen.blogspot.com/ *** http://bucharest-jug.github.com/ *** --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
