I am using Nick's excellent tutorials on bulk loading, and was able to
push a huge pile of entities up to production. Problem is, they looked
like this:

MySpecialEntity

in my custom python bulkloader class and in production.

The gotcha is my application is Java, and queries for:

SELECT FROM org.domain.app.MySpecialEntity

fail because the Java namespace was not part of the python bulkloader.

Anyone know a workaround?

Stuart



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