Thank you Shyam, I verified that this eliminates the server-side exception when using GWT, Appengine and Restlet together when using XML at the transport. However, I'm still a little worried. The reason the exception is thrown is because GWT itself writes this system property to something that it needs (see issue 4267) while running in the development server. By overwriting this value, we may be re-creating the issue that GWT intended to address by setting the property. So, we still need a real fix to issue 4267. Please go and star the issue at: http://code.google.com/p/google-web-toolkit/issues/detail?id=4267
Thank you again Shyam. On Jul 16, 7:34 am, Shyam Visamsetty <[email protected]> wrote: > You should use this for creating XML transformations on App Engine. > > System.setProperty("javax.xml.transform.TransformerFactory", > > "com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl"); > > You definitely cant use this on the client side. > > Thanks, > Shyam Visamsetty > > On Jul 16, 12:20 am, Jan <[email protected]> wrote: > > > > > No, it is definitely the server side where I'm trying this reflection. > > Anyway, thank's -- 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.
