Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty 7's Servlet Annotations bundle requires javax.naming 0.0.0 package?

Jetty 7 is very EOL (End of Life), not recommended for public internet use anymore.

As for the OSGi conflict, you have to diagnose the 'use' behaviors yourself on your collection of bundles.
See http://spring.io/blog/2008/11/22/diagnosing-osgi-uses-conflicts/ for help/advice on diagnosing these kinds of issues.


Joakim Erdfelt / joakim@xxxxxxxxxxx

On Thu, Mar 29, 2018 at 6:02 PM, Alexei Trebounskikh <alexei.trebounskikh@xxxxxxxxxxx> wrote:

Hi all,

 

I am trying to replace Jetty 6 bundle with Jetty 7 in a legacy Eclipse RCP project , but get this error:

Missing requirement: Jetty :: Servlet Annotations requires package ‘javax.naming 0.0.0’ but it could not be found.

 

Does it require a plugin that exports javax.naming? The project uses Java 8.

 

Thanks!


_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top