Re: getThreadLocalRequest.getSession null

2022-09-30 Thread iweb Appe
Thanks for your responses. I still didn't find a solution. We have reinstalled tomcat but nothing's changed. @Jens I debbuged in DevTools and found that for the server A, there is a Post request containing a sessionId sent to it and intercepted by the service containing both methods. The same

getThreadLocalRequest.getSession null

2022-09-28 Thread iweb Appe
I have a gwt app that is running when deployed on tomcat on server A For some reason the same app when is deployed on tomcat on a server B has a session issue We have Method 1 and Method 2 inside a servlet that extends RemoteServiceServlet We have a method1 in which we do:

Re: Spring dependency-check' is not allowed to appear in element 'bean'

2022-08-10 Thread iweb Appe
the error is the same as the title *Spring dependency-check' is not allowed to appear in element 'bean'* Le mercredi 10 août 2022 à 15:47:20 UTC+2, iweb Appe a écrit : > <https://stackoverflow.com/posts/73307439/timeline> > > I am using a gwt app and when I upgraded spring from

Spring dependency-check' is not allowed to appear in element 'bean'

2022-08-10 Thread iweb Appe
I am using a gwt app and when I upgraded spring from 2.X to 5X I get this error when I deploy on jetty I made sure to change the xsd file version to 2.5 but I still get the error. -- You received this message because