Skip to content

Response a SignalMessage for pull mode #258

Answered by phax
Main-Tomi asked this question in Q&A
Discussion options

You must be logged in to vote

Also some improved error text would be good.

errorMessage.addErrorMessage(EEbmsError.EBMS_OTHER, Locale.US )

sends only a standard text.
Try

errorMessage.errorMessages ().add (EEbmsError.EBMS_OTHER.errorBuilder (Locale.US)
                                                           .refToMessageInError (ebms3UserMessage.getMessageInfo().messageId)
                                                           .errorDetail ("This is why it failed")
                                                           .build ());

Replies: 3 comments 11 replies

Comment options

You must be logged in to vote
2 replies
@Main-Tomi
Comment options

@Main-Tomi
Comment options

Comment options

You must be logged in to vote
1 reply
@phax
Comment options

Comment options

You must be logged in to vote
8 replies
@Main-Tomi
Comment options

@Main-Tomi
Comment options

@phax
Comment options

@phax
Comment options

Answer selected by Main-Tomi
@Main-Tomi
Comment options

@phax
Comment options

@Main-Tomi
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants