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 "Tellier Benoit (JIRA)" <ji...@apache.org> on 2019/05/20 03:56:01 UTC

[jira] [Closed] (MAILBOX-184) James pop3 server is not operating when it uses external JCR mailbox.

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

Tellier Benoit closed MAILBOX-184.
----------------------------------
    Resolution: Not A Problem

JCR mailbox had been deprecated and removed cf JAMES-2588

> James pop3 server is not operating when it uses external JCR mailbox.
> ---------------------------------------------------------------------
>
>                 Key: MAILBOX-184
>                 URL: https://issues.apache.org/jira/browse/MAILBOX-184
>             Project: James Mailbox
>          Issue Type: Bug
>          Components: jcr
>    Affects Versions: 0.5
>         Environment: Linux 2.6.32-71.el6.x86_64
>            Reporter: seho bae
>            Priority: Major
>              Labels: patch
>
> if you want to use external JCR, modify conf/META-INF/org/apache/james/spring-mailbox-jcr.xml file like below.
>     <bean id="jcrRepository" class="org.apache.jackrabbit.commons.JcrUtils" factory-method="getRepository">
>         <constructor-arg value="http://192.168.0.1:8080/jackrabbit/server" />
>     </bean>
> then, smtp, imap server is operating well, but pop3 server throws exception.
> JCR session is closed in every JCR  command line end, so when server called getMessages command, session closed message printed.
> Please fix this bug.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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