Re: JGroups

2021-12-19 Thread Andrus Adamchik
FWIW, I was about to suggest removing "cayenne-jgroups" from Cayenne 5.0 as an old and unreliable piece of software we don't want to support :) As far as the Modeler goes it should not depend on JGroups at all. All the events in the Modeler are in-process and can be passed around within the JVM

Re: UI toolkit for the future Modeler

2021-12-19 Thread Michael Gentry
Hi John (and anyone else who is curious), I think I've got it running again. Pull the changes. Haven't really updated the docs, so to run: >From Terminal: mvn clean javafx:run >From Eclipse/IDE: Set up a Maven build with the "clean javafx:run" goal. You'll most likely need to load the included

JGroups

2021-12-19 Thread Michael Gentry
While getting the JavaFX modeler running again, I was having issues with JGroups classes/interfaces not being found/defined, so I added version 5.x to the POM and it didn't work. Then 4.x and it didn't work. Then 3.x and it didn't work. Then 2.x and it finally worked. Does Cayenne only work with J