[appengine-java] Re: datanucleus-appengine

2010-12-05 Thread George Moschovitis
On Dec 4, 6:56 am, John Howe jhowe...@gmail.com wrote: Is that another wave I see on the horizon ... the news on the cloud-portability front are disappointing too: https://jira.springsource.org/browse/ROO-1797 Remove support for DataNucleus 1.x and Google App Engine Since none of Roo's

[appengine-java] Re: datanucleus-appengine

2010-12-05 Thread Ian Marshall
I am encouraged by the contributions from Ikai and Max. I forgot to mention in my earlier post one reason I elected to use JDO as my interface to the datastore: to maintain the capability to port my application to another hosting service without too much work. That being said, I have no

Re: [appengine-java] Re: Local datastore empty after updating to SDK 1.4.0

2010-12-05 Thread Fabrizio Accatino
Ian, I had read your previous post (2010-04-15). As you wrote, I'd also like to find a more authoritatively response. But I haven't found it. :( fabrizio On Sun, Dec 5, 2010 at 11:47 AM, Ian Marshall ianmarshall...@gmail.comwrote: Does this post help?

[appengine-java] Re: Checking admin priviledges using UserService in a cron/task-queue task execution

2010-12-05 Thread andrew
Thanks Didier. I will look into it while waiting to see if Google can respond on what the UserService returns in this case and if it can be used. My first thought was that it would be pretty easy for someone to construct a request with those headers present and valid values (especially for the

Re: [appengine-java] Re: 1.4 eclipse plugin

2010-12-05 Thread Rajeev Dayal
Hi, If you navigate to Project Properties - Google - Web Application, do you have the option Launch and deploy from this directory checked? If so, when you switched SDKs on your project, the Google Plugin for Eclipse should have copied over the new libraries from the SDK over to your

[appengine-java] Is warm up requests enabled or disabled by default? (Documentation disagrees)

2010-12-05 Thread Maxim Veksler
Hello Guys, This page http://code.google.com/appengine/docs/java/config/appconfig.html#Warming_Requests says *Warming requests are also enabled by default if you configured your Java application with app.yaml. For details, please refer to Java Application Configuration Using

[appengine-java] Re: 1.4 eclipse plugin

2010-12-05 Thread Jaroslav Záruba
Same error, syncing the JARs has not helped. :( It appears to me there's still hiding one incompatible (Jasper?) library somewhere. I guess I just have bad luck. Every time I upgrade GAE/GWT Eclipse plugin or SDK I end up doing clean install of Eclipse. :( On Dec 5, 7:36 pm, Rajeev Dayal

[appengine-java] Re: 1.4 eclipse plugin

2010-12-05 Thread Nick
Same error...JSPs are not working with 1.4.0 On Dec 5, 6:58 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote: Same error, syncing the JARs has not helped. :( It appears to me there's still hiding one incompatible (Jasper?) library somewhere. I guess I just have bad luck. Every time I

[appengine-java] big table parent-child

2010-12-05 Thread asianCoolz
if have i have pojo like categoryA - subcategoryA-- book relationship. subcategoryA is child of parent categoryA. book is child of subcategoryA in this case, everything is inside same entitygroup if i need to move 'book' to another subcategory-B. i need to delete subcategoryA and categoryA, and

Re: [appengine-java] Re: Local datastore empty after updating to SDK 1.4.0

2010-12-05 Thread Fabrizio Accatino
Sorry Ian, I don't understand. Do you delete the local datastore and create it again? If yes, how? Fabrizio On Sun, Dec 5, 2010 at 5:16 PM, Ian Marshall ianmarshall...@gmail.comwrote: I have a test local datastore. I also have a procedure now to delete this whenever I install a new GAE/J

[appengine-java] InvalidValueException: Non-incrementable value for key ...

2010-12-05 Thread Lior Harsat
Hi, I've been getting an InvalidValueException: Non-incrementable value for key... In my logs from time to time. This exception is thrown by a call to MemcacheService.increment(Object key, long delta, Long initialValue). The value I am incrementing is an integer. The documentation states that

[appengine-java] War fails to deploy locally due to FactoryConfigurationError

2010-12-05 Thread ankur
Hello, I am trying to deploy the sample app on local machine but getting the error below. The server starts but the application fails to deploy . This is confusing to me as only the appengine and standard java libraries are on the build path. Environment: Google App Engine Java SDK 1.4.0

[appengine-java] Re: 1.4 eclipse plugin

2010-12-05 Thread Mike
I fixed this problem by making sure that App Engine SDK 1.4.0 is first in my Java Build Path in the Order and Export and changing my GWT SDK to 2.1.0 -- 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

[appengine-java] Re: Tic Tac Toe not there

2010-12-05 Thread abcdroid
Thanks. live demo here: http://goo.gl/Y1mbz -- 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

[appengine-java] Re: Local datastore empty after updating to SDK 1.4.0

2010-12-05 Thread Nello
I've seen this in the past. As far as I can see it's par for the course. The GAE developers have very little respect for our test data. I'm still worried about taking any of this to production because it is so obviously in permanent beta. On Dec 5, 1:40 am, Fabrizio fht...@gmail.com wrote: I

[appengine-java] Spring Security login problem with IE8 for app within frame (on GAE)

2010-12-05 Thread Nello
Hi, I've built a Spring 3.0.2 app on GAE using Spring Security for authentication that works just fine for all browsers tested, EXCEPT... I'm using Google App Engine and so ended up with one of those horrible xxx.appspot.com addresses for the project. So, I'm using domain forwarding from GoDaddy,

[appengine-java] Tic Tac Toe live demo

2010-12-05 Thread abcdroid
http://channel-remote.appspot.com/ -- 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

[appengine-java] Re: 1.3.8 Console Logging Issue

2010-12-05 Thread MarkH
I'm still having Eclipse console logging issues with 1.4.0. (OSX10.6.5/ Helios). I tried the following: 1. Used the Eclipse plugin to generate a new GWT/AppEngine app. 2. Added a java.util.logging.Logger to the GreetingServiceImpl 3. Added logger.fine(test); to the greetServer call 4. set