Hello,
I am not able to use backend in my application.
Backends.xml configration is given below:
<backends>
<backend name="munishtest">
<options>
<dynamic>true</dynamic>
</options>
</backend>
</backends>
Now when I run a taskqueue backend name found is null. I use following
code to find the back end name:
BackendService backendService =
BackendServiceFactory.getBackendService();
String currentBackend = backendService.getCurrentBackend();
I was also not able to deploy my application with backends.xml
configuration as described in documentation. Configuration which
raises en io exception is given below.
<backends>
<backend name="munishtest">
<options>
<dynamic>true</dynamic>
</options>
</backend>
</backends>
--
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.