The new HostedMode (jetty) failed when I start it to run an application that uses another XML parser than Xerces. (The application uses parser that comes with Oracle11g.)
>From the output of the exception, looks like GWT tries to set an option http://apache.org/xml/features/nonvalidating/load-external-dtd to SAX parser, but failed, because the actual parser is not Xerces. This worked fine with GWT1.5.3. Anyone can tell me how to fix this problem (e.g. how to let GWT use Xerces that comes with the distribution and let the application use its own version in WEB-INF/lib)? Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
