Enactor Tools - Version 1.3.608
Release Date - July 04,2025
Overview
This release includes several CRs to enhance Beanshell and React development support, along with multiple bug fixes to improve the usability and stability of the Application Process Editor and related tools.
Deliverables and Versions
Enactor Tools | Version: 1.3.608 |
---|---|
Recommended Eclipse Version | If Your Workspace Platform Version is TRUNK-SNAPSHOT, 2.7-SNAPSHOT or above 2.7.1615 (i.e Compiler Compliance Level of the Projects is Java 1.8) Eclipse 2025-03 For Other Platform Versions (i.e Compiler Compliance Level of the Projects is Java 1.7) Eclipse 2024-6 Eclipse 2024-6 has an issue with inbuilt M2Eclipse2.6.1 pluginUpdate the plugin to latest version with below steps Help -> Install New Software -> Add Name : M2Eclipse2.8.1 Location Eclipse software repository, The Eclipse Foundation ![]() Install and restart eclipse. If you have already imported maven projects, Right Click → Maven → Update Project Eclipse 2024-6 has an issue with inbuilt Search Functionality Eclipse File Search IDE issueTo resolve it follow the below steps Close the Eclipse Application Locate the Eclipse Executable - On Windows: Use eclipsec.exe - On macOS/Linux: eclipse or eclipsec inside the Eclipse installation directory.Navigate to the Eclipse Installation Directory where the Executable is present Run the Commands Using the Executable On Windowseclipsec.exe -application org.eclipse.equinox.p2.director -uninstallIU org.eclipse.search.core On macOS/Linux:./eclipse -application org.eclipse.equinox.p2.director -uninstallIU org.eclipse.search.core Install an older version of plugin from a Repository On Windows:eclipsec.exe -application org.eclipse.equinox.p2.director -repository https://download.eclipse.org/releases/2023-12/ -installIU org.eclipse.search.core On macOS/Linux:./eclipse -application org.eclipse.equinox.p2.director -repository https://download.eclipse.org/releases/2023-12/ -installIU org.eclipse.search.core Start the Eclipse Application |
OS | Tested On - Mac 13.0.1, Ubuntu - 24.04.2 LTS, Windows - 11 |
IMPORTANT
- Add the following parameter to eclipse.ini if it does not exist:
--add-opens=java.base/java.lang=ALL-UNNAMED
IMPORTANT
-
If you are using Ubuntu 22 or above and have issues with Enactor Tools not working properly Go to /etc/gdm3/custom.conf and uncomment below line.
-
WaylandEnable=false
-
If you prefer to use a dark theme for Eclipse for better user experience we recommend to use the Darkest Dark Theme
-
Go to Help -> Eclipse Marketplace
-
Find Darkest Dark Theme
-
Install
Changes
Ref | Summary |
---|---|
DT-792 | Validate Beanshell Scripts |
DT-791 | Add Support to generate an Android Launch for React Hello World App |
DT-785 | Menu option to create a web project for an existing React Application |
DT-782 | Add functionality to synchronise React Prompts |
Bug Fixes
Ref | Summary |
---|---|
DT-819 | When you Drag and Drop ExecuteJavaScriptAction or ExcuteBeanshellScript action twise Application Process Editor is showing Errors |
DT-818 | Beanshell Script property label is not appropriate in Action Properties |
DT-814 | Beanshell Scripts not properly work in 2.7 when added using Palette |
DT-784 | Content in Groups in Application Process Editor is not visualizing correctly |
DT-750 | When deleting a process you are forced to remove the package registration too |
DT-512 | Drag Drop of Outcomes does not work for Process Outcomes |
Notes
Validate BeanShell Scripts
The latest tools support validating of Beanshell scripts. Once a Beanshell action is used to write the scripts, the script will be automatically validated.
Menu option to convert an existing React Project to Web Project
Refer this tutorial for more details.
Add functionality to Synchronise React Prompts
Refer this tutorial for more details.
Add Support to generate Android Launch for React Hello World App
Refer this tutorial for more details.
Test Coverage
You can download the full set of test execution results from the following link: Enactor Tools - Test Results for Eclipse 2025-03