[appengine-java] Re: sessions - configured but don't work on first call

2010-07-17 Thread Shawn Brown
> Why can't a filter start a session? > this.getThreadLocalRequest().getSession(); will find a session created > by a filter via request.getSession(true); > but  request.getSession(true); doesn't seem so send a cookie to the client. > > I really can't understand this.  Help please It looks lik

[appengine-java] rename a app-id

2010-07-17 Thread aswath satrasala
Hello, Is there any way I can rename my app-id. -Aswath -- 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 go

[appengine-java] polymorphism in relationships is not yet supported?

2010-07-17 Thread lisandrodc
I have a problem when assign an object using polymorphism. Received a child of type model.Empate for a field of type model.Resultado. Unfortunately polymorphism in relationships is not yet supported. par1=new Partido("23", new Empate(), eq1,eq2, fecha); The constructor: public Partido(Long num

[appengine-java] Problem with datastore

2010-07-17 Thread lisandrodc
I'm using the Google AppEngine, with Java. When I use some datastore features, I'm getting an error message: "Objeto con id "model.fe...@cf17c3" es manejado por otro ObjectManager". The code: public void crearPartido(String nombre1, String nombre2,Date fecha,Fecha fechaAgreg) {

Re: [appengine-java] populate datastore with a new kind

2010-07-17 Thread emmanuel harel
Thanks John ! Is it possible to have a svn check out repository address ? Regards 2010/7/5 John Patterson > You can upload and download data using the RemoteDatastore: > > http://code.google.com/p/remote-datastore/ > > It works at the binary level so you can use it with JDO, Twig, Objectify, >

[appengine-java] Re: Dance Dance Robot error / Channel API

2010-07-17 Thread Rahul Ravikumar
Thanks for letting me know.. This is awesome. On Jul 17, 2:15 pm, Daniel Guermeur wrote: > Yes it is in App Engine 1.3.5. Look in the jar. I've got the backend > working already. There is no doc, just classes. > > Among other things here is what there is: > > import com.google.appengine.api.chann

[appengine-java] Re: Dance Dance Robot error / Channel API

2010-07-17 Thread Daniel Guermeur
Yes it is in App Engine 1.3.5. Look in the jar. I've got the backend working already. There is no doc, just classes. Among other things here is what there is: import com.google.appengine.api.channel.ChannelMessage; import com.google.appengine.api.channel.ChannelService; import com.google.appengin

Re: [appengine-java] Discussion on will-it-play-in-app-engine

2010-07-17 Thread Guillaume Laforge
Neat! Do you know if the patch will find its way in the iText source tree at some point? Guillaume On Sat, Jul 17, 2010 at 21:51, Shyam Visamsetty wrote: > Just wanted to update this page on iText library. > http://blog.rubypdf.com/2009/12/17/how-to-run-itext-on-google-app-engine/ > > -- > You

[appengine-java] Discussion on will-it-play-in-app-engine

2010-07-17 Thread Shyam Visamsetty
Just wanted to update this page on iText library. http://blog.rubypdf.com/2009/12/17/how-to-run-itext-on-google-app-engine/ -- 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...@

[appengine-java] Re: [objectify-appengine] any limitation on the versions for a give app-id

2010-07-17 Thread Scott Hernandez
Yes, I think it is 10. You can delete old versions so you can upload new ones, but you can only have a limited number at a time. On Sat, Jul 17, 2010 at 9:42 AM, aswath satrasala wrote: > I am planning to update the application every month.  Hence, I want to give > a different version no for the

[appengine-java] any limitation on the versions for a give app-id

2010-07-17 Thread aswath satrasala
I am planning to update the application every month. Hence, I want to give a different version no for the new upload to the appengine. Is there any limit on the number of versions that can be uploaded to appengine for the given app-id. -Aswath -- You received this message because you are subscr

Re: [appengine-java] 500 Server Error. Please help

2010-07-17 Thread John Patterson
Look in the logs to see what is causing the error On 17 Jul 2010, at 19:37, jayati wrote: After much difficulty in deploying, (difficulty like: I was getting remote host closed connection many times and had to deploy again and again) It finally deployed correctly. But, I am getting error as f

[appengine-java] 500 Server Error. Please help

2010-07-17 Thread jayati
After much difficulty in deploying, (difficulty like: I was getting remote host closed connection many times and had to deploy again and again) It finally deployed correctly. But, I am getting error as follows: Error: Server Error The server encountered an error and could not complete your reques