That one's "easy": don't use the embedded Jetty of DevMode; run your own servlet container instead, along with either DevMode in -noserver mode, or CodeServer.
On Thursday, August 27, 2020 at 8:30:45 PM UTC+2, Shahram Zadeh wrote: > > after a long time and hard work we were able to make it work up to the > successful compilation, now there is a conflict between the integrated > apache xerces in gwt-dev.jar and java 8. > is there any way to force the GWT in dev mode not to use tools in the > gwt-dev.jar? > > any help would be greatly appreciated. > > > *org.apache.xerces.parsers.XIncludeAwareParserConfiguration cannot be cast > to org.apache.xerces.xni.parser.XMLParserConfiguration* > > > > java.lang.ClassCastException: > org.apache.xerces.parsers.XIncludeAwareParserConfiguration cannot be cast > to org.apache.xerces.xni.parser.XMLParserConfiguration > at org.apache.xerces.parsers.SAXParser.<init>(Unknown Source) > at org.apache.xerces.parsers.SAXParser.<init>(Unknown Source) > at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.<init>(Unknown > Source) > at org.apache.xerces.jaxp.SAXParserImpl.<init>(Unknown Source) > at org.apache.xerces.jaxp.SAXParserFactoryImpl.newSAXParser(Unknown Source) > at > com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl.getXMLReader(UnmarshallerImpl.java:144) > at > javax.xml.bind.helpers.AbstractUnmarshallerImpl.unmarshal(AbstractUnmarshallerImpl.java:157) > at > javax.xml.bind.helpers.AbstractUnmarshallerImpl.unmarshal(AbstractUnmarshallerImpl.java:162) > at > javax.xml.bind.helpers.AbstractUnmarshallerImpl.unmarshal(AbstractUnmarshallerImpl.java:171) > at > javax.xml.bind.helpers.AbstractUnmarshallerImpl.unmarshal(AbstractUnmarshallerImpl.java:189) > at > com.soflytics.rguroo.server.util.ServerUtility.readGUIComponents(ServerUtility.java:175) > > On Saturday, August 8, 2020 at 7:11:54 AM UTC-7 [email protected] wrote: > >> Use this to generate a multi module artifact: >> >> https://github.com/tbroyer/gwt-maven-archetypes >> <https://github.com/tbroyer/gwt-maven-archetypes?utm_medium=referral&utm_campaign=ZEEF&utm_source=https%3A%2F%2Fgwt.zeef.com%2Fawesomegwt> >> >> [email protected] schrieb am Freitag, 7. August 2020 um 18:23:52 UTC+2: >> >>> is there any documentation for how to set it up, we are not maven >>> oriented. I appreciate a link or document... >>> >>> On Thu, Aug 6, 2020 at 2:57 PM [email protected] <[email protected]> >>> wrote: >>> >>>> GWT Eclipse plugin is not maintained anymore... So to use the newest >>>> one you could move to pure Maven or Gradle... I only use Maven sofar and >>>> it >>>> works well... >>>> >>>> [email protected] schrieb am Dienstag, 28. Juli 2020 um 00:11:58 >>>> UTC+2: >>>> >>>>> We have a huge GWT project (GWT 2.7, JDK 1.7, Eclipse) everything >>>>> works perfect. We are planning to upgrade to Java 11 and GWT 2.9 which >>>>> has >>>>> been recently released. However Java 1.7 is retiring and getting obsolete >>>>> we have to move on and upgrade. Since last week we are trying to create a >>>>> development environment like the existing one but there is no success. I >>>>> was wondering whether anyone out there is struggling with the same issue, >>>>> any hint, solution or hacking the eclipse plugin would be greatly >>>>> appreciated. >>>>> >>>>> Eclipse plugin comes with GWT (2.7 and 2.8.1) >>>>> >>>> -- >>>> You received this message because you are subscribed to a topic in the >>>> Google Groups "GWT Users" group. >>>> To unsubscribe from this topic, visit >>>> https://groups.google.com/d/topic/google-web-toolkit/l_E1Y8XKg7k/unsubscribe >>>> . >>>> To unsubscribe from this group and all its topics, send an email to >>>> [email protected]. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/google-web-toolkit/c9461274-510c-4661-8a73-28ad39fc35ecn%40googlegroups.com >>>> >>>> <https://groups.google.com/d/msgid/google-web-toolkit/c9461274-510c-4661-8a73-28ad39fc35ecn%40googlegroups.com?utm_medium=email&utm_source=footer> >>>> . >>>> >>> -- 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/177cdccf-afc9-4f61-a82a-3eec44074bd9o%40googlegroups.com.
