[appengine-java] Re: IllegalArgumentException: ETA too far into the future

2010-05-15 Thread derkent
oops the bug was in my code instead of a delay or countdown, I was giving a time value, so the delay would have been something like 2010 years. I would still be curios to know what max eta is though. On May 16, 12:21 am, derkent wrote: > Hi-ya > > How far ahead can you queue a tas

[appengine-java] IllegalArgumentException: ETA too far into the future

2010-05-15 Thread derkent
Hi-ya How far ahead can you queue a task? I just wanted to queue a task to start once the weekend is over (ie two days), but I get this error. Does anyone know what the limit is? I cant find it anywhere. thanks. kent -- You received this message because you are subscribed to the Google Groups

[appengine-java] SSLSocket / SSLSocketFactory

2010-03-29 Thread derkent
I would like to send/provoke an apple iphone push from the Java App Engine. This is done via ssl. I have found a library that does exactly that, but it uses the class SSLSocket & SSLSocketFactory which are not supported. Are there any alternatives, or any other ways to do this with the app engin

[appengine-java] Remove item from Task Queue

2010-02-15 Thread derkent
Is there any way to get something out of the task queue? I mean remove it or modify its schedule. Thanks. -- 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.

[appengine-java] Re: using getResourceAsStream to fetch XSL Sheet

2010-02-15 Thread derkent
ssues/detail?id=1367comment > 21 > > Vaclav > > On Feb 13, 8:39 pm, derkent wrote: > > > I am using a jar which is doing the following : > > > new > > StreamSource(getClass().getClassLoader().getResourceAsStream(xslPath))); > > > It is loading an xs

[appengine-java] using getResourceAsStream to fetch XSL Sheet

2010-02-13 Thread derkent
I am using a jar which is doing the following : new StreamSource(getClass().getClassLoader().getResourceAsStream(xslPath))); It is loading an xsl style sheet from a jar. If I use the library locally everything is ok, but if I try to do the same thing in an app engine servlet, it can't find the

[appengine-java] Re: Could not fetch URL with URLFetchService but with HttpClient

2010-01-04 Thread derkent
gn is a cause in the development > where the Exception occurs. > > However, even if this sign is included > I do not think that production garish excetion is generated. > > The appearance is seen for a while. > If there is no workaround > > There might be a necessity for doi

[appengine-java] Re: Could not fetch URL with URLFetchService but with HttpClient

2010-01-03 Thread derkent
hey thanks, you seem to be right. It seems a bug in the sdk, in production the problem "goes away". I am not sure what you mean though when you say, when value of the url paramater dot is included. Thanks again, On Jan 1, 8:42 pm, seleronm wrote: > Hi, > > I tried a little. > ( SDK 1.3.0) > >

[appengine-java] Could not fetch URL with URLFetchService but with HttpClient

2009-12-26 Thread derkent
I have an url which is redirecting: http://www.accessdata.fda.gov/Scripts/cder/DrugsatFDA/index.cfm?fuseaction=Reports.SetReport&rptname=1&reportSelectDate=12%2F2009&ta=Submits org.apache.http.client.HttpClient can follow the redirect without any problem and get the content. However URLFetchServi

[appengine-java] Programmatically Connecting with java ( using Google App Engine without a Browser)

2009-12-17 Thread derkent
I accidentally posted this on the general board, and this is a java question. Is there any restriction or problem using the google app engine without a browser? I am having a problem programmatically connecting to the app engine. I could be easily doing something wrong, but I presume as long as t