[appengine-java] Re: Problem with exception on server startup when GAE sdk is in svn

2012-02-02 Thread Matija
And you forgot to mention that if folder is not under svn control everything works perfectly. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit

[appengine-java] Re: 1.6.2 Pre-Release SDKs Out

2012-01-25 Thread Matija
Plus probably 15 minute fee per channel opening :( -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/tmElRfZs6nwJ. To post to this

Re: [appengine-java] Re: [google-appengine] Re: 1.5.2 SDK Prerelease

2011-07-15 Thread Matija
? Matija -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/w_WoWIWmEncJ. To post to this group, send email to google-appengine-java

[appengine-java] Re: Are Java static initializers thread safe on GAE ?

2011-03-31 Thread Matija
I think that final question is will 2 parallel web requests in same GAE instance use same class loader or different class loaders ? -- 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

Re: [appengine-java] Re: What is maximum number of entities I can update within the 30 sec time limit of App engine ?

2011-03-07 Thread Matija
If your user starts some action that updates a lot of entities and you need to show him soon after that action all or many of these entities then you should probably change your entities model or user interface. -- You received this message because you are subscribed to the Google Groups

[appengine-java] Re: How active is GAE team in fixing bugs?

2010-06-15 Thread Matija
Hi, is this good bug report http://code.google.com/p/googleappengine/issues/detail?id=3305 We would like to know if this is gae or hessian bug, because it appeared suddenly ? Matija. On Jun 14, 9:18 pm, Ikai L (Google) ika...@google.com wrote: Yes, Lorenzo is right. Good bug reports

[appengine-java] Re: SecurityException with Hessian on google app engine

2010-06-08 Thread Matija
Any news about this SecurityException ? Matija. On Jun 5, 4:46 pm, dilbert dilbert.elbo...@gmail.com wrote: I am having trouble with Hessian on Google App Engine. First I will describe the setup. I have a persistent class MessageDb declared as (It contains a String and an arraylist of strings