How many of these libs are you thinking would need converting to JS for the client bundle?

At a glance, it really looks like you got a dependency chain fubar. The GWT client code should not have any kind of dependency to java.sql.DataSource as an example. It looks like you are trying to compile server side only code as a GWT dependency.

On 6/30/22 10:22, mmo wrote:
Anyway - after settings said option I got much more GWT compiler output and there are tons of error messages with the pattern "No source code is available for type <type>. did you forget to inherit a required module". Unfortunately, the classes referenced are misc. stuff from com.google.gwt.user, com.google.common.collect, org.apache.commons.collections, org.springframework.security.core, etc., i.e. all classes that I can not shift into the UI's shared or client folder. How can one make the sources of these classes known to the GWT compiler?

--
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/cfb5b417-e96e-4adc-4083-22e63ae88d7c%40newsrx.com.

Reply via email to