[appengine-java] JDO preview release : child object is still null !

2009-10-26 Thread Prashant
Hi, I have following object child relationship. All the objects are getting saved properly but when I try to fetch child object I am getting *null*. This error is not because of lazy loading as I am accessing the child before closing the PersistentManager. Parent Object Class

[appengine-java] Re: JDO preview release : child object is still null !

2009-10-26 Thread Prashant
Update: i test it on production server, child objects are not even getting saved ! --~--~-~--~~~---~--~~ 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

[appengine-java] Re: Access to Show All Applications from the App Engine Administration Console

2009-10-26 Thread Prashant
http://groups.google.com/group/google-appengine-java/subscribe --~--~-~--~~~---~--~~ 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

[appengine-java] Re: Access to Show All Applications from the App Engine Administration Console

2009-10-26 Thread 杨磊
you are right, thanks. 在2009-10-26,Prashant antsh...@gmail.com 写道: http://groups.google.com/group/google-appengine-java/subscribe --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine for Java group.

[appengine-java] Re: Storing and managing a collection of objects in a HttpSession.

2009-10-26 Thread leszek
http://code.google.com/intl/pl/appengine/docs/java/config/appconfig.html === App Engine includes an implementation of sessions, using the servlet session interface. The implementation uses the App Engine datastore and memcache to store session data. This feature is off by

[appengine-java] I have deleted all indexes but can not add any new ones?

2009-10-26 Thread Chris
Hi, I have removed all indexes for an app but now when I come to add a new one it says I am over ym quota. What can I do to resolve this? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine

[appengine-java] Re: Performance difference between local dev server and App Engine

2009-10-26 Thread Dominik Steiner
Hi leszek, when you say that first the data is kept in memory and from time to time persisted to disk, is there a way to trigger that the local development server should save it to disk immediately? The problem is that we are using a GAE app only locally (no internet access) and have sometimes

[appengine-java] Re: JDO/JPA Snippets That Work - Optimistic Locking With @Version

2009-10-26 Thread Patrizio Munzi
Max, no feedback on this?? BR, Patrizio Patrizio Munzi wrote: Hi Max, I've just read your new post and I've got two questions. 1) should we discuss your new posts in this mailing list or in the blog? Since you haven't answer my first question yet, :-P, I'm going to ask my second

[appengine-java] Re: POLYMORPHISM: Failing to retrieve child-objects in a one-to-many JDO relationship

2009-10-26 Thread Patrizio Munzi
Hey guys, no feedback on this?? BR Patrizio Patrizio Munzi wrote: Hi Jason and Max, I was making some tests on this today and I've found out that one-to-many relationship child objects retrieving works as long as the one-to-many relationship doesn't involve polymorphisms. For

[appengine-java] Re: Spring MVC + Sitemesh problem

2009-10-26 Thread xueqiang.mi
I deploy a simple site by using Spring MVC and Sitemesh on the- focus.appspot.com it really works well now, but I spent much time to deploy and debug it before it goes well. On Oct 25, 7:03 pm, Shponter shpon...@gmail.com wrote: Works fine for me too (even with Sitemesh 3). It took some time

[appengine-java] Re: GAE Performance

2009-10-26 Thread Diana Cruise
Relating to entity groups, how can we determine what entity group each entity belongs to? Using the Data Viewer, I would think we could examine this type of setup info for each entity but I have NOT found how to do that. Thanks! On Oct 23, 1:50 pm, Jason (Google) apija...@google.com wrote: Hi

[appengine-java] pack of GAE and GWT to Ubuntu

