Uploaded image for project: 'James Server'
  1. James Server
  2. JAMES-949

SMTP Async I/O - Core command handler not found in config

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • Trunk
    • 3.0-M1
    • SMTPServer
    • None
    • Windows XP
      James trunk rev. 898686

    Description

      Hi all,

      I wanted to use the SMTP Async I/O, so I commented the normal smtp stuff and uncommented "org.apache.james.smtpserver.mina.AsyncSMTPServer" in spring-beans.xml

      Well, start-up fails.

      I pin-pointed the issue to AsyncSMTPServer.java to the method prepareHandlerChain() (line 197)

      I've attached a patch to resolve this issue, however I've no clue if this is the correct way

      ----------------------------------------------------------------------------

          1. Eclipse Workspace Patch 1.0
            #P james-server-smtpserver-function
            Index: src/main/java/org/apache/james/smtpserver/mina/AsyncSMTPServer.java
            ===================================================================
          • src/main/java/org/apache/james/smtpserver/mina/AsyncSMTPServer.java (revision 898686)
            +++ src/main/java/org/apache/james/smtpserver/mina/AsyncSMTPServer.java (working copy)
            @@ -194,7 +194,7 @@
            if (handlerchainConfig.getString("[@coreHandlersPackage]") == null)
            handlerchainConfig.addProperty("[@coreHandlersPackage]", CoreCmdHandlerLoader.class.getName());
      • handlerChain = getLoader().load(ProtocolHandlerChainImpl.class, getLogger(), handlerConfiguration);
        + handlerChain = getLoader().load(ProtocolHandlerChainImpl.class, getLogger(), handlerchainConfig);
        handlerChain.configure(handlerchainConfig);

      }

      ---------------------------------------------------------------------------

      Attachments

        1. AsyncSMTPServer.patch
          0.9 kB
          Mario Zsilak

        Activity

          People

            norman Norman Maurer
            mzsilak Mario Zsilak
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: