I have an Java App Engine project using SDK 1.3.5 and the latest Restlet GAE 2.0rc4 to implement some restful services. Everything worked well (this has been in product for 6 months) until I added GWT to the project. As soon as I check GWT on in the control panel (without even adding a module) my services start to fail in the development server with the following class not found exception:
Couldn't write the XML representation: Provider org.apache.xalan.processor.TransformerFactoryImpl not found Any clues why simply turning GWT on would cause this? Any solutions that you know of? Thanks much. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-appengine-java?hl=en.