2009-10-26 Thread Bugs_Bunny
Hello there, I would like to know if is possible some developer pack GAE SDK and GWT to eclipse as a .deb and send it to Ubuntu developers of eclipse. Maybe create a launchpad project to keep these packages update.. I know there is a repository to add in eclipse (in the option update and install

[appengine-java] 401 Unauthorized on deploy since yesterday

2009-10-26 Thread Henri
Hi, Deployment to app engine stopped working for me suddenly yesterday. I can login to my account and app engine console and have not changed any settings or passwords. It was working fine two days ago. This message: http://groups.google.com/group/google-appengine-java/msg/4312f467417f6792

[appengine-java] Discussion on will-it-play-in-app-engine

2009-10-26 Thread Pedro Matiello
VRaptor3 is also compatible if you add a few classes and a different dependency selection. A preconfigured package is available at http://code.google.com/p/vraptor3/downloads/list (vraptor-blank- project-gae). VRaptor3 website: http://vraptor.caelum.com.br/

[appengine-java] Re: Incoming Email Service

2009-10-26 Thread m seleron
Hi message can parse it by either method or both Sorry It doesn't examine it in detail. MimeMessage mimeMessage = new MimeMessage(session, req.getInputStream ()); - DataHandler dataHandler = mimeMessage.getDataHandler(); DataSource

[appengine-java] I can't see my Google App Engine application

2009-10-26 Thread a...@mangnhen.com
I add and add, and add application, if i add application now, i have Cannot create any more apps. , but i don't see any one my application on https://appengine.google.com/start; my login: a...@mangnhen.com Please help --~--~-~--~~~---~--~~ You received this

[appengine-java] Re: I can't see my Google App Engine application

2009-10-26 Thread Don Schwarz
Clear your cookies and then try logging in at: https://appengine.google.com/a/mangnhen.com On Sun, Oct 25, 2009 at 12:10 PM, a...@mangnhen.com a...@mangnhen.com wrote: I add and add, and add application, if i add application now, i have Cannot create any more apps. , but i don't see any one

[appengine-java] Re: I can't see my Google App Engine application

2009-10-26 Thread Kyle Roche
Are you using Google Apps? kyleRoche | Appirio GoogleVoice: 303/800.2959 Blog: techblog.appirio.com | Twitter: twitter.com/kylemroche On Mon, Oct 26, 2009 at 10:57 AM, Don Schwarz schwa...@google.com wrote: Clear your cookies and then try logging in at:

[appengine-java] Re: POLYMORPHISM: Failing to retrieve child-objects in a one-to-many JDO relationship

2009-10-26 Thread Max Ross (Google)
Polymorphism is broken and the issue to fix it has more stars than any other persistence issue. You can see the list here: http://code.google.com/p/datanucleus-appengine/issues/list?can=2q=sort=-starscolspec=ID%20Stars%20Type%20Status%20Priority%20FoundIn%20TargetRelease%20Owner%20Summary I'm

[appengine-java] Re: Incoming Email Service

2009-10-26 Thread Prashant
it works ! thanks !! --~--~-~--~~~---~--~~ 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 from this group, send

[appengine-java] Key and KeyFactory - privacy concern related

2009-10-26 Thread victor
I use the com.google.appengine.api.datastore.Key as primary keys to my datastore and part of the Key generation strategy is to use an e-mail: Key ret = KeyFactory.createKey(email + somethingelse) This generated key is then exposed to the browser via KeyFactory.keyToString. My concern is more on

[appengine-java] Re: Key and KeyFactory - privacy concern related

2009-10-26 Thread Don Schwarz
I would suggest that rather than using email + somethingelse as your key names, you use F(email + somethingelse) where F is either an encryption function or a one-way hash function. You can use the javax.crypt package for this purpose. Alternatively, you could implement your own Key - String

[appengine-java] Re: JDO preview release : child object is still null !

2009-10-26 Thread Max Ross (Google)
I'm expecting to have it in place by the next release, but anything related to relationships has been a beast to implement so it's possible it won't be done in time. I will say that it's unlikely I'll be able to add support for the specific example you've provided, where your parent has a

[appengine-java] Re: Custom subdomain map with app engine

2009-10-26 Thread Jason (Google)
Hi Marius. App Engine does not currently support naked domains. http://code.google.com/p/googleappengine/issues/detail?id=777 In the meantime, you can set up a script to redirect all myid.com requests to www.myid.com. - Jason On Fri, Oct 23, 2009 at 4:36 AM, marius marius.munte...@gmail.com

[appengine-java] Re: Datastore retrieve error

2009-10-26 Thread Jason (Google)
Can you post the code you're using to persist the SyncConfiguration and Account objects? - Jason On Fri, Oct 23, 2009 at 8:09 AM, Gerd Saurer gerd.sau...@gmail.com wrote: I have a object mapped to the Datastore that looks like: @PersistenceCapable(identityType = IdentityType.APPLICATION)

[appengine-java] Re: UserService.isUserAdmin() returns false for domain administrator of certain domains

2009-10-26 Thread Jason (Google)
isUserAdmin returns true only if the current signed-in user is an administrator of the application, not the domain. If you need to programmatically determine Google Apps domain administrators, see the Google Apps APIs: http://code.google.com/apis/apps/ - Jason On Fri, Oct 23, 2009 at 8:52 AM,

[appengine-java] Re: SDK does not upload files that start with .

2009-10-26 Thread Jason (Google)
Hi Vince. It may very well be intentional, but feel free to open a new bug report -- it will be closed if it's confirmed to be working as intended. http://code.google.com/p/googleappengine/issues/list - Jason On Fri, Oct 23, 2009 at 11:12 AM, Vince Bonfanti vbonfa...@gmail.comwrote: The SDK

[appengine-java] Re: creating Word and Excel docs

2009-10-26 Thread Jason (Google)
I'm not familiar with the quotas for Google's Documents List API or your planned access rate, so this is something you should confirm in the Documents List API discussion group, but generally speaking, this does seem like a reasonable strategy.

[appengine-java] Re: Error 500 - Loading data to memory during startup

2009-10-26 Thread Jason (Google)
We are working on enhancements that will hopefully reduce this initialization time for cold instances, which should be rolled out with the next couple of releases. There are several other threads on this, and we definitely recognize the importance and appreciate your patience. Regarding the first

[appengine-java] Re: primary key portability

2009-10-26 Thread Jason (Google)
For very simple models (i.e. no relationships), you can use Long- and String-based primary keys to maintain portability, but if you do want to use relationships, at least one model will have to rely on the com.google.appengine.api.datastore.Key class. - Jason On Thu, Oct 22, 2009 at 6:52 PM,

[appengine-java] I'm getting a already connected exception when I setRequestMethod(GET) on my HttpURLConnection

2009-10-26 Thread Bourke Floyd IV
URL authUrl = new URL(url); connection = (HttpURLConnection) authUrl.openConnection(); connection.setRequestMethod(GET); //- already connected exception. The documentation indicates that I supposed to use openConnection, then set my params, then use connect. Inspecting the connection object in

[appengine-java] Bug in JDO compiled/named query support

2009-10-26 Thread Larry Cable
I think I have found a bug in the datanucleus JDO named query code (which I am happy to file a jira report on if others agree)... imagine the following: @Queries { value = { @Query(name=foo value=select from FOO...) } ) public class Foo { //... } at some point later in the code is uttered:

[appengine-java] Chat Time transcript for October 21, 2009

2009-10-26 Thread Jason (Google)
This past Wednesday, the App Engine team hosted the latest session of its bimonthly IRC office hours. A transcript of the session and a summary of the topics covered is provided below. The next session will take place on Wednesday, November 4th from 7:00-8:00 p.m. PST in the #appengine channel on

[appengine-java] Re: Authentication - So close.... getCurrentUser() still null

2009-10-26 Thread Bourke Floyd IV
I figured out the a ACSID isn't being returned. However, this cookie is Set-Cookie = PREF=ID=a4afbd13fc512345:TM=1256612345:LM=1256612345:S=pcGWWyaOZHZA; expires=Thu27-Oct-2011 02:10:20 GMT; path=/; domain=.google.com So I tried using it, and still getCurrentUser() is null. I know my Auth

[appengine-java] SEVERE: Operation commit failed on resource:

2009-10-26 Thread stanlick
I am receiving this message on a seemingly random schedule. Does anyone else see this? SEVERE: Operation commit failed on resource: org.datanucleus.store.appengine.datastorexaresou...@50d55a0f, error code UNKNOWN and transaction: [DataNucleus Transaction, ID=Xid=

[appengine-java] Please correct entry for Vaadin

2009-10-26 Thread Joonas
Vaadin 6.1 currently has full Google App Engine compatibility --~--~-~--~~~---~--~~ 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

[appengine-java] Discussion on will-it-play-in-app-engine

2009-10-26 Thread Joonas
Please correct entry for Vaadin: Vaadin 6.1 currently has full App Engine support. --~--~-~--~~~---~--~~ 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