Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] jax-ws on jetty 9

You might be looking for jetty-http-spi
http://search.maven.org/#artifactdetails%7Corg.eclipse.jetty%7Cjetty-http-spi%7C9.0.5.v20130815%7Cjar

The old jetty-jaxws2spi artifact was short-lived (only existed for 1 release of jetty).

The class org.eclipse.jetty.jaxws2spi.JettyHttpServerProvider
looks to have been renamed to  org.eclipse.jetty.http.spi.JettyHttpServerProvider

--
Joakim Erdfelt <joakim@xxxxxxxxxxx>
Expert advice, services and support from from the Jetty & CometD experts


On Wed, Sep 25, 2013 at 5:24 AM, <gil_loureiro@xxxxxx> wrote:
Hello all,
 
I’m trying to publish jax-ws webservices inside jetty 9 embedded with authentication. Problem is I can find inside distribution the org.eclipse.jetty.jaxws2spi.JettyHttpServerProvider for version 9.
Does someone know where to find jaxws2spi package for v9, or other ways to use authentication in jax-ws services over v9 of jetty?
 
Many thanks, and kind regards,
GLoureiro

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users



Back to the top