-
|
I am updating the and created a But as soon as I click on the target node in the theia ide, I get the following error In fact I get a similar error even for creating nodes, even though the implementation of |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
|
@ndoschek or @martin-fleck-at, can you please take a look? Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
Not sure if it is related, but when I first start the server, and when I move an existing node in Theia, I get an error: This does not happen when I use the existing |
Beta Was this translation helpful? Give feedback.
-
|
Hi @ipa-hsd! Thanks for the provided code, it looks very good to me and I used that code and added it to the current Can you tell me if it works for you as well, and if not, which base did you use for your example and if you still get this errors? |
Beta Was this translation helpful? Give feedback.
-
|
thanks @ndoschek for the response and happy to know that the code was usable :) The code works if I modify the existing example to So I think I am missing something. |
Beta Was this translation helpful? Give feedback.
Hi @ipa-hsd!
Thanks for the provided code, it looks very good to me and I used that code and added it to the current
java-emf-theiaexample to test the behavior. With registering the handler and adding the type hint for the edge, the example works great for me!I added my state to a separate branch here: https://github.com/eclipse-glsp/glsp-examples/tree/java-emf-theia/transitions
Can you tell me if it works for you as well, and if not, which base did you use for your example and if you still get this errors?
Thanks!