[appengine-java] Startup failed with CXF, but works on local DEV server.

2011-01-28 Thread johnny jiang
Today I uploaded my app for the first time, and it failed when the first request came in to trigger the app to initialize. I've tested everything locally on Google GAE DEV server, is there any difference between Google DEV server and the realy GAE environment? Thanks for your help. >>> Fai

Re: [appengine-java] Need to disable GAE account and reclaim my mobile number....

2010-10-19 Thread Johnny
? If yes to all thanks for your help Ikai. Johnny -- 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

Re: [appengine-java] Need to disable GAE account and reclaim my mobile number....

2010-10-19 Thread Johnny
Ikai, I was finally able to get to the Create Account page using my personal gmail and it denied me as expected due to the mobile number. I didn't see any links to submit an issue request so I just used the URL you provided and I tried to submit multiple times but it erred on submission. It gave a

Re: [appengine-java] Need to disable GAE account and reclaim my mobile number....

2010-10-19 Thread Johnny
Ikai, I understand what you are saying but as of this morning I receive the redirect errors when attempting to login or follow any links with "https://appengine.google.com";. So I cannot try my reestablished account nor can I try to create a new App Engine account using @gmail.com. But I want t

Re: [appengine-java] Need to disable GAE account and reclaim my mobile number....

2010-10-19 Thread Johnny
I _cannot_ create another App Engine account since my mobile phone is tied up with the old account. Thus I cannot follow your link nor the suggestion. However, I have contacted the former domain admin and my email has been reestablished so I am hoping to rectify the situation. If not then Google ha

[appengine-java] Need to disable GAE account and reclaim my mobile number....

2010-10-18 Thread Johnny
A former associate owns a domain and has a domain account with Google (e.g. @coolapp.com). I was given an email account with the domain and I registered for GAE with that email and tied the account to my personal mobile. I ended up parting with the associate and he has disabled the email he had giv

[appengine-java] Nested Embedded Classes do not work with GAE 1.3.4?

2010-06-02 Thread Johnny
I have a simple 3 class example: @PersistenceCapable public class MyUser { @Persistent @Embedded private ContactDetails contactInfo; ... } @PersistenceCapable @EmbeddedOnly public class ContactDetails { @Persistent @Embedded private MyPostalAddress address ... } @PersistenceCapable @