[appengine-java] Re: Logging in JUnit tests

2009-12-13 Thread a.maza
thanks for your help. using logback for everything through the slf4j bridges is really an improvement. I just a slight problem remaining: now datanucleus logs everything through org.datanucleus.util.Log4JLogger.debug.58: ... which does not allow for a fine-grained configuration. has anybody

[appengine-java] Re: Why not use integer primary keys?

2009-12-13 Thread Hershiv Haria
Thanks for the feedback guys. I'll try with a long and assign it using integers, hopefully this should work. Hershiv -- 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] Re: Logging in JUnit tests

2009-12-13 Thread a.maza
I just checked the DN docs and was able to answer this (dumb) question myself. DN's logging can be configured using its logging categories. On 13 Dez., 11:34, a.maza andr.m...@gmail.com wrote: thanks for your help. using logback for everything through the slf4j bridges is really an

[appengine-java] Re: where I should put the Task Queue code?

2009-12-13 Thread John V Denley
Thanks for this Rusty, Im not sure I understand all of it right away (perhaps with more investigation I will work it out) However Its worth mentioning that as far as I know Im not using Spring or Stripes or Struts (not even sure what any of these are!) I am using native GWT (v2.0)/GAE (v1.2.8) and

[appengine-java] How to query user in the datastore

2009-12-13 Thread Leon
Hi All, I stored an entity in the datastore and it has a property whose type is User. I am trying to query all the records belongs to a specific user. However, I cannot get it done. In the data viewer, the User property seems have string content but it is not! In data viewer, I can use the

Re: [appengine-java] JSF 2.0.1 on GAE | java.lang.RuntimeException: java.io.NotSerializableException: com.sun.faces.context.flash.ELFlash

2009-12-13 Thread Derek Berube
Joe, Your web.xml looks good and a quick look at the JSF RI source code shows that it is not Serializable (I just peeked at the JSF 2.0.2 code which was released on the 10th and the class isn't Serializable there). As described in the source code for the javax.faces.context.Flash

[appengine-java] Cloud2db (Universal database for cloud computing)

2009-12-13 Thread Sandeep
Dear member, My name is Sandeep Sathaye. I am a founder of a company called Cloud2db. We have developed a product, which allows for an immediate adaption of cloud database technologies into your enterprise technology stack. This is truly a plug-and-play into the cloud database technologies. What

[appengine-java] Problem uploading App: 403 Forbidden You do not have permission to modify

2009-12-13 Thread Tej
I am new to App Engine I am trying to upload my application to App Engine Using Eclipse. I getr this error :) I read all the document I have made necessary changes to appengine- web.xml. But I get this error :( I am administrator, I am entering my password is correct, in the site it list me as an

[appengine-java] GAE for few requests high processing

2009-12-13 Thread Ronin
hi, My Java App anticipates few requests, but a lot of processing. Hence it was designed to be multi-threaded. Since the multiple threads are not allowed in GAE max request processing time is only 30 secs with Task Queues, I'm looking at my options: 1. How do you develop high background

Re: [appengine-java] Re: eclipse plugin and maven?

2009-12-13 Thread Rusty Wright
Thanks; I looked at that as well. If I remember correctly it hasn't been updated since May of this year. Yoichi wrote: Google App Engine has a Maven Plugin project. http://code.google.com/p/maven-gae-plugin/ Unfortunately there is no manual and I can't figure out how to use it, what

[appengine-java] Re: How to define parent persistent class without identity field

2009-12-13 Thread Yegor
Thanks for your reply. I guess that's what I will do in my next app. However, in the existing app the identity fields are already defined in the subclasses, and they have different names too, e.g. Account would have accountId, Customer would have customerId, so I cannot move the ID field to the

[appengine-java] Re: where I should put the Task Queue code?

2009-12-13 Thread John V Denley
Well put Rusty, thats exactly the frustration im having!!! LOL On Dec 13, 9:42 pm, Rusty Wright rwright.li...@gmail.com wrote: What method gets called in your code when your app receives a GET request?   Or a POST request?  I think that's what you're looking for.  Unfortunately the

[appengine-java] Log time offset configuration?

2009-12-13 Thread Jorge
My GAE logs are timestamped with a -0800 offset. Is there a way to control the offset? For instance, I'd prefer my logs -0600 (my local time) or - (UTC). How/Where would I configure that? Thanks, Jorge Gonzalez -- You received this message because you are subscribed to the Google Groups

Re: [appengine-java] GAE for few requests high processing

2009-12-13 Thread Shawn Brown
My Java App anticipates few requests, but a lot of processing. Hence it was designed to be multi-threaded. Since the multiple threads are not allowed in GAE max request processing time is only 30 secs with Task Queues, I'm looking at my options: 1. How do you develop high background

[appengine-java] Re: where I should put the Task Queue code?

2009-12-13 Thread jd
Hi, task queues are just a way to call a url some time in the future. As Jason mentioned above, for a tasks handler you should probably just create a servlet (extend HttpServlet) because you do not need to generate a nice webpage as the result of the call - no one will see it. In the

Re: [appengine-java] JSF 2.0.1 on GAE | java.lang.RuntimeException: java.io.NotSerializableException: com.sun.faces.context.flash.ELFlash

2009-12-13 Thread Derek Berube
What does the web page where you get the java.io.NotSerializableException look like? I tried playing around with the javax.faces.context.Flash features on the http://jsf2gae.appspot.com/ site. The first page, flash.xhtml, has the following source: !DOCTYPE html PUBLIC -//W3C//DTD XHTML

[appengine-java] com.google.appengine.api.datastore.DatastoreNeedIndexException

2009-12-13 Thread Dmitry Anipko
Hello, our application recently started producing exceptions like: com.google.appengine.api.datastore.DatastoreNeedIndexException: no matching index found.. datastore-index kind=SketchCommandStore ancestor=false source=manual property name=sketchId direction=asc/ property