Configuring Workflow example to use java server #1328
Replies: 2 comments 1 reply
-
Hi @madamedefarge, I tried to reproduce this issue but for me everything works as expected.
Editing the diagram etc. works as expected, no prompt of Could you provide me with additional details about your system? What os, java, node and maven version are you using? |
Beta Was this translation helpful? Give feedback.
-
So I went back and did a rebuild from scratch. This was on a macOS Sonoma 14.4 system ;- I retried it on a Windows 11 system also with Java 17.0.9 and Maven 3.9.6 and got the same result. |
Beta Was this translation helpful? Give feedback.
-
I am using the workflow example as a starting point for my project. I have successfully run the workflow example in glsp-examples with the embedded node server.
Now I am trying to get it running with the java server and am using Eclipse to run the glsp-server code in debug mode. I am launching the glsp-server using the Start_Workflow_Example_Server launch configuration.
Then I am running yarn start:external to run the browser-app. It connects to the server successfully.
However everytime I make an edit in the diagram I am prompted that the "source of editor 'example1.wf' has changed" ;-
How can I fix this? How do I get the workflow example running with a java server please?
Beta Was this translation helpful? Give feedback.
All reactions