Unfortunately there is no standard way of displaying a message to a user in such an environment (except possibly throwing an exception, forcing the standard error page to be shown). This implementation therefore just logs the message to the standard server application log.
If you do not like the default behaviour then implement your own version of this class and configure your alternative as the standard "Conversation Messager" instead. See the documentation on interface ConversationMessager for details.
As required by the ConversationMessager interface, all methods on this class are thread-safe.
|
|