Products | Versions |
---|---|
TIBCO iProcess Technology Plug-ins | - |
Not Applicable | - |
Description:
New Procedures developed using TIBCO iProcess Technology Plug-ins
v11.3.0, do not require the steps mentioned in this Solution. However,
when an EAI Java step is processed using TIBCO iProcess Technology
Plug-ins v11.3.0 or higher, for procedures developed with previous
versions of the technology plugins, the eaijava logs indicate that a
step needs to be upgraded to include a cache key in order to improve
performance.
Symptoms:
The following warning messages may be seen when using TIBCO iProcess Technology plugins v11.3.0:
2013-07-19 07:10:11,468 [WARN ] SWParser - Please upgrade step to include a cache key in order to improve performance
2013-07-19 07:10:11,472 [WARN ] SWXMLHandler - Please upgrade step to include a cache key in order to improve performance
2013-07-19 07:10:11,472 [WARN ] SWXSLTHandlerGeneric - Please upgrade
step to include a cache key in order to improve performance
2013-07-19 07:10:11,476 [WARN ] SWBWTransport - Please upgrade step to include a cache key in order to improve performance
From iProcess Technology plugins v11.3.1, these log statements have been
changed from WARN to DEBUG level (as per an internal enhancement JIRA
Id - IPTP-653).
Cause:
This performance improvement was first introduced via MR 43134 in
iProcess Technology Plugins v11.2.0 HF 3. Every step of the procedure
was appended with the element CACHE_KEY. Any new procedure
developed using iProcess Technology Plugins v11.3.0 or higher, will
include this CACHE_KEY element. A check was introduced if a step does not include this cache key.These messages will be written to the eaijava logs. All procedures
developed using versions prior to Technology Plugins v11.3.0 will meet
this criteria.
1). Using TIBCO iProcess Modeler.
- Configure the iProcess destination environment to "11.3+" (in Window->Preferences->Destination Environments).