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 (Resolved) (JIRA)" <se...@james.apache.org> on 2011/10/06 08:10:29 UTC

[jira] [Resolved] (JAMES-1304) Context xml for JCR is wrong

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

Norman Maurer resolved JAMES-1304.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0-beta4
         Assignee: Norman Maurer

This was fixed
                
> Context xml for JCR is wrong
> ----------------------------
>
>                 Key: JAMES-1304
>                 URL: https://issues.apache.org/jira/browse/JAMES-1304
>             Project: JAMES Server
>          Issue Type: Bug
>    Affects Versions: 3.0-beta3
>            Reporter: Jan Moxter
>            Assignee: Norman Maurer
>             Fix For: 3.0-beta4
>
>
> Bug in the conf/context/james-mailbox-jcr-context.xml prevents usage of Java Content Repository
> replace:
>   <bean id="jcr-sessionMapperFactory" class="org.apache.james.mailbox.jcr.JCRMailboxSessionMapperFactory">
>       <constructor-arg index="0" ref="jcr-sessionJcrRepository"/>
>       <constructor-arg index="1" ref="jpa-uidProvider"/>
>       <constructor-arg index="2" ref="jpa-modSeqProvider"/>
>   </bean>
> with:
>   <bean id="jcr-sessionMapperFactory" class="org.apache.james.mailbox.jcr.JCRMailboxSessionMapperFactory">
>       <constructor-arg index="0" ref="jcr-sessionJcrRepository"/>
>       <constructor-arg index="1" ref="jcr-uidProvider"/>
>       <constructor-arg index="2" ref="jcr-modSeqProvider"/>
>   </bean>

--
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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org