File reply handler fails if response is too large.
04 May 2018
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
|
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.
Tooltip is displayed when hovering over an service name in dashboard or service view. The tooltip displays the full service name.
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.
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.
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 |