Tasks can use 30 seconds before a DeadlineExceededExecption is
thrown. What you are seeing is a task being fired while your
application is loading. If your app takes more than 10 seconds to
load you can get these. The only solution is to improve the startup
time of your app which can be a very d
I now precompile my JSPs before deploying to production and they
execute pretty fast there.
But I still have the same problem with my local dev environment: takes
about 3mns to compile any simple page, which do not even access the
datastore.
I've been meaning to profile all this but have not had t
Unfortunately billed and free behave same.
On Jan 11, 4:58 am, Shrek wrote:
> hi Ikai
>
> does appengine suffer from this anomaly even when "billing" is
> enabled?
> my application doesn't receive much traffic, but i still need it to be
> "ready".
> I don't mind enabling "billing" and don't even
hi Ikai
does appengine suffer from this anomaly even when "billing" is
enabled?
my application doesn't receive much traffic, but i still need it to be
"ready".
I don't mind enabling "billing" and don't even mind any $ value (as a
consequence), but I would like to know if the problem will go away..
Hi, sorry for beginner question. I have authors and books in the
database. Every author has list of books in a one to many owned
relationship. I know the author's name, how can I retrieve the author
and his books from database? I know how to get the author but not his
books (Author.books).
--
You
I am using the google eclipse plugin for app engine and once I add
log4j to WEB-INF/lib and to my project classpath the automatic
datanucleus enhancement step starts to fail with the error at the
bottom of this message.
My ant build script still works fine, so could anyone confirm whether
I might
You might be interested in this issue :
http://code.google.com/p/googleappengine/issues/detail?id=2456
On 10 jan, 14:34, Jorge wrote:
> It's been some discussion about this topic. You may want to seek posts
> with words "keep warm" or "cold start", for instance. See also the
> "Tragedy of the Co
Hi... i want to use GAE + GWT but I need to set the --adress argument
for GAE
I've started on a working GAE project with the --address argument
setted in the run configuration in the ecplise and in the arguments
tabs in "program arguments" the --address argument...
That's worked fine...
now i v
Hello,
ImaHima is looking for senior Java developer(s) to help with the
ongoing development of Colabolo. Colabolo is a light-weight issue-
tracking service developed by ImaHima, a company based in Tokyo. You
can see a quick video demo here:
http://www.colabolo.com/en/product/index.html#video
The
You probably want to architect the classes in such a way that they are
not tightly coupled to the http servlet session.
Anyway, when you were working with ThreadLocal earlier, did you first
set the ServletRequest from the filter?
class UserService {
private UserDAO userDAO;
public Collect
My eclipse does not suspend at exception. Is this normal?
Do you know about this case?
I made a small test project and it runs well but it doesn't suspend at
any exception.
Eclipse console window and browser prints stack trace and error
messages, but eclipse does not stop for debugging session.
A
Hi all,
I am trying to make en_US as the default locale, and when user
requests a language that is not supported, ResourceBundle will default
back to en_US.
After some Googling, I found the following tutorial from Sun that
covers my need:
http://java.sun.com/docs/books/tutorial/i18n/resbundle/co
Hello,
I am not having any knowledge about google app engine. I am working on
one enterprise application, in which I am using GWT, Struts2,
Hibernate. Now I am integrating EJB session beans in business layer. I
need to call session beans from GWT servlet. When I do JNDI lookup, I
am getting Access
It's been some discussion about this topic. You may want to seek posts
with words "keep warm" or "cold start", for instance. See also the
"Tragedy of the Commons, and Cold Starts" post in the Google Aps Forum
http://groups.google.com/group/google-appengine/browse_thread/thread/22692895421825cb/110
Hi,
I am getting this exception while trying to detach an entity of type
xxx having a list of PersistentCapable entity of type zzz as its
child. In short, I am getting this exception while detaching parent
entity of a one to many owned relationship. Please help me to find out
what to do to make it
Hi
When I start my project with appengine alone (without gwt devmode) it
compiles fast - so this may be a problem with AppEngineLauncher?
Here's my target starting appengine
http://localhost:8080/${gwt.startupUrl}"/>
Cheers
Simon
On Dec 30 2009, 8:29 pm, Simon V
Hi,
When it searches c:/Users/[username]/AppData/Local/Temp/
It might be found.
Please try variously.
thanks.
>I am having the question with trying to find the work directory. I am
>running eclipse on a windows (vista) machine. I explored reference
>provided by sleeronm without any luck on my
I googled some keywords picked up from your reply and found some useful
stuff and I think it will workout for me.
Thanks a lot...
2010/1/10 Elias Mårtenson
> On 9 Jan, 16:53, Prashant Gupta wrote:
> > I tried following code, getting null all the time.
> >
> > public static HttpSession getSess
I am running on a Windows machine (Vista). I have not had success
finding the translated code. Any ideas?
Dave
On Jan 9, 6:22 am, Qian Qiao wrote:
> On Sat, Jan 9, 2010 at 19:15, powell...@gmail.com wrote:
> > When I upload a jsp to appengine with Ecllipse, my understanding is
> > that the tran
I am having the question with trying to find the work directory. I am
running eclipse on a windows (vista) machine. I explored reference
provided by sleeronm without any luck on my machine. Any suggestions?
On Jan 10, 1:34 am, seleronm wrote:
> Hi,
>
> The following links might serve as a referen
Please watch this in its entirety: http://www.youtube.com/watch?v=tx5gdoNpcZM
The java Key class, the python Key class, the concept of "MyEntity id
#123", and the string "aghtb2JjYS1zdHIOCxIHQ2hlY2tpbhjiQww" are all
various representations of some bit of binary data stored in the
database. Just
21 matches
Mail list logo