You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Norman Maurer (JIRA)" <se...@james.apache.org> on 2010/11/05 07:49:42 UTC

[jira] Resolved: (JAMES-1115) James fails to start when Maildir is used because of an incorrect bean-name in spring-beans.xml

     [ https://issues.apache.org/jira/browse/JAMES-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer resolved JAMES-1115.
----------------------------------

    Resolution: Fixed

fixed..

> James fails to start when Maildir is used because of an incorrect bean-name in spring-beans.xml
> -----------------------------------------------------------------------------------------------
>
>                 Key: JAMES-1115
>                 URL: https://issues.apache.org/jira/browse/JAMES-1115
>             Project: JAMES Server
>          Issue Type: Bug
>    Affects Versions: 3.0-M1
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 3.0-M2
>
>
> In spring-beans.xml we have:
>     <bean id="sessionMapperFactory" class="org.apache.james.adapter.mailbox.maildir.MaildirMailboxSessionMapperFactoryUtil" factory-method="create">        
>         <constructor-arg index="0" ref="filesystem"/>
>         <constructor-arg index="1" ref="James"/>
>         <constructor-arg index="2" value="file://var/mail/maildir/"/>
>     </bean>
> This must be changed to:
>     <bean id="sessionMapperFactory" class="org.apache.james.adapter.mailbox.maildir.MaildirMailboxSessionMapperFactoryUtil" factory-method="create">        
>         <constructor-arg index="0" ref="filesystem"/>
>         <constructor-arg index="1" ref="mailserver"/>
>         <constructor-arg index="2" value="file://var/mail/maildir/"/>
>     </bean>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org