Grepcode is telling me
<http://grepcode.com/search/?r=&start=0&query=HttpSessionIdListener&entity=type>
that javax.servlet.http.HttpSessionIdListener exists only since
javax.servlet-api 3.1, however the dependency:tree command suggests that
GWT 2.8 RC2 uses 3.0.1 (I don't undertand the "version managed from 3.1.0"
part, though):

[INFO] +- com.google.gwt:gwt-user:jar:2.8.0-rc2:compile
[INFO] |  \- javax.servlet:javax.servlet-api:jar:3.0.1:provided (version
managed from 3.1.0; scope managed from compile)

(I replaced the only reference to Servlets API 2.5 in my project, first
with 3.0.1 and then with 3.1, but to no avail)

On Mon, Aug 15, 2016 at 11:51 AM Jens <jens.nehlme...@gmail.com> wrote:

> GWT uses Jetty 9 so it expects servlet-api 3.1. If your project depends on
> a different version you need to fix that, so look at your dependency tree
> to see where it comes from.
>
> mvn dependency:tree -Dverbose 
> -Dincludes=javax.servlet:servlet-api,javax.servlet:javax.servlet-api
>
>
> I hope the include pattern is correct, otherwise just omit it.
>
> -- J.
>
> --
> You received this message because you are subscribed to the Google Groups
> "GWT Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit+unsubscr...@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>
-- 
*BORIS BRUDNOY*
Web Application Developer, Java/GWT Enthusiast (LinkedIn
<http://ca.linkedin.com/in/borisbrudnoy>)

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to