Hi, I'm running an application on the app engine sdk for java v.1.9.13.
Apparantly javax.xml.crypto.dom.DOMURIReference is marked as a restricted class. The JRE whitelist (https://cloud.google.com/appengine/docs/java/jrewhitelist) lists this class as an accessible class. Although there's a spelling error on the whitelist page (it mentions DOMURIReferecne instead of DOMURIReference). Is this an error in the app engine runtime? [INFO] okt 08, 2014 10:21:57 PM com.google.api.server.spi.SystemService invokeServiceMethod [INFO] SEVERE: javax.xml.crypto.dom.DOMURIReference is a restricted class. Please see the Google App Engine developer's guide for more details. [INFO] java.lang.NoClassDefFoundError: javax.xml.crypto.dom.DOMURIReference is a restricted class. Please see the Google App Engine developer's guide for more details. [INFO] at com.google.appengine.tools.development.agent.runtime.Runtime.reject(Runtime.java:51) [INFO] at org.apache.jcp.xml.dsig.internal.dom.DOMURIDereferencer.dereference(DOMURIDereferencer.java:65) [INFO] at org.apache.jcp.xml.dsig.internal.dom.DOMReference.dereference(DOMReference.java:426) [INFO] at org.apache.jcp.xml.dsig.internal.dom.DOMReference.digest(DOMReference.java:360) [INFO] at org.apache.jcp.xml.dsig.internal.dom.DOMXMLSignature.digestReference(DOMXMLSignature.java:492) [INFO] at org.apache.jcp.xml.dsig.internal.dom.DOMXMLSignature.sign(DOMXMLSignature.java:375) [INFO] at org.apache.ws.security.message.WSSecSignature.computeSignature(WSSecSignature.java:556) [INFO] at org.apache.ws.security.message.WSSecSignature.computeSignature(WSSecSignature.java:481) [INFO] at org.apache.ws.security.message.WSSecSignature.build(WSSecSignature.java:386) Regards, Kristof -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
