[WARN ] SWXMLHandler - Using default date format properties dd/mm/yyyy is a warning which occurs when the EAI JAVA plugin is looking for a file with the date and time properties and cannot find them.

[WARN ] SWXMLHandler - Using default date format properties dd/mm/yyyy is a warning which occurs when the EAI JAVA plugin is looking for a file with the date and time properties and cannot find them.

book

Article ID: KB0094588

calendar_today

Updated On:

Products Versions
TIBCO iProcess Technology Plug-ins -
Not Applicable -

Description

Resolution:
[WARN ] SWXMLHandler - Using default date format properties dd/mm/yyyy is a warning which occurs when the EAI JAVA plugin is looking for a file with the date and time properties and cannot find them. This can be resolved by adding the file below.

Resolution

=======

When the above warning is found in the eaijava log, it normally means that the datetime.properties is not found. This was not included in the techplug-ins installer but will be for future releases (MR40755). To resolve this issue, create the following file:

# IMPORTANT: use '/' as delimiter in dateFormat
eaibw.dateFormat=dd/mm/yyyy
eaibw.dateSeparator=/

# IMPORTANT: use ':' as delimiter in timeFormat
eaibw.timeFormat=hh:mm
# If using ':' as the timeSeparator, it must be escaped '\:'
eaibw.timeSeparator=\:

Then call it datetime.properties and place it here: $SWDIR/eaijava/properties/eaiframework/ 

Issue/Introduction

[WARN ] SWXMLHandler - Using default date format properties dd/mm/yyyy is a warning which occurs when the EAI JAVA plugin is looking for a file with the date and time properties and cannot find them.