Elements of a simple text message catalog, Elements of a simple text message catalog -10 – BEA WebLogic Server User Manual

Page 28

Advertising
background image

2

Using Message Catalogs with BEA WebLogic Server

2-10

Internationalization Guide

version="1.0"
baseid="600000"
endid="600100"
<log_message
messageid="600001"
severity="warning"
method="logNoAuthorization(String arg0, java.util.Date arg1,
int arg2)"
<messagebody>
Could not open file, {0} on {1,date} after {2,number} attempts.
</messagebody>
<messagedetail>
The configuration for this application will be defaulted to
factory settings. Custom configuration information resides
in file, {0}, created on {1,date}, but is not readable.
</messagedetail>
<cause>
The user is not authorized to use custom configurations. Custom
configuration information resides in file, {0}, created on
{1,date}, but is not readable.The attempt has been logged to
the security log.
</cause>
<action>
The user needs to gain approriate authorization or learn to
live with the default settings.
</action>
</log_message>
</message_catalog>

Elements of a Simple Text Message Catalog

This section provides reference information for the following simple text message
catalog elements:

„

message_catalog

„

message

„

messagebody

Advertising