Showing posts with label google. Show all posts
Showing posts with label google. Show all posts

Sunday, November 21, 2010

TransformerFactoryImpl not found error when running google appengine with spring in STS

javax.xml.transform.TransformerFactoryConfiguratio nError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found

The solution is to add the following vm argument:

-Djavax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl