Re: [appengine-java] GAE+GWT2.4 [ERROR] java.lang.NoClassDefFoundError: javax/validation/Path

2011-09-20 Thread John Howe
under the older GWT version for many months. Thanks again On Tue, Sep 20, 2011 at 9:43 PM, John Howe wrote: > Hi David, > > The gwt-servlet-deps jar is contained in WEB-INF/lib. > Here's a complete listing > > appengine-api-1.0-sdk-1.5.3.jar > appengine-api-labs-1.5

Re: [appengine-java] GAE+GWT2.4 [ERROR] java.lang.NoClassDefFoundError: javax/validation/Path

2011-09-20 Thread John Howe
ue, Sep 20, 2011 at 11:24 AM, David Chandler wrote: > Make sure that validation-api is in your WEB-INF/lib. Add it via > gwt-servlet-deps (see lib folder in GWT SDK distro). > > /dmc > > On Tue, Sep 20, 2011 at 12:46 AM, John Howe wrote: > >> I thought this was going t

[appengine-java] GAE+GWT2.4 [ERROR] java.lang.NoClassDefFoundError: javax/validation/Path

2011-09-19 Thread John Howe
I thought this was going to be easy. I'm trying to move a working GAE java app up to GWT 2.4. But when I do, I see the following stack trace on the first RPC call. At least one other guy has seen this while doing same and posted a query at http://groups.google.com/group/google-appengine/browse_f

[appengine-java] hosted mode broken with GWT 2.1.1+GAE 1.4 using chrome dev?

2010-12-25 Thread John Howe
I upgraded to GWT 2.1.1 +GAE 1.4 and am seeing all kinds of strange startup behavior in hosted mode under chrome dev. version, even with the google's own "greetings" app. The app fails to launch. Is anybody else having success with these parameters? -- You received this message because you are su

Re: [appengine-java] Re: datanucleus-appengine

2010-12-03 Thread John Howe
Is that another "wave" I see on the horizon ... On Fri, Dec 3, 2010 at 1:01 PM, Ikai Lan (Google) > wrote: > That's a problem of your own creation. A multitude of choice is one of the > benefits of any Java platform. For instance, you mention that Objectify > seems great but may not be supported

Re: [appengine-java] Re: GWT+JDO+GAE enhancement nightmare

2010-03-22 Thread John Howe
The admin console confirms that these objects have been persisted. Yet, when I try to read them, the error message indicates that they are not persistable. It's like writing to a file system without error only to learn later, perhaps much later, that what was written is not readable. The objects h

[appengine-java] GWT+JDO+GAE enhancement nightmare

2010-03-21 Thread John Howe
Using JDO, I persist without error an object containing List of String elements. However, when I read back the object, I get this multi-part error indicating that the object just persisted without error is not persistable. If there was a problem persisting the object, it would have been nice to get

Re: [appengine-java] Removing items from a List using JDO

2010-03-21 Thread John Howe
Does the server console log say anything? On Sun, Mar 21, 2010 at 8:13 PM, alosii wrote: > So I've been struggling with a very simple thing. I have a User that > contains a list of items. I want to remove an item from this list. I > do this by doing this: > > 1.- Get the user from the db > 2.- R

[appengine-java] Text fields in dev console

2010-02-27 Thread John Howe
I don't see the Text fields of persisted objects when listing the entities from the Development Console. E.g., using JDO, I have Text field "foo", as declared below: @PersistenceCapable(identityType = IdentityType.APPLICATION, detachable = "true") public class LocationData implements Serializable

[appengine-java] Text type and the Development console viewer

2010-02-26 Thread John Howe
I don't see the Text fields of persisted objects when listing the entities from the Development Console. E.g., using JDO, I have Text field "foo", as declared below: @PersistenceCapable(identityType = IdentityType.APPLICATION, detachable = "true") public class LocationData implements Serializable

[appengine-java] dumb question: does the development console list Text?

2010-02-25 Thread John Howe
I'm probably doing something wrong, but I don't see the Text fields of persisted objects when listing the entities from the Development Console. E.g., using JDO, I have Text field "foo", as declared below: @PersistenceCapable(identityType = IdentityType.APPLICATION, detachable = "true") public cla

Re: [appengine-java] Re: any plans for deferred.defer in Java?

2009-12-31 Thread John Howe
I greatly appreciate the work that has been done here. But let me ask my question another way. Is it known that this does not work? On Thu, Dec 31, 2009 at 5:19 PM, John Howe wrote: > I can't seem to find any additional postings on this topic and I'm not > sure what the conc

[appengine-java] Re: any plans for deferred.defer in Java?

2009-12-31 Thread John Howe
I can't seem to find any additional postings on this topic and I'm not sure what the conclusion for being able to use the Deferred capability with the latest Java SDK release. I'm just wondering if Vince's solution works on both server and development environments. On Dec 16, 10:42 am, David Chand