Known Issues in Z and I Emulator for Transformation

This documentation gives you information about the known issues and possible workarounds (if any) in various versions of HCL Z and I Emulator for Transformation.

Note : This document is updated periodically as new information becomes available.

ZIETrans functionalities will not work if the user has an unsupported JRE version. In such a scenario, follow the below workaround steps to change the compiler version.

Step 1: Right Click on the project.

Step 2: Select Properties.

Step 3: Goto Java Compiler.

Step 4: Select Change JRE version 'Compiler Compliance level.'

Step 5: Click on Apply and Close.

ZIETrans Version 10.0

In case the user uses the Plugin Repository (Update site) to install ZIEtrans on Eclipse. After creating the ZIEtrans Web project, a compile-time error appears in the web.xml file.
<context-param>
<param-name>showStudioRuntimeMessages</param-name>
<param-value>true</param-value>
</context-param>

The end-tag for element type "web-app" must end with a '>' delimiter.

This is due to unstable Language Server validation, which reverts to the default, robust Eclipse WTP validation.

Go to Window ➔ Preferences ➔ Language Servers ➔ Uncheck XML option.