Bug report: https://code.google.com/p/googleappengine/issues/detail?id=11444
For Java projects, web.xml and appengine-web.xml can be replaced by a single app.yaml file. However, I'm having trouble with the use-google-connector-j
property.
Here is the current state of my app.yaml...
application: myapp
version: 1
runtime: java
threadsafe: true
system_properties:
java.util.logging.config.file: WEB-INF/logging.properties
handlers: ...
use-google-connector-j: true
I keep getting the following error: Unable to find property 'use-google-connector-j' on class: com.google.apphosting.utils.config.AppYaml