Hi Pablo, thanks.

Eric

On Sep 30, 4:20 am, Pablo Mayrgundter <p...@google.com> wrote:
> 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 post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to