@Jens: Thanks such a lot for spotting this! I am such an idiot! @[email protected]: Thanks for the advice as well. I indeed went that route after having first fixed my paths (above) but which then caused compile errors in the server side code (because my dropped-in classes conflicted with the original ones causing compile errors for the server side code).
Thanks again both! I really appreciate your support! On Tuesday, July 26, 2022 at 3:22:02 PM UTC+2 Jens wrote: > The GwtSpring.gwt.xml reads: >> --- >> <?xml version="1.0" encoding="UTF-8"?> >> <module> >> <source path="security.core"> >> <include name="GrantedAuthority.java" /> >> <include name="CredentialsContainer.java" /> >> </source> >> <source path="security.core.userdetails"> >> <include name="User.java" /> >> <include name="UserDetails.java" /> >> </source> >> >> ... further details omitted here ... >> </module> > > > > Use slash instead of dots in path="security.core" and > path="security.core.userdetails" > > -- J. > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/a3e05bcb-0e41-4188-beda-1f0b820b2e52n%40googlegroups.com.
