Re: [appengine-java] Re: Xalan

2009-11-19 Thread Stephan Hartmann
It seems that the classes of the JSTL are loaded by a different classloader than the webapp classloader. Because this class loader does not have xalan in place, it fails. Could you please add xalan to the classpath of this classloder? (If i do this in the eclipse plugin, it works, but only in

[appengine-java] Re: Xalan

2009-11-18 Thread metamesh
Hi, I have the same problem when using the xml tags of jstl with appengine 1.2.6. I also tried to put the missing class into the WEB-INF/classes/... folder but still no success. Note that http://code.google.com/p/googleappengine/issues/detail?id=2180 has not a fix but only verifies that the