[appengine-java] Re: need comment on using @transactional on service layer

2009-11-29 Thread asianCoolz
may i know are you generating the domain jdo pojo or handwritten? -- 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

[appengine-java] Re: Why is it called Google App Engine for Java ?

2009-11-29 Thread Bourke Floyd IV
I'd say look before your leap. http://groups.google.com/group/google-appengine-java/web/will-it-play-in-app-engine?hl=en Your asking one company to change a product name due finding yourself mislead. Even if I agreed with your perspective I'd welcome you to Capitalism. On Nov 28, 10:53 am, Ravi

[appengine-java] Re: Spring MVC with annotations

2009-11-29 Thread Toby
Hi Rafael, What kind of error do you get, what annotations do you use? I used @Autowired and @Ressource and it worked fined. My main problem is that appengine unloads the webapp after short idle time. Whenever it is needed again it is reloaded which takes long and costs a lot of cpu time. I

[appengine-java]CPU quota problem

2009-11-29 Thread Calvin
Hi, everyone I just wrote simple app using java. As the guide said to instance a PersistenceManagerFactory takes times, I use a very single instance in my app. But it seems the app will stop if no requests in few minutes. When another request comes the app will restart again and re-instance

[appengine-java] simultaneous active request limit error

2009-11-29 Thread Rock
Hi, I just uploaded my app and I have not enabled billing for this. No traffic is running on my applicaition but when I open the application the servlet throws error. I am constantly getting this error in the logs for my application hosted on GAE: Request was aborted after waiting too long to

[appengine-java] google app engine exception affected app's performance

2009-11-29 Thread Donny
I use JPA in my servlet in my app, but some times when I query data google app engine will report some exception(following is my log from app engine's admin log. ResultServlet is my servlet), the exception is about: com.google.appengine.repackaged.com.google.common.base.FinalizableReferenceQueue

[appengine-java] Re: Why is it called Google App Engine for Java ?

2009-11-29 Thread Bobby
If you were able to go 2 months without noticing that there was a whitelist then it must be more extensive than you make it seem. If you made a decision without the knowledge that GAE exposes only a subset of Java then i understand your frustration but it's really all your fault because it's

[appengine-java] summary of using JPA with GAE

2009-11-29 Thread asianCoolz
I looking for feedback from anyone that already tried using JPA+spring @trans on GAE on any limitation when using the api? can share your experiences? -- 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] Unexpected exit when debugging

2009-11-29 Thread marksea
I'm working through the GWT/GAE tutorial with Eclipse and OS X. Everything works great until I try to set some breakpoints to debug (part of the tutorial). If I do that I get The application GWT quit unexpectedly. The problem may have been caused by the libgwt-ll- jnilib plug-in. Has anyone

Re: [appengine-java] Re: need comment on using @transactional on service layer

2009-11-29 Thread Rusty Wright
Mine are hand written. asianCoolz wrote: may i know are you generating the domain jdo pojo or handwritten? -- 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] First Request High CPU

2009-11-29 Thread Jeffrey Goetsch
I have noticed that the first request to a server instance has really high CPU usage (7000+ milliseconds). After the server is up, the same request takes only 20 milliseconds. I am not using Spring or any other framework. It appears that the time is used during the first execute call on a

[appengine-java] Re: problem in XMPP sendMessage()

2009-11-29 Thread Sahil Mahajan
Hello Thanks for your help Problem was in .withRecipientJids(receiverJid). When I simplified receiverjid, it works correctly Regards Sahil Mahajan On Nov 29, 12:47 pm, m seleron seler...@gmail.com wrote: Hi. I tested execution by the following source. JID jid = new JID(x...@gmail.com); //