[appengine-java] Re: Eclipse Helios 3.6 - plugin appenginge

2010-07-02 Thread Daniela
Thank you On Jul 2, 3:28 am, Wilson MacGyver wrote: > it's available now > > http://code.google.com/eclipse/docs/getting_started.html > > > > On Wed, Jun 30, 2010 at 8:21 PM, Daniela wrote: > > Hi, > > > just wondering if there's going to be an upgrade to the plugin for > > Eclipse soon, since t

[appengine-java] Re: Jetty reload and scanIntervalSeconds?

2010-07-02 Thread Rob Roland
Oh, great idea. I'll give that shot. Thanks much, Rob On Jun 29, 8:34 am, Nacho Coloma wrote: > You can use Jrebel with GAE:http://www.zeroturnaround.com/jrebel/ > > You will have to combine both instrumentation agents in the launcher, > but it works fine. > > On Jun 27, 6:22 pm, Rob Roland w

[appengine-java] @Valid annotation In Spring 3.x

2010-07-02 Thread klonq
I am on my second App Engine App but am using Spring 3.0.3 this time and it is uncharted water for me. So I am just trying to narrow down the error and whether it is GAE, Spring or maybe I am missing a jar. Has anybody successfully got annotated form validation working on GAE in Spring 3.x? Every

[appengine-java] com.google.apphosting.utils.config.AppEngineConfigException

2010-07-02 Thread Nick
Hi, Plz help on the the error "com.google.apphosting.utils.config.AppEngineConfigException" Plz note following a) Error log B) XML files "web.xml", ""appengine-web.xml" pasted here for your reference. What steps will reproduce the problem? 1. On my local machine, I have a text "s

[appengine-java] Google Plugin for Eclipse 1.4 M2

2010-07-02 Thread Jason Parekh
Excited about Google Web Toolkit 2.1 M2? There's also a new Google Plugin for Eclipse 1.4 M2 to go along with it. Check out the new Speed Tracerintegration -- a s

Re: [appengine-java] Question about Blobstore billing

2010-07-02 Thread Ikai L (Google)
If you disable billing, we do not delete your blobs, however, users will be shown the same error messages they see if Blobstore is not enabled when billing is off. On Fri, Jul 2, 2010 at 5:48 AM, Thomas wrote: > Hi all: > >I have enabled billing for one of my sites. My question is that if >

Re: [appengine-java] Not able to upload app to GAE

2010-07-02 Thread Ikai L (Google)
Do you have a diff between this XML file and the last XML file that worked for you? That could help you narrow it down faster. On Thu, Jul 1, 2010 at 8:41 PM, Vik wrote: > Hie > > While trying to do that I am getting: > An internal error occurred during: "Deploying SakshumWebGAE to Google". > Re

[appengine-java] @Embedded property not persisted

2010-07-02 Thread Hoang Le
Hi all, I'm using GAE v1.3.4 with DataNucleus v1.1.5. I am trying to persist a simple entity with embedded property. My test ran without any thrown exception and the entity was persisted, but the embedded property didn't seem to be persisted together with the entity. Below is an excerpt of the cod

Re: [appengine-java] Re: Entity class is not enhanced!!

2010-07-02 Thread Jonathan He
you can see the enhancer log which will be generated when you compile your code. 2010/7/2 Didier Durand > Hello, > > The enhancer sometimes doesn't start on classes. > > The best way I have found to make it run each time is to name > explicitly all my jdo-annotated classes in Project Settings -

[appengine-java] Application not running in latest sdk

2010-07-02 Thread Vik
Hie When i try to run my app i see following error in the stack trace. I have no clue what should I fix to get it working. Please advise: Initializing AppEngine server Jul 2, 2010 4:49:29 PM com.google.apphosting.utils.jetty.JettyLogger info INFO: Logging to JettyLogger(null) via com.google.appho

[appengine-java] Re: Request was aborted after waiting too long to attempt to service your request.

2010-07-02 Thread Simon
It's a loading request - please read the FAQ on what causes it and how to minimise their occurrence at http://code.google.com/appengine/kb/java.html#What_Is_A_Loading_Request On Jul 2, 11:00 am, sree wrote: > application id: su-raksha > version: appengine-java-sdk-1.3.5 > > precompilation enable

[appengine-java] Re: Volunteers needed for magazine project

2010-07-02 Thread nosarious
Java is not a problem. I received four responses from java users in 24 hours, and none from python in 72, so it kind of means there are more curious people on the java side. I shall begin a code base for the project, and a separate google group to get the main ideas across. You will be invited to

