[ 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to