I have integrated the app with google apps marketplace. When the app is
invoked from drop down "more" link on google apps, i expect the apps
namespace key to be automatically set to the domain value but it's not
happening.
The value returned by NamespaceManager.getGoogleAppsNamespace() is "". Any
idea what I might be doing wrong? Thank you for your help.
public class NamespaceFilter implements Filter {
.....
public void doFilter(ServletRequest request, ServletResponse response,
FilterChain chain)
throws IOException, ServletException {
-----
case GOOGLE_APPS_DOMAIN : {
NamespaceManager.set(
NamespaceManager.getGoogleAppsNamespace());
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine-java/-/Pelx3vd5MH8J.
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-java?hl=en.