Re: Convert Existing GWT Backend to SPRING BOOT

2023-10-17 Thread 'Eric Dufresne' via GWT Users
Exception e) { > LOGGER.error("Error loading Serialization policy - peeps with > outdated application version"); > return null; > } > } > > On Tue, Oct 17, 2023 at 12:20 AM 'Eric Dufresne' via GWT Users < > google-we...@google

Re: Convert Existing GWT Backend to SPRING BOOT

2023-10-16 Thread 'Eric Dufresne' via GWT Users
Hi! Were you successful in building out a JAR using spring boot while still using GWT RPC? I am on the last step of getting the `.gwt.rpc` files in the right place but I still get serialization errors saying the serialization policy files are missing. For the override you did: @Override