In the 'from apache' category, I've done some tests with Cocoon 3
(http://cocoon.apache.org/3.0/)
and the result is
Results of some try tonight with Cocoon 3
with an xml source, an xslt transformer and an xml serializer
at some point cocoon 3 seems to "compile" an xslt transformation and
has
not the right permission to write something
it's my reading of:
java.lang.NoClassDefFoundError: Could not initialize class
com.sun.org.apache.bcel.internal.util.SyntheticRepository
       at com.sun.org.apache.bcel.internal.classfile.JavaClass.
(JavaClass.java:109)
       at com.sun.org.apache.bcel.internal.classfile.JavaClass.
(JavaClass.java:228)
       at
com.sun.org.apache.bcel.internal.generic.ClassGen.getJavaClass
(ClassGen.java:174)
       at
com.sun.org.apache.xalan.internal.xsltc.compiler.Stylesheet.translate
(Stylesheet.java:735)
       at
com.sun.org.apache.xalan.internal.xsltc.trax.TemplatesHandlerImpl.endDocument
(TemplatesHandlerImpl.java:230)
       at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endDocument
(AbstractSAXParser.java:737)
...

and I suspect that Google App Engine is not a good place to compile an
xslt transformation and then execute the generated code...

What are thinking about?


--~--~---------~--~----~------------~-------~--~----~
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 google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to