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