I think my servlet element is working now, but I am having problems with Spring web context initialization, as Olivier was last year. I don't know how to resolve it, it might be necessary to make modifications to GWT in order for it the tests to work properly.
On Thursday, July 28, 2016 at 3:37:51 PM UTC-7, Kay Pac wrote: > > This worked great for a while, but I think it broke at some point. I just > don't know when it stopped working. I'm sure it is something on my end or > in my code. But my <servlet> element is no longer working. I've checked the > jetty debug logging and the paths are matching, but jetty is still > directing my requests to the default servlet. > > I will continue to investigate, but for some reason I can't access my > servlet in the tests. > > Kay > > On Sunday, November 23, 2014 at 3:13:11 PM UTC-8, Thomas Broyer wrote: >> >> For tests with JUnitShell, the servlets have to be declared in the >> .gwt.XML file with a <servlet> element. > > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
