views:

43

answers:

0

I've created a small application on google web toolkit and it works fine on local environment. But when I try to deploy it on google-app-engine, it throws an error:

XML error validating D:\workspaces\NewChat\Ditch\war\WEB-INF\appengine-web.xml against D:\softwares\eclipse\plugins\com.google.appengine.eclipse.sdkbundle_1.2.2.v200907291526\appengine-java-sdk-1.2.2\docs\appengine-web.xsd

I'm using the google data store as database (which should be used on app engine). Any idea how to deploy the application when such and error is thrown. office-space 1

I just deleted everything included in tag, closed it and application was deployed successfully on google-app-engine.