[appengine-java] App Engine development server issues with latest version of JDK

2012-02-27 Thread Johan Euphrosine
The engineering team is aware of the issue and actively working on a fix for 1.6.3.1. Sorry for the inconvenience. -- Johan Euphrosine (proppy) Developer Programs Engineer Google Developer Relations -- You received this message because you are subscribed to the Google Groups Google App Engine

Re: [appengine-java] Google App Engine community support is moving to Stack Overflow

2012-02-07 Thread Johan Euphrosine
. -- Johan Euphrosine (proppy) Developer Programs Engineer Google Developer Relations -- 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-java@googlegroups.com. To unsubscribe from

Re: [appengine-java] Re: Very high latency lately.

2012-02-07 Thread Johan Euphrosine
+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en. -- Johan Euphrosine (proppy) Developer Programs Engineer Google Developer Relations -- You received this message because you are subscribed to the Google Groups

Re: [appengine-java] Re: GAE for Java : 500 Server Error from last couple of hours

2011-09-09 Thread Johan Euphrosine
://groups.google.com/group/google-appengine-java?hl=en. -- Johan Euphrosine (proppy) Developer Programs Engineer Google Developer Relations -- 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

Re: [appengine-java] Re: [critical] javax.servlet.UnavailableException: Initialization failed.

2011-09-09 Thread Johan Euphrosine
. To post to this group, send email to google-appengine-java@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en. -- Johan Euphrosine

Re: [appengine-java] Re: GAE for Java : 500 Server Error from last couple of hours

2011-09-09 Thread Johan Euphrosine
://groups.google.com/group/google-appengine-java?hl=en. -- Johan Euphrosine (proppy) Developer Programs Engineer Google Developer Relations -- 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-java] 1.5.4 SDK Prerelease

2011-09-06 Thread Johan Euphrosine
were not displayed. http://code.google.com/p/googleappengine/issues/detail?id=4591 -- Johan Euphrosine (proppy) Developer Programs Engineer Google Developer Relations -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post

Re: [appengine-java] Major *MAJOR* Problems with Always On

2011-07-06 Thread Johan Euphrosine
to google-appengine-java@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en. -- Johan Euphrosine (proppy) Developer Programs Engineer

[appengine-java] Re: Clearing Mem Cache in JUnit Tests with sdk 1.5.0.1 throws error

2011-06-17 Thread Johan Euphrosine (Google)
Hi, Thanks for the report. Can you share a test case reproducing this issue ? Thanks in advance. On Jun 7, 8:41 am, Heiko Roth r...@egotec.com wrote: Everythings works fine appengine sdk 1.4.3. With Version 1.5.0 Memcache didn't work at all. Now (Version 1.5.0.1)

[appengine-java] 1.5.1 SDK Prerelease

2011-06-15 Thread Johan Euphrosine
where recursive relation did not work. http://code.google.com/p/datanucleus-appengine/issues/detail?id=80 -- Johan Euphrosine (proppy) Developer Programs Engineer Google Developer Relations -- You received this message because you are subscribed to the Google Groups Google App Engine for Java

[appengine-java] Determine Tenancy Quota

2010-11-08 Thread Johan Pretorius
Hi I am writing an application that will allow an undetermined number of clients on the application. Every client's data will be stored using the NameSpace mechanism. There will be a huge difference on the quota usage per client. (A client will be a company and the company will add users to it's

[appengine-java] Fetching previous and next entity

2010-06-08 Thread Johan
Hi, My problem: Given a key and x sort criteria i want to fetch the previous and next entity. Im looking for suggentions on the most effective ways of implementing this using the low level api. -- You received this message because you are subscribed to the Google Groups Google App Engine

Re: [appengine-java] Re: Persistence with JPA + GAE

2010-02-09 Thread Johan Vallejo
eToMany(cascade = CascadeType.ALL) private distritos distrito; --getter and setter-- Distrito: @Entity public class distritos implements Serializable { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) Long id; private String distrito; --getter and setter-- i hope anyone help me, T

Re: [appengine-java] Re: Persistence with JPA + GAE

2010-02-09 Thread Johan Vallejo
Johan, you can use the Long as PK @Id @GeneratedValue(strategy = GenerationType.IDENTITY) Long id; []'s Diego 2010/2/9 Johan Vallejo jvall...@vnperu.com Hi Jake, Now i have this error Log : javax.persistence.PersistenceException: Transaction

[appengine-java] persistence with JPA

2010-02-08 Thread Johan Vallejo
Hi I am new in the list, in these days i am trying save data between two entity beans using JPA but without success, i am cheking the log nd says: Uncaught exception from servlet javax.persistence.PersistenceException: Error in meta-data for beans.distritos.id: Cannot have a java.lang.Long

[appengine-java] Persistence in JPA

2010-02-08 Thread Johan Vallejo
Value(strategy = GenerationType.IDENTITY) Long id; private String distrito; --getter and setter-- i hope anyone help me, Thank! -- Atentamente, Johan Vallejo Elias Soluflex ERP Nextel : 827*239 Celular : 998270239 Oficina : 434-2649 anexo 102 Skype : soporte_soluflex Web : www.g

Re: [appengine-java] DELETE HTTP Method not working on Google Chrome

2010-02-08 Thread Johan Vallejo
Francisco send your code for help you El 08/02/2010 10:55 a.m., Francisco Gonzalez escribió: Hi. I'm developing an application that receives AJAX requests to perform some actions. I'm using jQuery to send the requests from the client. One of those requests is of type HTTP DELETE. The

Re: [appengine-java] Re: Persistence with JPA + GAE

2010-02-08 Thread Johan Vallejo
distritos implements Serializable { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) Long id; private String distrito; --getter and setter-- i hope anyone help me, Thank! Johan -- You received this message because you are subscribed to the Google Groups