EOModeler broken

2022-08-25 Thread Gino Pacitti via Webobjects-dev
Hi List I am using Eclipse 2022 and suddenly today EOModeler stopped working with this error: Any ideas? java.lang.NoClassDefFoundError: org/eclipse/jface/util/Assert at org.objectstyle.wolips.baseforuiplugins.utils.KeyComboBoxCellEditor.setItems(KeyComboBoxCellEditor.java:171)

Re: EOModeler broken

2022-08-25 Thread Ramsey Gurley via Webobjects-dev
Eclipse 2022-06? Can you explain what you're doing when you get the error? From: Gino Pacitti via Webobjects-dev Sent: Thursday, August 25, 2022 12:46 AM To: WebObjects-Dev Mailing List List Subject: EOModeler broken Hi List I am using Eclipse 2022 and suddenly

Re: EOModeler broken

2022-08-25 Thread Gino Pacitti via Webobjects-dev
Hi … Nothing in particular… I just doubled clicked a EOmodel today and it gave me the error. I had my projects in Version 2022 and I think I updated the Eclipse App… The app uses JAVA 11 I down versioned to Version: 2020-03 (4.15.0) and that uses 1.8 and now it works again. Could it be somet

Re: EOModeler broken

2022-08-25 Thread Jérémy DE ROYER via Webobjects-dev
Hi Gino, It may not be the answer you’re awaiting but I’m using eclipse Version: 2021-12 (4.22.0) with Java 11 (on Mac OS Monterey) wihtout any particular problem. My WOLIps installed URL is WOLips - https://jenkins.wocommunity.org/job/WOLips_master/lastSuccessfulBuild/artifact/temp/dist/ May

Re: EOModeler broken

2022-08-25 Thread Gino Pacitti via Webobjects-dev
Yes that works…. Thanks Gino > On Aug 25, 2022, at 3:55 PM, Jérémy DE ROYER > wrote: > > Hi Gino, > > It may not be the answer you’re awaiting but I’m using eclipse Version: > 2021-12 (4.22.0) with Java 11 (on Mac OS Monterey) wihtout any particular > problem. > > My WOLIps installed URL i

Re: EOModeler broken

2022-08-25 Thread Ramsey Gurley via Webobjects-dev
I'm using 2022-06 with Java 18 (11 and 17 also installed, not sure what Eclipse launches on, but I think 11) plus latest WOLips, and I can open EOModels. There was a jigsaw related problem that I fixed recently which was resulting in class not found errors. https://github.com/wocommunity/wolips