holodeck-b2b / Holodeck-B2B

Holodeck B2B is an AS4 system-to-system messaging solution that implements the OASIS specifications for ebMS3 and it's AS4 profile. For more information visit the project website

Home Page:http://holodeck-b2b.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OtherContentError (EBMS:0004) has recommended severity "failure"

tigran-a opened this issue · comments

Hi,

By the ebms core spec the severity of EBMS:0004 should be "failure", while holodeckb2b uses as default "warning":

public static final Severity ERROR_SEVERITY = Severity.warning;

Thanks

The recommended severity of the Other error indeed is failure. Because this error is used for situations where the other errors cannot be used it could also indicate a situation that could be resolved when a message is resent. This is indicated by severity level warning. Therefore we have decided to set the default severity for the Other error to this value.