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 03:08:00 UTC

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

     [ https://issues.apache.org/jira/browse/JAMES-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

René Cordier closed JAMES-2924.
-------------------------------
    Resolution: Duplicate

Duplicate of https://issues.apache.org/jira/browse/JAMES-2915

> 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
>            Priority: Major
>
> 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