Hi,

 I've tried to execute a XSLT transformation in the Java appengine and
had the following error
[xins-petstore/1.332875993655738810].<stdout>: 2009-04-18 13:02:13,146
ERROR  org.xins.common.lowlevel.1052 petst...@localhost:
090418-130212386:3e483 Programming error detected by class
org.xins.common.Utils, method logProgrammingError in class <unknown>,
method <unknown>. Caught unexpected java.lang.NoClassDefFoundError.
Exception message:
"com.sun.org.apache.xalan.internal.xsltc.dom.AbsoluteIterator is a
restricted class. Please see the Google App Engine developer's guide
for more details.". Detail: (null).
java.lang.NoClassDefFoundError:
com.sun.org.apache.xalan.internal.xsltc.dom.AbsoluteIterator is a
restricted class. Please see the Google App Engine developer's guide
for more details.
        at
com.google.apphosting.runtime.security.shared.stub.com.sun.org.apache.xalan.internal.xsltc.dom.AbsoluteIterator.<clinit>
(AbsoluteIterator.java)
        at Login.topLevel()
        at Login.transform()
        at
com.sun.org.apache.xalan.internal.xsltc.runtime.AbstractTranslet.transform
(Unknown Source)
        at
com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform
(Unknown Source)
        at
com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform
(Unknown Source)
        at org.xins.server.frontend.FrontendCallingConvention.translate
(FrontendCallingConvention.java:775)

Is it on pupose or is the AbsoluteIterator missing from the white
list?

Cheers,
Anthony

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to