[appengine-java] Question about Blobstore billing

2010-07-02 Thread Thomas
Hi all: I have enabled billing for one of my sites. My question is that if I disable billing, will the already uploaded blobs still be served (by calling blobstoreServcie.serve(.) ) normally or there will be an exception? -- PS: Welcome to visit my above mentioned site ( which I build for my

[appengine-java] Re: Type 'java.lang.Long' was not included in the set of types which can be serialized by this SerializationPolicy

2010-07-02 Thread David Chandler
See http://turbomanage.wordpress.com/2009/11/23/gwt-rpc-serialization-gotchas/ HTH, /dmc On Jul 1, 10:40 am, Vik wrote: > Hie > > Any idea why i m getting this exception after including Long type in my > class? > > Vik > > SEVERE: [1277994943477000] javax.servlet.ServletContext log: Exception wh

[appengine-java] Re: String limit in JDO

2010-07-02 Thread David Chandler
If you're open to alternatives besides JDO, note that Objectify will auto-convert from String to Text as needed: http://groups.google.com/group/objectify-appengine/browse_thread/thread/48242872863621ff /dmc On Jul 1, 2:21 am, Ian Marshall wrote: > You might want to try the persistent class > >

Re: [appengine-java] Re: SQL Like operator with %

2010-07-02 Thread RAVINDER MAAN
we can set it in following way public class User { @Persistent(defaultFetchGroup="true") private Set searchWords; public static void getCombination(String word,Set searchWords){ word = word.trim().toUpperCase(); if(word == null || "".equals(word)) return ; int wordLength = word.length(); while

[appengine-java] Re: AppEngine SDK 1.3.5 ECLIPSE UPGRADE PROBLEM

2010-07-02 Thread Andreas
thanks, i cleared the dependencies nad worked. thnx for all -- 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: SQL Like operator with %

2010-07-02 Thread Steve Osborne
Could you give an example of tokenized string with the List property? On Jun 15, 8:03 pm, "Ikai L (Google)" wrote: > The datastore doesn't provide LIKE queries. One thing you can do is tokenize > the String, store each token as part of a List property, then check against > the List property - but

[appengine-java] Request was aborted after waiting too long to attempt to service your request.

2010-07-02 Thread sree
application id: su-raksha version: appengine-java-sdk-1.3.5 precompilation enabled what is the reason for the below message in the log ? Request was aborted after waiting too long to attempt to service your request. This may happen sporadically when the App Engine serving cluster is under unexpe

Re: [appengine-java] AppEngine SDK 1.3.5 ECLIPSE UPGRADE PROBLEM

2010-07-02 Thread Qian Qiao
On Thu, Jul 1, 2010 at 21:45, Andreas wrote: > hi, i have just upgraded in eclipse the appengine sdk 1.3.4->1.3.5 . > however there are some problems that occured, although my application > was functioning good before the update. The web server returns a HTTP > Error 500 internal server error.the

[appengine-java] Re: AppEngine SDK 1.3.5 ECLIPSE UPGRADE PROBLEM

2010-07-02 Thread Simon
Reading the stacktrace, you appear to be deploying two versions of DataNucleus into the same web application. I'd try clearing up your dependencies and redeploying. On Jul 1, 2:45 pm, Andreas wrote: > hi, i have just upgraded in eclipse the appengine sdk 1.3.4->1.3.5 . > however there are some p

[appengine-java] Re: New Content-Length must be specified error

2010-07-02 Thread dflorey
Yes, I experience the same problem without warning on Safari on Mac. Works fine on Windows. On 2 Jul., 09:38, steveb wrote: > I've got an application that just started producing the following > error from servlets. > > javax.servlet.ServletException: Content-Length must be specified >         at

[appengine-java] Re: Regarding GQL

2010-07-02 Thread Vaclav Bartacek
Hello, you can find free Java GQL library at http://audao.spoledge.com/doc-gae-features.html#gqlparser or you can even use "extended" GQL syntax (allowing INSERT, UPDATE, DELETE, nested queries, many additional functions etc): http://audao.spoledge.com/doc-gae-features.html#gqlext The libs are p

[appengine-java] New Content-Length must be specified error

2010-07-02 Thread steveb
I've got an application that just started producing the following error from servlets. javax.servlet.ServletException: Content-Length must be specified at com.google.gwt.user.server.rpc.RPCServletUtils.readContentAsUtf8(RPCServletUtils.java: 168) at com.google.gwt.user.server.rpc.A