I want to try using backends with java, so I created this xml spec -
which I copied from the appengine docs and added my own name:

<backends>
  <backend>
    <name>mother</name>
    <class>b4</class>
    <instances>1</instances>
  </backend>
</backends>


I always results in this:

An internal error occurred during: "Deploying xxx to Google".
XML error validating /xxx/xxx/xxx/xxx/xxx/xxx/war/WEB-INF/backends.xml
against /Applications/eclipse3.6/plugins/
com.google.appengine.eclipse.sdkbundle_1.5.0.r36v201105092302/
appengine-java-sdk-1.5.0/docs/backends.xsd

I also tried backends.yaml, but nothing shows up in the management
console.

any suggetions?

Considering that there are no javadocs for backends yet in the docs,
this feature seems like it might not be ready for java.

-- 
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