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
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
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
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
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
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
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
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
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
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
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
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
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
13 matches
Mail list logo