Hi Peter,
How to close reader?

I found even I use "www.google.com", it also will stop...

if (!results.isEmpty())
            {
                log.info("not empty");
                for (Request req : results)
                {
 //                 url = req.getUrl();
                    url = "www.google.com";
                    log.info(url);
                    fetchResponse = fetchService.fetch(new URL(url));
                    log.info("111");
                    pm.deletePersistent(req);
                }
            }

It just stop at line "fetchResponse...".
It will not print "111" to log...
Just show information "This request caused..."

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