[appengine-java] Error 500 server (No me da acceso a mi pagina web)

2011-06-21 Thread Ciatic-pruebas
Ya limpie todo y lo volvĂ­ a generar y sigue el error 500 que impide consumir el servicio almacenado en GAE.. que debo hacer para que funcione?? -- 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

[appengine-java] Error 500 server (No me da acceso a mi pagina web)

2011-06-21 Thread Ciatic-pruebas
Ya limpie todo y lo volvĂ­ a generar y sigue el error 500 que impide consumir el servicio almacenado en GAE.. que debo hacer para que funcione?? -- 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

[appengine-java] can't deploy the google app engine project

2011-06-21 Thread Brooke
I build a google app engine project with myeclipse.But when I click the deploy button on Tool Suite nothing happens. Same when I try to click sign in to Google. Any ideas? Expect your help,thx ! -- You received this message because you are subscribed to the Google Groups Google App Engine for

[appengine-java] GAE + primefaces + eclipse

2011-06-21 Thread Carlos Martins
Hi everyone. I'm brasilian study and want know about tutorial about GAE and PrimeFaces -- 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

Re: [appengine-java] Confused about loading vs. non-loading requests when threadsafe on

2011-06-21 Thread Jon McAlister
Hi Tom, I'm not sure about the servlet context listener code. However, thanks for pointing out the behavior of the interaction of loading requests and threadsafe apps. We are indeed sending down non-loading-requests while the instance is still processing the loading request. This is problematic

[appengine-java] Aw: Re: null parent in bidirectional JPA OneToMany relation

2011-06-21 Thread Paolo
I was rather looking for a solution in JPA than switching the api :). solved the problem by using unowned relationships on the backway, but it's not that nice actually. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this

[appengine-java] Re: Confused about loading vs. non-loading requests when threadsafe on

2011-06-21 Thread Tom Phillips
Hi Jon, I raised issue http://code.google.com/p/googleappengine/issues/detail?id=5214 on the non-loading requests resulting in instance deaths with threadsafe on. It was a bit more verbose than it probably needs to be, but it describes the problem. If anyone knows another way to detect loading