seho bae created MAILBOX-184:
--------------------------------

             Summary: 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


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

Reply via email to