Hey Eric, sorry about that!
Here's a work-around:
String appId = SystemProperty.applicationId.get();
SystemProperty.applicationId.set("s~" + appId);
// Now do the list.
prospectiveSearchService.listTopics("", 10);
...
// Set the appId back to its orig value.
SystemProperty.applicationId.set(appId);
We should have the fix out in the next release.
Cheers,
Pablo
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine/-/AXknVldfVsMJ.
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?hl=en.