The Workbench Drools project does not work after closing or recompiling

84 Views Asked by At

I deploy the Drools workbench through a Docker container. And after deploying it and entering the interface through the browser, I configure the rules and processes. When generating a rule using the "Guided rule" option of the Drools Workbench we add the conditions and the rule is generated correctly. The "Model" tab is displayed correctly and in the "Source" tab the rule code has been generated. Pressing "Save" saves the rule correctly. And when compiling and deploying the project everything works fine.
The rules are right and the project works Afterwards, if I close the browser tab or stop the Docker container, and re-enter the interface the rules change format and don't work anymore. The same rule as before now has the lines joined together and the source code has also changed. As a result the project does not compile and does not work anymore: The rules are formatted differently and do not work

0

There are 0 best solutions below