Re: [giannim] [appengine-java] Re: issue with task queue implementation

2011-12-18 Thread Gianni Mariani
+unsubscr...@google.com. For more options, visit this group at http://groups.google.com/a/google.com/group/giannim/?hl=en. -- Gianni Mariani Google, Sydney -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send

Re: [giannim] [appengine-java] threadsafe and sessions-enabled

2011-09-04 Thread Gianni Mariani
. For more options, visit this group at http://groups.google.com/a/google.com/group/giannim/?hl=en. -- Gianni Mariani Google, Sydney -- 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

Re: [giannim] Re: [appengine-java] Re: No of namespaces limit ?

2011-06-15 Thread Gianni Mariani
...@google.com. For more options, visit this group at http://groups.google.com/a/google.com/group/giannim/?hl=en. -- Gianni Mariani Google, Sydney -- 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] Re: Deferred Task with non default queue

2011-05-06 Thread Gianni Mariani
wrong? Thanks for your help and patience, Marcel On Apr 27, 12:09 am, Gianni Mariani gian...@google.com wrote: On Wed, Apr 27, 2011 at 4:19 AM, Marcel Overdijk marceloverd...@gmail.comwrote: But is it possible to change queue settings for Deferred task? A DeferredTask is just

[appengine-java] Re: Deferred Task with non default queue

2011-04-26 Thread Gianni Mariani
The preconfigured URL mapping for the DeferredTaskServlet may be used for any queue. There is no need to specify your own URL mapping that I can see. On Apr 22, 8:05 pm, Marcel Overdijk marceloverd...@gmail.com wrote: I did some quick testing and I found out: QueueFactory.getQueue(email-

Re: [giannim] [appengine-java] Re: Deferred Task with non default queue

2011-04-26 Thread Gianni Mariani
of the TaskOptions.payload(DeferredTask) method, it will automatically set the handler url for you if it is not otherwise specified. URL is somewhat irrelevant for deferred task since the run() method you define is essentially the entry point for the task. On Apr 26, 4:59 pm, Gianni Mariani gmari...@google.com wrote

Re: [appengine-java] Re: How do I run DeferredTasks in a Unit Test

2011-04-26 Thread Gianni Mariani
://groups.google.com/group/google-appengine-java?hl=en. -- Gianni Mariani Google, Sydney -- 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

Re: [appengine-java] Re: Failed to compile jsp files.

2011-04-11 Thread Gianni Mariani
/google-appengine-java?hl=en. -- Gianni Mariani Google, Sydney -- 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

[appengine-java] Re: Prerelease SDK 1.3.6 is out!

2010-08-09 Thread Gianni Mariani
Hi Jens, Keys are read only so there is no setNamespace(). The only way to set the namespace for the Key is upon creation. By default it will use the current namespace which is the string returned by NamespaceManager.get(). get() may return null if it has not been set which means that the

Re: [giannim] [appengine-java] app engine and db server elsewhere...

2010-07-04 Thread Gianni Mariani
/giannim/?hl=en. -- Gianni Mariani Google, Sydney -- 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-j...@googlegroups.com. To unsubscribe from this group, send email to google

Re: [giannim] [appengine-java] Re: Unicode problems

2009-09-16 Thread Gianni Mariani
. Firstly look at your tables via data-viewer in the production environment. I see Polish characters there. You have to narrow the problem - the characters are lost during sending, persisting or retrieving. -- Gianni Mariani Google, Sydney

Re: [giannim] [appengine-java] Re: Unicode problems

2009-09-16 Thread Gianni Mariani
. -- Gianni Mariani Google, Sydney --~--~-~--~~~---~--~~ 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

Re: [giannim] [appengine-java] Can't deploy my first guestbook application

2009-09-14 Thread Gianni Mariani
-appengine-jasper- runtime-5.0.28.jar; -d C:\DOCUME~1\yb\LOCALS~1\Temp \appcfg5145010290416497529.tmp\WEB-INF\classes -encoding UTF-8 C: \DOCUME~1\yb\LOCALS~1\Temp\appcfg5145010290416497529.tmp\WEB-INF \classes\org\apache\jsp\guestbook_jsp.java -- Gianni Mariani Google, Sydney

Re: [giannim] [appengine-java] Java Security Error

2009-09-13 Thread Gianni Mariani
) at org.mortbay.thread.BoundedThreadPool$PoolThread.run (BoundedThreadPool.java:442) Thanks in advance Regards -- Gianni Mariani Google, Sydney --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App

Re: [giannim] [appengine-java] Any way to work around 30 second request time limit?

2009-09-12 Thread Gianni Mariani
anyone have any ideas? Using Task Queues may help. The idea is that you break the job into 30 second or less chunks-o-work and queue them. -- Gianni Mariani Google, Sydney --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups