I tried to deploy app to the engine from Eclipse and the wizard failed.
com.google.apphosting.utils.config.AppEngineConfigException: Received
SAXException parsing the input stream for
C:/Unity/Java/Overseer/war\WEB-INF/datastore-indexes.xml
at
com.google.apphosting.utils.config.AbstractConfigXmlReader.getTopLevelNode(AbstractConfigXmlReader.java:215)
[...]
Caused by: org.xml.sax.SAXParseException; lineNumber: 23; columnNumber: 30;
The value of attribute "name" associated with an element type "property"
must not contain the '<' character.
at
org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown
Source)
[...]
at org.mortbay.xml.XmlParser.parse(XmlParser.java:230)
at
com.google.apphosting.utils.config.AbstractConfigXmlReader.getTopLevelNode(AbstractConfigXmlReader.java:207)
... 11 more
I was able to circumvent the problem by commenting this line.
query = query.filter("value<", userScore.value);
datastore-indexes.xml has unescaped '<' and '>' ??
--
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.