[google-appengine] how to call Soap Webservice in GAE?

2014-02-13 Thread Raghu rao
Hi All, I am writing a web application in GWT, I am trying to interact with a SOAP web service. I know how to do it in regular java environment using the JAX-WS library, but GAE (Google App Engine) does not support it. is there a way of consuming a wsdl based web service (ebay web service fo

Re: [google-appengine] Have anyone tried to port a java project with heavy framworks, such as struts and spring, to a pure jsp/servlet project?

2014-02-13 Thread Tapir
On Friday, February 14, 2014 2:37:02 PM UTC+8, Tapir wrote: > > > > On Friday, February 14, 2014 2:13:20 PM UTC+8, Tapir wrote: >> >> >> >> On Friday, February 14, 2014 6:23:38 AM UTC+8, Nick wrote: >>> >>> Hi Tapir, I'm not sure I understand what you mean by this '*I think it >>> can't solve th

Re: [google-appengine] Have anyone tried to port a java project with heavy framworks, such as struts and spring, to a pure jsp/servlet project?

2014-02-13 Thread Tapir
On Friday, February 14, 2014 2:13:20 PM UTC+8, Tapir wrote: > > > > On Friday, February 14, 2014 6:23:38 AM UTC+8, Nick wrote: >> >> Hi Tapir, I'm not sure I understand what you mean by this '*I think it >> can't solve the warmup problem*'. >> >> Unfortunately (for everyone) there's no real avoi

Re: [google-appengine] Have anyone tried to port a java project with heavy framworks, such as struts and spring, to a pure jsp/servlet project?

2014-02-13 Thread Tapir
On Friday, February 14, 2014 2:13:20 PM UTC+8, Tapir wrote: > > > > On Friday, February 14, 2014 6:23:38 AM UTC+8, Nick wrote: >> >> Hi Tapir, I'm not sure I understand what you mean by this '*I think it >> can't solve the warmup problem*'. >> >> Unfortunately (for everyone) there's no real avoi

Re: [google-appengine] Have anyone tried to port a java project with heavy framworks, such as struts and spring, to a pure jsp/servlet project?

2014-02-13 Thread Tapir
On Friday, February 14, 2014 6:23:38 AM UTC+8, Nick wrote: > > Hi Tapir, I'm not sure I understand what you mean by this '*I think it > can't solve the warmup problem*'. > > Unfortunately (for everyone) there's no real avoiding waiting for startup > of your app with appengine right now. > The b

Re: [google-appengine] JacksonFactory problem

2014-02-13 Thread Vinny P
On Thu, Feb 13, 2014 at 5:26 AM, wrote: > Exception in thread "main" java.lang.NoClassDefFoundError: > org/codehaus/jackson/JsonFactory > at > com.google.api.client.json.jackson.JacksonFactory.(JacksonFactory.java:38) > at com.sial.DirectorySamples.(DirectorySamples.java:21) > Caused by: java.la

Re: [google-appengine] Java example on how to upload csv data to the data store

2014-02-13 Thread Vinny P
On Thu, Feb 13, 2014 at 1:53 PM, gustavo wrote: > Does anybody have an example on how to easily upload csv data to the > data store with java? > Do you want to use a CSV file to define entities within the datastore, or upload and save the entire CSV file to App Engine? If you're using the CSV

Re: [google-appengine] Authentication fails on GAE Android sample app

2014-02-13 Thread Vinny P
On Wed, Feb 12, 2014 at 12:00 AM, Swaroop Joshi wrote: > I am new to GAE and am learning the stuff using the sample mbs app for > Android. I am able to get the cloud messaging to work, but the > authentication part fails. I posted a question on StackOverflow a while > ago, but didn't get any res

Re: [google-appengine] Application Settings -- Server Error A server error has occurred. Return to Applications screen »

2014-02-13 Thread Vinny P
On Wed, Feb 12, 2014 at 5:01 PM, Lan Nguyen wrote: > When I try to access the Application Settings link, and error page is > displayed > Server Error > > A server error has occurred. > How long has this error occurred for? Sometimes this error occurs transiently and fixes itself after a short

Re: [google-appengine] E-mail Quota Limit at 100 - Please help

2014-02-13 Thread Vinny P
On Wed, Feb 12, 2014 at 9:23 AM, wrote: > I have a paid app with billing enabled. My e-mail quota remains at 100 and > I am not able to send more than 100+1 e-mail. I have asked for quota > increase twice and denied. > This will affect our production release. Can someone please help me on how > t

Re: [google-appengine] Indexes are stuck building.

2014-02-13 Thread Vinny P
On Wed, Feb 12, 2014 at 1:08 PM, Johann Seidenz < johann.seid...@kleientertainment.com> wrote: > My app 'dsstarvinggames' has an index which I believe is stuck building. > Would it be possible to find out if this is the case? > Yes, but it might be faster if you file a production issue in the tr

Re: [google-appengine] Stuck DataStore indexes

2014-02-13 Thread Vinny P
On Thu, Feb 13, 2014 at 12:03 PM, Mohammed Header < mohammed.hea...@espace.com.eg> wrote: > I have an issue with an app engine project, > where the Datastore indexes are taking ( and stuck ) too long time > Building, > > The app had been tested on other Staging Projects, ( & this is the > Product

[google-appengine] Non-blocking sockets on Google App Engine

2014-02-13 Thread Micha Mazaheri
Google App Engine released its new Socket library: https://developers.google.com/appengine/docs/python/sockets/ Does anyone know whether non-blocking sockets are (will be) available? I didn't have any problem calling setblocking(False), but select.select(...) on a GAE socket raises the followi

[google-appengine] Data Store Indexes Remaining in Building State

2014-02-13 Thread Ben Mpolokoso
Hi, the data store indexes are remaining in a building state for hours. Can the admin please resolve this for me. I get the message The datastore index is not yet ready to serve. Please wait a minute and try to reload . For more information, s

[google-appengine] [Python][Sockets] Non-blocking sockets

2014-02-13 Thread Micha Mazaheri
Now that the new Socket library is released (for preview, though): https://developers.google.com/appengine/docs/python/sockets/ *Does anyone know whether non-blocking sockets are (will be) available?* I didn't have any problem calling *setblocking(False)*, but *select.select(...)* on a GAE soc

[google-appengine] Stuck DataStore indexes

2014-02-13 Thread Mohammed Header
Dear all, I have an issue with an app engine project, where the Datastore indexes are taking ( and stuck ) too long time Building, The app had been tested on other Staging Projects, ( & this is the Production one ) Based on : https://developers.google.com/appengine/kb/general?csw=1#stuck_inde

[google-appengine] Indexes are stuck building.

2014-02-13 Thread Johann Seidenz
My app 'dsstarvinggames' has an index which I believe is stuck building. Would it be possible to find out if this is the case? Thanks! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving email

[google-appengine] Java example on how to upload csv data to the data store

2014-02-13 Thread gustavo
Does anybody have an example on how to easily upload csv data to the data store with java? Thanks -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to googl

[google-appengine] Authentication fails on GAE Android sample app

2014-02-13 Thread Swaroop Joshi
Hello, I am new to GAE and am learning the stuff using the sample mbs app for Android. I am able to get the cloud messaging to work, but the authentication part fails. I posted a question on StackOverflow a while ago, but didn't get any responses. I will really appreciate if you can help me he

[google-appengine] Application Settings -- Server Error A server error has occurred. Return to Applications screen »

2014-02-13 Thread Lan Nguyen
When I try to access the Application Settings link, and error page is displayed Server Error A server error has occurred. Return to Applications screen » -- You received this message because you are subscribed to the Google

[google-appengine] Re: Best way to update 400,000 entities at once?

2014-02-13 Thread Philip Lodine
Check out the documentation on App Engine's map/reduce infrastructure -- it takes care of mapping across all of your entities and doing what you want to each of them. Best, Phil -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubsc

[google-appengine] E-mail Quota Limit at 100 - Please help

2014-02-13 Thread no-reply
Hi, I have a paid app with billing enabled. My e-mail quota remains at 100 and I am not able to send more than 100+1 e-mail. I have asked for quota increase twice and denied. This will affect our production release. Can someone please help me on how to increase the e-mail quota? Thanks, Jrs

Re: [google-appengine] Have anyone tried to port a java project with heavy framworks, such as struts and spring, to a pure jsp/servlet project?

2014-02-13 Thread Nick
Hi Tapir, I'm not sure I understand what you mean by this '*I think it can't solve the warmup problem*'. Unfortunately (for everyone) there's no real avoiding waiting for startup of your app with appengine right now. The best you can do is make it as quick as possible. The key is to avoid any c

[google-appengine] Re: If I run an application on the appengine from outside of US, what country's laws determines whether an app is legal?

2014-02-13 Thread Andrei Volgin
This is a very complex issue, and there is no universal answer. I had to deal with it several times. For example, if a book is in the public domain in one country and still under the copyright in another, you may be liable in that country if you allow a user from that country to download it. In

[google-appengine] Pull queue persistency confusion

2014-02-13 Thread Kaan Soral
I have such a task: Start: 1 End: 1 >Lease one task >if startoperations (operations shouldn't matter - even if the operations fail the task chain should've succeeded) >Delete task I've realized that the retry_limit is 1, which may cause the operation to halt - if 2 errors occur duri

[google-appengine] Using PlusDomains.Activities not always return the same number of activities per user

2014-02-13 Thread Juan de Dios Becerra
I am using the Google API PlusDomain to fetch activities of the users under a domain(domain of my job) I have a list of users and I developed in Java a function to retrieve activities of every user, but it is happening something weird, especially when I test in appengine, not in my local develo

Re: [google-appengine] Have anyone tried to port a java project with heavy framworks, such as struts and spring, to a pure jsp/servlet project?

2014-02-13 Thread Warren Strange
If you have a very large and complex Java application, it might be easier to simply run it (unchanged) on GCE rather than attempt to shorehorn it in to App Engine's architecture. You could migrate functionality to App Engine over time. You still have to "manage" GCE instances (they don't au

[google-appengine] If I run an application on the appengine from outside of US, what country's laws determines whether an app is legal?

2014-02-13 Thread ThePiachu
I am wondering what laws should be taken into consideration when running apps on the appengine? Say, if I am doing everything by the book where my company is, but the laws are different from many other places in the world, does me complying with my local law make it okay to host my app on the a