Re: [appengine-java] Re: hijacked domain

2009-12-24 Thread Vik
how did you remove your app engine app? Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com On Thu, Dec 24, 2009 at 1:18 PM, atomi at...@verizon.net wrote: Yes, I disabled the Google Sites App and removed my App Engine App. After about an hour I added the App Engine App

[appengine-java] Re: Set the Timezone

2009-12-24 Thread George Moschovitis
Any ideas? -g. On Dec 23, 2:46 pm, George Moschovitis george.moschovi...@gmail.com wrote: Is there a way to set the timezone for my application? I tried with the following setup in appengine-web.xml:         system-properties                 property name=java.util.logging.config.file

[appengine-java] Re: hijacked domain

2009-12-24 Thread Didier Girard
I have the same problem, but I'm not able to solve it. I have open a discussion on the Apps Forum : http://www.google.com/support/forum/p/Google+Apps/thread?tid=22a420fff4ca0da0hl=en Didier On Dec 24, 8:48 am, atomi at...@verizon.net wrote: Yes, I disabled the Google Sites App and removed my

Re: [appengine-java] Re: Set the Timezone

2009-12-24 Thread Yasuo Higa
Hi George, Is there a way to set the timezone for my application? TimeZone.setDefault(TimeZone.getTimeZone(GMT-8:00)); If you use JSTL, try the following setup in web.xml: context-param param-namejavax.servlet.jsp.jstl.fmt.timeZone/param-name param-valueGMT-8:00/param-value

[appengine-java] Re: bulk download error 403

2009-12-24 Thread lembas
First of all, sorry for writing remote instead of bulkload in my last 2 posts. There is no remote version. The only version is bulkload. I created it with Python like I said in my first post in this thread. I logged out my gmail.com account and mydomain.com account in my browser. Then I visit

Re: [appengine-java] Re: Can I make GAE send an e-mail with Resent-To header ?

2009-12-24 Thread mnr ngsk
Hi Don, Thanks for your reply. and I send new Issue Issue 2559: Support other headers on outbound email BTW, could you tell me which headers of outbound email GAE support now ? Thanks, 2009/12/23 Don Schwarz schwa...@google.com Unfortunately we only support a fixed set of headers on

[appengine-java] Re: wrong redirection to google sites

2009-12-24 Thread Didier Girard
Hello Don, I have the same problem for my web site: www.onGWT.com. I hope you can find the team that can help us to solve this problem... Thanks in advance, Didier On Dec 23, 6:53 pm, Don Schwarz schwa...@google.com wrote: I've forwarded this on to another team internally. In the mean time,

Re: [appengine-java] Re: Question about request from one app to another one through ajax

2009-12-24 Thread Raphael André Bauer
On Wed, Dec 23, 2009 at 6:47 PM, Oren Hacohen oren...@gmail.com wrote: I am having the exact same problem. I am Using $.post jquery to send my POST request to the servlet residing on my app-engine application, and I get the exact same error. Is there any solution\workaround for this issue ?

[appengine-java] Interface as Serialized Field

2009-12-24 Thread dominity
Hi. Is there any possibility to mark field as serialized if it has as type certain interface? I now stuck with it. I've got @PersistentCapable class: code @PersistenceCapable(identityType = IdentityType.APPLICATION, detachable = true) public class ReportTemplate { /* Type of report

[appengine-java] Re: Interface as Serialized Field

2009-12-24 Thread datanucleus
Is there any possibility to mark field as serialized if it has as type certain interface? DataNucleus 2.x certainly allows that. No idea if the (old) version that GAE/J comes with supports that. Another question: why jdo annotation @serialized doesn't work? If I mark field as @serialized

Re: [appengine-java] problem in retrieving arraylist from database

2009-12-24 Thread Michael Chan
I have not looked into the implementation details of your code, but is there any specific reason to user arraylist? And also, the arraylist is instantiated when declared, any specific reason why? On Thu, Dec 24, 2009 at 5:12 AM, sahil mahajan sahilm2...@gmail.com wrote: I have SomeClass which

[appengine-java] Re: problem in retrieving arraylist from database

2009-12-24 Thread datanucleus
Not bothered putting the List field in the fetch group, so it isn't fetched. There are many posts on this forum on how to do that -- 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: Interface as Serialized Field

2009-12-24 Thread dominity
Hi. Thanks for your reply. I've tried switch from interface to certain implementation and it works fine. So, I guess currently GAE doesn't support this feature. But, it doesn't give me solution for my problem. Now, how should I save different types of documents, ha? Oh, by the way, marry

[appengine-java] Re: Cache stops returning results under heavy load

2009-12-24 Thread jacek.ambroziak
I believe I am experiencing a similar issue. I am using two applications with identical (search engine) code servicing searches against indexes stored in Datastore. To speed up access to index blobs I am using memcache. Experimentally, I enabled billing for one of these apps to check if I would

Re: [appengine-java] Re: hijacked domain

2009-12-24 Thread atomi
Thanks Didier that is a better place for this discussion. Vik I'll do my best to answer your question there. On Thu, Dec 24, 2009 at 12:21 AM, Didier Girard didier.gir...@gmail.comwrote: I have the same problem, but I'm not able to solve it. I have open a discussion on the Apps Forum :

[appengine-java] Re: problem in retrieving arraylist from database

2009-12-24 Thread Sahil Mahajan
@datanucleus Thanks for your reply. I am new to jdo and app engine. I had no idea about fetch. I searched for it and after adding @Persistent(defaultFetchGroup = true) for arraylist my program is working according to my requirements. Thanks for your guidance @Michael Chan Thanks for your reply.

[appengine-java] Re: GAE roadmap for 2010

2009-12-24 Thread Antoine Sabot-durand
As i s'aider in m'y post this doc is not a roadmap : it stops in december 2009. Nothing in 2010. Is Thérèse an update on thé way ? On 22 déc, 23:23, Ikai L (Google) ika...@google.com wrote: The roadmap that is up right now represents our six month

[appengine-java] Re: So I found out I can't simulate post in a cron job and pass parameters after ? in URL

2009-12-24 Thread m seleron
Hi, About [user=testrank=1] I think it is possible if '' is processed in HTMLescape. ?user=testamp;rank=1 Please Try. thanks. On 12月24日, 午後3:43, Tb tho...@bertranfamily.com wrote: I know it kinda looks ugly since I had to add a doGet method to my servlet to call doPost with the request and

[google-appengine] Re: users.is_current_user_admin() returns False incorrectly

2009-12-24 Thread Wooble
On Dec 24, 2:09 am, kksm19820117 kksm19820...@gmail.com wrote: users.is_current_user_admin() returns true when I log in as an administrator from the deployment server, but returns false when I log into the uploaded application using an administrator account of the domain which has access to

Re: [google-appengine] Re: Query the Index

2009-12-24 Thread Michael Chan
Saw someone post this earlier, hope you find this useful http://gae-java-persistence.blogspot.com/2009/10/executing-batch-gets.html On Thu, Dec 24, 2009 at 3:17 AM, Julian Namaro namarojul...@gmail.comwrote: I don't think an index can help you for that. See Robert's solution or if the list of

[google-appengine] Re: Images API questions

2009-12-24 Thread Nickolas Daskalou
Thanks Jason, I'll play with it and see how I go :) On Dec 24, 12:19 pm, Jason (Google) apija...@google.com wrote: I just threw together a small test application and it looks like the combined size of all image inputs has to be less than 1 MB. So in other words, you can composite 10 100 KB

[google-appengine] Re: Introducing App Engine SDK 1.3.0

2009-12-24 Thread Michael
As far as i can understand, that's not a consistent backup. Can we expect a service for making consistent snapshots of DB? On Dec 16, 1:51 pm, Nick Johnson (Google) nick.john...@google.com wrote: Backup and restore functionality has been present for some time,

[google-appengine] changing arguments of a POST message

2009-12-24 Thread dhruvg
hey, i was wondering if it is possible to change the arguments of a post message in python gae. let's say i have an incoming post message with arguments x, y, z and values 0, 1, 2 respectively. so the post should look something like this: x: 0 y: 1 z: 2 i want to transform this post message to:

[google-appengine] I found a way to download files over 1M through UrlFetch API Call

2009-12-24 Thread Steven Lee
UrlFetch API Call limit 1M, but we can use httpURLConnection.setRequestProperty(Range, bytes=from-to); to partially download every segments, and I have post a code on my blog, feel free to have a look

[google-appengine] gae transparent icon / gif we may use and flexible reply-to email handling

2009-12-24 Thread niklasro.appspot.com
Dear gae team and developers, looking for 1. a transparent icon / gif we may display rather exactly like http://code.google.com/appengine/docs/python/images/transform_resize_after.jpg and transparent and 2. whether it's allowed to use any origin email sender from a google apps domain ie not having

[google-appengine] Re: Live update - Comet app in GAE

2009-12-24 Thread niklasro.appspot.com
On Dec 22, 5:00 pm, Carlos Alberto Machado carlosalberto...@gmail.com wrote: The problem is with CPU quotas. On Dec 22, 12:10 am, Jake j2g...@gmail.com wrote: Never understood the advantage with comet over polling... just poll. On Dec 21, 8:08 pm, Carlos Alberto Machado

[google-appengine] Re: I found a way to download files over 1M through UrlFetch API Call

2009-12-24 Thread niklasro.appspot.com
On Dec 25, 1:38 am, Steven Lee roc...@gmail.com wrote: UrlFetch API Call limit 1M, but we can use httpURLConnection.setRequestProperty(Range, bytes=from-to); to partially download every segments, and I have post a code on my blog, feel free to have a

[google-appengine] can i get a domain 's ip address using appengine?

2009-12-24 Thread ajaxer
thanks. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more options,

[google-appengine] Re: how to delete a table/entity?

2009-12-24 Thread ajaxer
your method is right but the limit is there what ever methods we use. and you didn't get what i mean. because the offset is limited to 1000. i can not sort data by fields in results more than some limited items with out the offset limit, we can do it easily. On 12月24日, 上午2时10分, Andy Freeman

Re: [google-appengine] can i get a domain 's ip address using appengine?

2009-12-24 Thread OvermindDL1
On Thu, Dec 24, 2009 at 10:14 PM, ajaxer calid...@gmail.com wrote: thanks. Er... what are you talking about? Elaborate? Domain's IP? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to

[google-appengine] Re: can i get a domain 's ip address using appengine?

2009-12-24 Thread ajaxer
Domain's IP On 12月25日, 下午1时16分, OvermindDL1 overmind...@gmail.com wrote: On Thu, Dec 24, 2009 at 10:14 PM, ajaxer calid...@gmail.com wrote: thanks. Er... what are you talking about?  Elaborate?  Domain's IP? -- You received this message because you are subscribed to the Google Groups

Re: [google-appengine] Re: can i get a domain 's ip address using appengine?

2009-12-24 Thread OvermindDL1
On Thu, Dec 24, 2009 at 10:34 PM, ajaxer calid...@gmail.com wrote: Domain's IP But what about? Are you wanting to do a DNS to IP lookup, that is simple to do and python can do it itself no problem, nothing at all relating to GAE about that, or are you talking about something else? -- You

Re: [google-appengine] Re: can i get a domain 's ip address using appengine?

2009-12-24 Thread OvermindDL1
2009/12/24 ajaxer calid...@gmail.com: how to do with python in gae? Look at the tutorials. And do resolve a domain name to a list of possible IP's in Python, do: import socket a = socket.gethostbyname_ex('google.com') The variable a will then contain a 3-tuple, with the 3rd element being a

[google-appengine] Re: Images API questions

2009-12-24 Thread niklasro.appspot.com
On Dec 24, 1:19 am, Jason (Google) apija...@google.com wrote: I just threw together a small test application and it looks like the combined size of all image inputs has to be less than 1 MB. So in other words, you can composite 10 100 KB images but not 11 or higher. I haven't explicitly

[google-appengine] Re: can i get a domain 's ip address using appengine?

2009-12-24 Thread stackoverflow.com/users/108207/larson
more extensive is something like your classic instruction dig: http://linux.about.com/od/commands/l/blcmdl1_dig.htm -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appeng...@googlegroups.com. To

[google-appengine] Re: can i get a domain 's ip address using appengine?

2009-12-24 Thread ajaxer
seems not working under gae. On 12月25日, 下午1时56分, OvermindDL1 overmind...@gmail.com wrote: 2009/12/24 ajaxer calid...@gmail.com: how to do with python in gae? Look at the tutorials. And do resolve a domain name to a list of possible IP's in Python, do: import socket a =

[google-appengine] Re: can i get a domain 's ip address using appengine?

2009-12-24 Thread ajaxer
inside gae please. On 12月25日, 下午2时21分, stackoverflow.com/users/108207/larson teknik...@gmail.com wrote: more extensive is something like your classic instruction dig:http://linux.about.com/od/commands/l/blcmdl1_dig.htm -- You received this message because you are subscribed to the Google

[google-appengine] when will gae go beyond from being a toy?

2009-12-24 Thread ajaxer
1. friendly and useful data import and export tools 2. limited offset to a fairly acceptable and almostly unlimited offset 3. add, pending or remove cron jobs from control panel 4. naked domain name binding, having no relevance with google apps or google sites. 5. unique ip address. 6. abilities