[appengine-java] java.lang.NoClassDefFoundError: org.apache.xerces.jaxp.SAXParserFactoryImpl is a restricted class

2011-10-12 Thread Köll S . Cherizard
Hey Gang! I am stumped on this one... any idea on how to fix below error. *java.lang.NoClassDefFoundError: org.apache.xerces.jaxp.SAXParserFactoryImpl is a restricted class. Please see the Google App Engine developer's guide for more details.* ** It looks like a CLASSPATH based on a

Re: [appengine-java] Mails got lost between appstore and gmail

2011-10-12 Thread Raphael André Bauer
On Tue, Oct 11, 2011 at 6:52 AM, Jan Schweizer schweizer@googlemail.com wrote: Hi, as I tryout I did a small application for my sons school which ultimately resulted in some 25 mails being sent out to each a list of 4 recipients (to) and 20 recipients BCC. One of the TO addresses has been

[appengine-java] Datastore Admin

2011-10-12 Thread Shash Joshi
I cannot get the data store admin to work for last 48 hrs, does anyone knows of any issues? -- 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

[appengine-java] Re: Datastore Admin

2011-10-12 Thread Shash Joshi
Never mind I figured it out, if you have multiple GoogleApps or Google accounts then you need to go to the iframe URL directly and select the correct account and the data-store admin shows up. On Wed, Oct 12, 2011 at 11:02 AM, Shash Joshi sh...@perfode.com wrote: I cannot get the data store

[appengine-java] XG Transactions with JDO/JPA

2011-10-12 Thread Max Ross (Google)
Hi everyone, Due to a mix-up, the JDO/JPA jars that are included in the 1.5.5 SDK do *not *support XG Transactions. If you want to use XG Transactions with JDO or JPA in 1.5.5 you can download an updated jar from

[appengine-java] Crons Optimization

2011-10-12 Thread Hakim
Hi everybody, I've an application that runs 14 crons that have the same schedule configuration: every 30 mins synchronized I'm looking for a technique to desynchronise the execution of these crons, I don't want them to execute at the same time in order to reduce the number of instances used

[appengine-java] Re: JDO/JPA Snippets That Work - Executing Batch Gets

2011-10-12 Thread Hakim
Hi guys I'm trying to execute a JDO batch Get using the code presented by Max, but I still seeing several datastore_v3.Get on the appstats of my application. Is this normal? -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view

[appengine-java] JAX-WS logging

2011-10-12 Thread alexh
Hi, I am writing an application that makes use of GAE's builtin JAS-WS classes as a SOAP client. I'd like to enable logging. I've read that this cannot be enabled via log4j but instead by adding a system property. Can anyone verify? I've attempted adding the following to my appengine-web.xml but

Re: [appengine-java] Re: Datastore Admin

2011-10-12 Thread Arun Ramanujapuram
Even I see this problem occurring - when you click on the Datastore Admin link, nothing shows up. I wonder if it is a bug with the URL (I can see an immediately after the ?): https://appengine.google.com/datastore/admin?app_id=XXXversion_id=XXX. Thanks, Arun

[appengine-java] Spring or Struts with Google app engine.Is it feasible to use any of these?

2011-10-12 Thread sagar misal
Hello everyone, I have developed and deployed an application using GAE java and now looking forward to develop another one using the same but with Struts or Spring framework,can anyone suggest me where to start and whether it is feasible to do this?Or should i follow general way of developing