I've been getting this whenever I try to use datastore-indexes.xml and
launch the development server. It doesn't seem to matter what I put in
there, if it detects that file, appengine explodes. Here's the full
output:

21:54:48,603 INFO  [main] Main  -
javax.xml.transform.TransformerFactory=null
21:54:48,604 INFO  [main] Main  - java.endorsed.dirs=/System/Library/
Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/endorsed
21:54:48,607 INFO  [main] Main  - launchFile: /Users/zacwitte/
Documents/workspace/.metadata/.plugins/
org.eclipse.wst.xsl.jaxp.launching/launch/launch.xml
21:54:48,647 FATAL [main] Main  - No embedded stylesheet instruction
for file: file:/Users/zacwitte/Documents/workspace/is.loc.api/war/WEB-
INF/datastore-indexes.xml
org.eclipse.wst.xsl.jaxp.debug.invoker.TransformationException: No
embedded stylesheet instruction for file: file:/Users/zacwitte/
Documents/workspace/is.loc.api/war/WEB-INF/datastore-indexes.xml
        at
org.eclipse.wst.xsl.jaxp.debug.invoker.internal.JAXPSAXProcessorInvoker.transform(JAXPSAXProcessorInvoker.java:
225)
        at
org.eclipse.wst.xsl.jaxp.debug.invoker.internal.JAXPSAXProcessorInvoker.transform(JAXPSAXProcessorInvoker.java:
186)
        at
org.eclipse.wst.xsl.jaxp.debug.invoker.internal.Main.main(Main.java:
73)
Caused by:
org.eclipse.wst.xsl.jaxp.debug.invoker.TransformationException: No
embedded stylesheet instruction for file: file:/Users/zacwitte/
Documents/workspace/is.loc.api/war/WEB-INF/datastore-indexes.xml
        at
org.eclipse.wst.xsl.jaxp.debug.invoker.internal.JAXPSAXProcessorInvoker.transform(JAXPSAXProcessorInvoker.java:
214)
        ... 2 more


and the xml file

<?xml version="1.0" encoding="utf-8"?>
<datastore-indexes autoGenerate="true">
    <datastore-index kind="Location" ancestor="false">
        <property name="hashParam" direction="asc" />
        <property name="numCheckins" direction="desc" />
    </datastore-index>
</datastore-indexes>

it also produces a blank datastore-indexes.out.xml

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

Reply via email to