Re: Issue with tomcat version of GWT 2.11 for class javax.validation.Path

2024-03-20 Thread Dean Zarras
For whatever it might be worth... I just went through a possibly similar exercise, getting my 2.11 GWT-RPC-based app to run with Tomcat 10. I had to run around my codebase and replace 'javax' with 'jakarta', but the last key step was ensuring that my GWTRPC services inherited from this class:

Re: Digest for google-web-toolkit@googlegroups.com - 1 update in 1 topic

2024-03-20 Thread Leon
It’s the package rename for the later servlet spec. Use tomcat 9 and you’ll be fine. On Wed, 20 Mar 2024 at 14:02, wrote: > google-web-toolkit@googlegroups.com > > Google > Groups >

Issue with tomcat version of GWT 2.11 for class javax.validation.Path

2024-03-20 Thread Priya
Hi Team, We are working on development environment with Tomcat 10 where third party jar *jakarta.validation-api.jar *has been updated to tomcat specific version where package structure is changed from javax.validation to jakarta.validation. When GWT 2.11 with tomcat specific jars(Gwt-servlet