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 "René Cordier (Jira)" <se...@james.apache.org> on 2019/10/11 02:45:00 UTC

[jira] [Created] (JAMES-2924) Configuration issue packaged with Spring binary product

René Cordier created JAMES-2924:
-----------------------------------

             Summary: Configuration issue packaged with Spring binary product
                 Key: JAMES-2924
                 URL: https://issues.apache.org/jira/browse/JAMES-2924
             Project: James Server
          Issue Type: Bug
            Reporter: René Cordier


When trying to run the James Spring wiring binary product packaged into `apache-james-3.4.0-app.zip`, it crashes as there is an error with the configuration of the mailet `WithPriority`.

Instead of :

{code:xml}
<mailet matcher="All" class="WithPriority">
        <value>8</value>
</mailet>
{code}

It should be:

{code:xml}
<mailet matcher="All" class="WithPriority">
        <priority>8</priority>
</mailet>
{code}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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