Re: [google-appengine] Can --datastore_path= be shared between Java and Python versions on dev_appserver?

2011-06-22 Thread Ikai Lan (Google)
Nope. You'll have to load the data from one app into another. There's an outstanding feature request for us to implement the SQLite backend that's available in Python in Java, but I don't believe we've started work on that yet. Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://g

[google-appengine] Can --datastore_path= be shared between Java and Python versions on dev_appserver?

2011-06-22 Thread Carter
We're trying to get the Python version of the app to read from the same datastore as is used by the Java Eclipse version of the app on the local dev_appserver. We have tried setting the Python App Engine launch flag -- datastore_path= to the path used by Eclipse (e.g. /war/WEB-INF/ appengine-gene