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

2010-03-22 Thread datanucleus
> The objects have been detached. Ok. So the objects *have* been read from the datastore, since to detach them you obviously have to retrieve them first ... then detach them. And the exception is presumably coming from GWT, but then I don't see your stack trace so have no way more than guessing.

[appengine-java] equivalent python model definition of one to many jdo

2010-03-22 Thread mar_novice
Does anyone have tried to implement an app in GAE having both java and python? I have an existing app and my front end is in java. Now I want to use the existing datastore to be interfaced by python. My problem is i don't know how to define the relationships and model that would be equivalent to

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

2010-03-22 Thread alosii
I've looked at some examples and see nothing wrong. A little help from the community would be appreciated. =) -- 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.

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

Re: [appengine-java] Re: Pls Help: want to send 2000+ emails in one go

2010-03-22 Thread Ikai L (Google)
Peter, I checked with our Apps team and the limits shouldn't apply to emails sent from App Engine. Harshal, do you have any message IDs from bounced emails? We can investigate further to see if these are being subject to the spam check. On Mon, Mar 15, 2010 at 11:45 PM, Peter Ondruska wrote: > T

Re: [appengine-java] Tweak static file without re-deploying

2010-03-22 Thread Ikai L (Google)
Poorly worded first sentence should read: "Unless I am mistaken, there's no way to only push static assets without pushing the rest of the application." On Mon, Mar 22, 2010 at 1:45 PM, Ikai L (Google) wrote: > There's no way to just update static assets. I find that I always have > to update my

Re: [appengine-java] Tweak static file without re-deploying

2010-03-22 Thread Ikai L (Google)
There's no way to just update static assets. I find that I always have to update my HTML files whenever I update my static assets anyway. As a safeguard against caches, it's a common practice to reference your CSS and JavaScript files like this Most browsers and proxies should respect cache poli

[appengine-java] Tweak static file without re-deploying

2010-03-22 Thread Steve Pritchard
Hi all, Is there any way to tweak or add a static file (such as a .css file) using without redeploying the whole application. I do not mean from inside the servlet engine - I understand why this is not allowed. I mean, does the deployer have a 'light-weight' mode that will allow it to 'zap' the

Re: [appengine-java] Re: Google Plugin for Eclipse 1.3 is now available

2010-03-22 Thread Keith Platfoot
Hi Vlad, You should be able to develop and debug App Engine applications in Eclipse for Java EE in much the same way you would a GWT application, although there are a few key differences. I believe the main difference is that with App Engine, you will need to use its included Development Server (

Re: [appengine-java] Google Blocking URLFetches to Yahoo?

2010-03-22 Thread Ikai L (Google)
We shouldn't be blocking URLFetch calls on our end, though I couldn't say with any certainty whether Yahoo is blocking us. Do you have an example URL I can try? I don't have a Yahoo developer account. On Thu, Mar 18, 2010 at 6:57 PM, A1programmer wrote: > Is Google blocking URL Fetch calls to Yah

Re: [appengine-java] Can i upload a typical WAR file

2010-03-22 Thread Ikai L (Google)
Probably, but you have to be aware of the following: - Sessions work differently - Datastore access uses a distributed datastore, not an relational database - You can't use threads - You can only use whitelisted classes It's much easier to simply try and see if it'll work. If you have a non-trivi

[appengine-java] ant Build of hello world failing for me

2010-03-22 Thread Venkatesh Babu
Hi All, I started using google app engine for java couple of days back. Am trying the hello world app as documented in page - http://code.google.com/appengine/docs/java/gettingstarted/creating.html, but running into issues. I'm trying the ant build of the application, so created the build.xml fil

[appengine-java] com.google.gwt.eclipse.core.gwtNature

2010-03-22 Thread Jim
I want to create a Google web application project from ground up through runtime instead of Eclipse IDE. I can create a Java project from code like the following: final IProjectDescription description = project.getDescription(); descr

Re: [appengine-java] GPE 1.3 Tutorial?

2010-03-22 Thread Jason Parekh
Hey Jake, GPE 1.3 introduces support for Maven when working with GWT projects, but it doesn't look like you're using GWT (only App Engine, correct?). If this is true, then those FAQ entries aren't relevant as they're only for GWT or GWT + App Engine projects. Unfortunately, we don't have any ins

[appengine-java] Re: a question about transactional tasks

2010-03-22 Thread AJ
On Mar 21, 6:45 pm, "Max Ross (Google)" wrote: > Hi AJ, > > Your understanding is correct and I don't quite know what we meant when we > said "same level of isolation and consistency."  I'll get this sorted out. thanks, I appreciate the reply! -- You received this message because you are subs

Re: [appengine-java] Re: Error During Eclipse Install

2010-03-22 Thread Jason Parekh
Hi Talmage, Could you try a different network, if this is a laptop? Does your C:\ have sufficient space (I would imagine so given you tried Eclipse 3.4 and a different JDK, but just making sure.) As a last resort, you can download the Java App Engine SDK manually from http://code.google.com/appe

[appengine-java] Re: App instance recycling and response times - is there solution?

2010-03-22 Thread Guillermo Schwarz
> My wild guess is that Google still has some work to do in terms of balancing > the load and preventing poorly written code in one app from causing pain for > other apps. Not really. The load balacer is working fine. When the application is loaded it is incredibly fast, so the load balancer must

[appengine-java] how to build same entity group

2010-03-22 Thread dreamy
I have two entity. @PersistenceCapable(identityType = IdentityType.APPLICATION) public class Person{ @PrimaryKey @Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY) @Extension(vendorName="datanucleus", key="gae.encoded-pk", value="true") private String person_id; } public cla

RE: [appengine-java] Re: App instance recycling and response times - is there solution?

2010-03-22 Thread James Koch
Jake, I don't know enough about the GAE internals to do anything more than speculate on root causes and interactions between the symptoms I've seen. Unfortunately Google staff have their lips sealed. Don Schwartz engaged with me for a few hours, asked me some questions, then went silent for two w

[appengine-java] Re: GAE 1.3.1 java.io.IOException: Truncated quoted printable data when processing a Hotmail email

2010-03-22 Thread Peter Ondruska
Something has gotten broken with recent release because my code used to work fine with Hotmail/Yahoo sent messages. Looks like I have to go through release notes for 1.3.1 and fix processing incoming emails.. :- ( On Mar 21, 11:48 pm, Lucian Baciu wrote: > The mail processing API doesn't seem to

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

2010-03-22 Thread datanucleus
"List" is not enhanced. ever. Neither is String or any other type. "Enhancement" simply adds on new methods to manage detection of changes to fields. That's all. Any persistence mechanism that wants efficient management of updates needs enhancement. Why not determine where the problem is with your

[appengine-java] Re: how to share local_db.bin to others

2010-03-22 Thread dreamy
If local_db.bin is not large, you can open it ultraEdit or notepad and find by id or a specal key On Feb 8, 4:56 pm, Andrés Cerezo wrote: > Hello, Is there a way to see the data of the > WEB-INf/appengine-generated/local_db.bin from Eclipse? > > Thanks. -- You received this message because you