[appengine-java] Re: QueueFactory.getQueue( String )

2009-09-09 Thread Gianni
On Sep 6, 4:48 am, Vince Bonfanti vbonfa...@gmail.com wrote: I found the answer to this: the Queue.add() method throws IllegalArgumentException if the specified queue isn't configured (BTW, the message in the IllegalArgumentException is The specified queue is unknown : but doesn't actually

[appengine-java] Re: QueueFactory.getQueue( String )

2009-09-08 Thread Vince Bonfanti
Done (#2089). BTW, I've opened two issues on the Task Queue API that I consider fairly serious (at least for what I'm trying to accomplish): #2088. A datastore Key that has a parent does not survive a round-trip through keyToString and stringToKey and still be usable as a memcache key. The

[appengine-java] Re: QueueFactory.getQueue( String )

2009-09-08 Thread Jason (Google)
Hi Vince. I think this sounds reasonable. Please open a new issue. - Jason On Sat, Sep 5, 2009 at 11:48 AM, Vince Bonfanti vbonfa...@gmail.com wrote: I found the answer to this: the Queue.add() method throws IllegalArgumentException if the specified queue isn't configured (BTW, the message

[appengine-java] Re: QueueFactory.getQueue( String )

2009-09-05 Thread Vince Bonfanti
I found the answer to this: the Queue.add() method throws IllegalArgumentException if the specified queue isn't configured (BTW, the message in the IllegalArgumentException is The specified queue is unknown : but doesn't actually include the queue name in the message string). This isn't as nice