Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » eclipse modeling 4.20 - validation error org.eclipse.net4j.http.server(eclipse modeling 4.20 - validation error org.eclipse.net4j.http.server)
eclipse modeling 4.20 - validation error org.eclipse.net4j.http.server [message #1842700] Tue, 29 June 2021 10:21 Go to next message
lea ilagan is currently offline lea ilaganFriend
Messages: 59
Registered: October 2012
Member
Hello,

I downloaded a fresh eclipse 4.20 "eclipse-modeling-2021-06-R-win32-x86_64.zip". I launched and tried to validate plugins but I got validation error:

org.eclipse.net4j.http.server
Missing constraint: Import-Package: javax.servlet;version="[2.3.0, 4.0.0]"
Missing constraint: Import-Package: javax.servlet.http;version="[2.3.0, 4.0.0]"

Is this is a known issue of modeling package 4.20? Or please advise how to fix it.

Thank You..
Re: eclipse modeling 4.20 - validation error org.eclipse.net4j.http.server [message #1842703 is a reply to message #1842700] Tue, 29 June 2021 11:17 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33142
Registered: July 2009
Senior Member
Which version of Java are you using? The various javax packages have gradually been disappearing for the JDK and as far as I understand it, many of these will need to be replaced with jakarta.* equivalent packages...

If you're not using CDO, you could exclude it from your launch. You're probably best generally to provision a target platform separate from the "running IDE" so that you control what's in the environment that you build against and launch with...


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: eclipse modeling 4.20 - validation error org.eclipse.net4j.http.server [message #1842759 is a reply to message #1842703] Wed, 30 June 2021 15:43 Go to previous messageGo to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
In addition to what Ed said, I'd like to remove the org.eclipse.net4j.http.* plugins completely as they're superseeded by the faster and better org.eclipse.net4j.ws.* plugins. Coulpd you please submit a bugzilla against CDO to remind me?

Re: eclipse modeling 4.20 - validation error org.eclipse.net4j.http.server [message #1842775 is a reply to message #1842759] Thu, 01 July 2021 05:24 Go to previous message
lea ilagan is currently offline lea ilaganFriend
Messages: 59
Registered: October 2012
Member
Thank you Ed and Eike for your quick response.

We're using java 11.0.2 (org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_11.0.2.v20200815-0835).
Please see submitted bug for this - https://bugs.eclipse.org/bugs/show_bug.cgi?id=574579

regards,
Lea
Previous Topic:[CDO] Meta-reference dynamic objects
Next Topic:Cannot be resolved or is not a field
Goto Forum:
  


Current Time: Fri Apr 26 15:24:09 GMT 2024

Powered by FUDForum. Page generated in 0.03614 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top