On May 31, 2009, at 12:46 PM, Jon Stritar wrote:
> I have a couple questions.
>
> What is the latest stable Jersey release?
1.1.0-ea
> I'm wondering what the "ea"
> means for 1.1.0-ea?
>
Early access, the reason why it is called that is because it
implements JAX-RS 1.1 and not all EE 6 related features have been
implemented yet, namely integration with Servlet 3.0 and JSR-299. It
will stop being called ea when Java EE 6 is finalized.
> Also, I'm having trouble integrating Jersey 1.0.3 or 1.0.2 with
> Spring.
> When I include the jersey-spring dependency 1.0 via maven, I get the
> following error:
>
> java.lang.NoClassDefFoundError:
> com/sun/jersey/spi/service/ComponentProvider
>
> As far as I can tell, jersey-spring 1.0 is the latest release of the
> spring integration.
>
> http://download.java.net/maven/2/com/sun/jersey/jersey-spring/
>
> When I change all the jersey dependencies to 1.0, the integration with
> spring works! Has jersey-spring 1.0.3 not been released yet?
The Spring module for later versions was moved to the contribs area of
the maven repo.
> What about
> integrating spring with Jersey 1.1.0-ea?
>
See:
https://jersey.dev.java.net/source/browse/*checkout*/jersey/tags/jersey-1.1.0-ea/jersey/dependencies.html
You need to ensure that the same versions of modules are used. For
example, see the pom.xml of Spring sample:
http://download.java.net/maven/2/com/sun/jersey/samples/spring-annotations/1.1.0-ea/spring-annotations-1.1.0-ea-project.zip
> And last thing- I'm having trouble subscribing to this mailing list,
> even though I've tried a few times.
What went wrong?
> I have to check the archives to see
> if anyone has responded to my posts :).
I did:
http://n2.nabble.com/using-multiple-filters-tt3002665.html
> Is there a way an admin could
> add my email address to it?
>
Done.
Paul.