04 May 2018

1. New Features

1.1. Start Scripts

The start scripts for TIF (tif.sh and tif.bat) has been enhanced to support arguments used only when starting TIF or when stopping TIF.

These environment variables are called START_ARGS and STOP_ARGS.

The EXTRA_OPTS variable that has been available is still applied both when starting and stopping a TIF instance.

The MEM_ARGS are only used when starting TIF

1.2. Apache CXF Base Web Application with Logging Support

There is a Apache CXF base webapp under ${TIF_ROOT}/modules/enovia/webapps/cxf that can be used as base/template for CXF based web services.

There are own servlet filters for SOAP and RESTFul web services that can be used for logging web service calls to TIF DB. See web.xml for filter details. Also, there is cxf-servlet.xml that contains configurations for example web services.

1.3. Service name tooltip in Admin UI

Tooltip is displayed when hovering over an service name in dashboard or service view. The tooltip displays the full service name.

1.4. Email Destination w Macros

The Email destination can be configured with macros that are resolved to values from for example the tif.properties file or from a paramater on the currently running job.

1.5. Directory Listener

To circumvent an issue on Windows file shares, where multiple events like create+modify are fired for the same file, a pickup delay has been added to the directory listener. If, during this delay, multiple events for the same file is received, the processing of the file will be postponed until the last event is reached.

2. Fixed Bugs

Below is the list of fixed bugs as of this release.

Issue No Description

372

File reply handler fails if response is too large.

363

Sample script for installation of TIF as a Windows service not working on newer Apache Daemon versions due to config changes.

402

Validate that the custom executor exists in order to make debugging easier

366

Minor enhancements to the Windows installer + clarify required Java version

368

Integration fails if path item name points to non-existing files in ZIP

405

No response is generated when payloadConfig is configured and Create/Update Integration is triggered through DirectoryListener

391

Title not displayed properly for JMS/File Service on Service Configuration page

351

TIF Installer failed if the TVC core schema wasn’t installed into the DB

392

Session Timeout does not always return to TIF Admin UI Login Screen