yeah, we need for this to update the documentation (some config files have moved...), and also release mailbox-0.4 + imap-0.3, and even protocols-1.6 (not sure for protocols).

I will also migrate my operational server to trunk and report any issue.

Thx.

On 31/08/11 07:20, Robert Burrell Donkin (JIRA) wrote:

     [ 
https://issues.apache.org/jira/browse/JAMES-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13094561#comment-13094561
 ]

Robert Burrell Donkin commented on JAMES-1304:
----------------------------------------------

Time to start pushing for beta4?

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

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.
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]


--
Eric
http://about.echarles.net

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to