George,
Thanks for the reply. I've enabled full debug logging but I can't see
the usual complaints about serialization in there. I've also double-
checked the directories to ensure that no files have been lost or
mangled.
The problem definitely occurs when upgrading between the GWT-SL
libraries. In my extracted war in the webapps directory of Tomcat I
can change the behaviour of the application by simply swapping the gwt-
sl lib:
When 0.1.4e is in WEB-INF/lib/ I can log into my application.
I then shut down Tomcat, swap this JAR for 1.0, then start Tomcat:
I can no longer log into my application -- the return result of the
authentication method blows up with the serialization error I posted
in my initial comment.
I then shut down Tomcat, delete the 1.0 JAR and replace it with the
0.1.4e JAR, then start Tomcat:
I can log into my application again.
Any ideas? I'd be happy to continue using the old version but this is
causing errors in my Continuous Integration tests (running on Jetty)
since the GWT upgrade. I can't confirm or deny whether these errors
still manifest in the 1.0 version until we can get over this
serialization hurdle.
Thanks for your time.
On Nov 2, 4:38 pm, George Georgovassilis <
g.georgovassi...@gmail.com>
wrote: