Uploaded image for project: 'James Mailbox'
  1. James Mailbox
  2. MAILBOX-184

James pop3 server is not operating when it uses external JCR mailbox.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 0.5
    • None
    • jcr
    • Linux 2.6.32-71.el6.x86_64

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            seho.bae seho bae
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: