Re: [appengine-java] Traffic from single IP address problem.

2011-07-27 Thread ravi teja
Hi Jayr, Thanks for your reply Jayr . I will make my question more clear. My users send queries through SMS which will be routed to my app from SMS GATEWAY(single IP address) . My app processes those queries and reply back through SMS (again through SMS GATEWAY) .I can reply using URL FETC

Re: [appengine-java] Traffic from single IP address problem.

2011-07-27 Thread Jayr Motta
Frooti, It will work fine, you just have to be aware of the URLFetch service limitations, if you're going to communicate with the SMS gateway through http request / response, then the limitation is that your request / response should not take more than 10 seconds, but you can also try another appr

[appengine-java] Re: Channel API questions

2011-07-27 Thread Ice13ill
Even though it is the same channel, when i call the create method (let's say i hit refresh on my browser, and the channel is created at page load) my Channel Api quota for created channels rises... On Jul 27, 7:01 am, Moishe wrote: > Answers below: > > On Jul 26, 10:21 am, Ice13ill wrote: > > >

[appengine-java] Aw: Eclipse: Importing types from other projects

2011-07-27 Thread superkrizz
I found an answer: http://blog.christoffer.me/2011/01/sharing-code-between-multiple-java.html -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengi

[appengine-java] Re: FK Maps not supported error when using HashMaps

2011-07-27 Thread Kesava Neeli
Any one has suggestions on this? GAE doc says "A datastore property can have more than one value. In JDO, this is represented by a single field with a Collection type, where the collection is of one of the core value types

[appengine-java] Re: Moderation enabled

2011-07-27 Thread GeorgeS
I posted a question yesterday but after 24 hours it hadn't shown up... just reposted. Sorry if it is a double-post. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.co

[appengine-java] Traffic from single IP address problem.

2011-07-27 Thread frooti
Hi, i want to host an SMS application on GAE . All my traffic comes from SMS GATEWAY with a single IP address. Is that fine ? or Will there be any problems like unusual traffic errors or any other issues ? thanks in advance, ravi. -- You received this message because you are subscribed to

[appengine-java] Blobstore and upload question

2011-07-27 Thread GeorgeS
Sorry if this is double-posted by I waited 24 hours and never saw the original... I'm working with GAE and GWT using Java and I have a couple of questions that I hope someone can point to some documentation or a good example to answer. In my application I need to upload a simple text file from

[appengine-java] Reading back blobstore and uploads from .Net app?

2011-07-27 Thread GeorgeS
I'm having some issues using the Blobstore and FileServices and wonder if someone could point me at some documentation or samples? I have a GAE app with an uploader service and I can upload text files from my app (using a FormPanel with a GWT FileUploader) with not problems. I can see the files

[appengine-java] XMPP message receive error

2011-07-27 Thread Hideki (Wyse)
Hi, We are developing GAE app with using XMPP service. This GAE app communicates with XMPP bots which is associated with gmail account through talk.google.com XMPP server. GAE --(XMPP message as request)->>> XMPP Bot on Desktop -(XMPP message as response)>>> GAE We have been

[appengine-java] Sending email in Java development environment

2011-07-27 Thread Bruce Davis
Thanks in advance for help with this newbie question. The documentation states: When an application running in the development server calls the Mail service to send an email message, the message is printed to the log. The Java development server does not send the email message. What log is thi

[appengine-java] Aw: Eclipse: Importing types from other projects

2011-07-27 Thread superkrizz
Bump: I'll put it more simply: Is there any other way of using external classes in Eclipse-AppEngine-Projects other than copying their code into the project? Regards, Chris -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view

[appengine-java] Channel Presence - HowTo ?

2011-07-27 Thread Sébastien Tromp
Hello, In the Presence sectiono of the Channel documentation, it says: When you enable channel_presence, your application receives POSTs to the > following URL paths: > >- POSTs to /_ah/channel/connected/ signal that the client has connected >to the channel and can receive messages. > > >

[appengine-java] Task queues locking

2011-07-27 Thread Eduardo Garcia Lopez
Hi, I have been experiencing locks with task queues since last week, specially when I use dynamic instances in my backends. During minutes, the CPU load goes to 0% on all instances of a given backend that only processes task queues; the queue keeps growing, but no single task is executed (and t

Re: [appengine-java] Task queue locking up

2011-07-27 Thread Eduardo Garcia Lopez
Thanks Ikai, I'll open a new thread with this to see if anyone experienced this problem. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-ja