Re: [appengine-java] Re: Securing cron urls / task urls using UserService and not using web.xml

2011-12-13 Thread Raphael André Bauer
On Tue, Dec 13, 2011 at 8:56 AM, andrew andrew.macken...@bcntouch.com wrote: Well, if Google guarantee to us that that header can never be set in any other external request to your app - it is a rudimentary form of security is that guaranteed somewhere? Thanks, Raphael -- You

Re: [appengine-java] Re: XML reading error.

2011-12-13 Thread kwanja9999
Sent from my BlackBerry® by dtac. -Original Message- From: M.W. Aruna Withanage deltaar...@gmail.com Sender: google-appengine-java@googlegroups.com Date: Mon, 12 Dec 2011 23:53:09 To: google-appengine-java@googlegroups.com Reply-To: google-appengine-java@googlegroups.com Subject: Re:

Re: [appengine-java] Re: XML reading error.

2011-12-13 Thread Matthew Jaggard
kwanja9...@yahoo.com can you please be more careful with your blackcurrent, you seem to be sending blank replies to lots of messages which is really annoying. On 13 December 2011 09:39, kwanja9...@yahoo.com wrote: ** Sent from my BlackBerry® by dtac. -- *From: *

[appengine-java] How to create a Socket with UrlFetchService?

2011-12-13 Thread Sandro Röder
I want to create a socket like connection with UrlFetchService: The code I want to execute with is: java.net.Socket s=new Socket(); s.connect(new InetSocketAddress(host.com, 3000)); Does anyone knows how to do this? Thanks Sandro -- You received

[appengine-java] Re: 1.4.2: Can't make https call from dev server

2011-12-13 Thread paul ng
Hi, I am using SDK 1.6.0 and I am still seeing this SSLHandshakeException. I am trying to connect to a web service using JAX-WS. Here is the causal part of the stack trace: [java] Caused by: javax.net.ssl.SSLHandshakeException: Could not verify SSL certificate for:

[appengine-java] 1.6.0 SDK logs

2011-12-13 Thread Asaf
Guys, I've upgraded to Java SDK to 1.6.0, I am getting about million log messages such as: [ERROR] 2011-12-13 10:12:15.442:INFO::Logging to STDERR via org.mortbay.log.StdErrLog ... [ERROR] FINER: XToolkit.callTimeoutTasks(): current time=1,323,771,110,116; tasks=null For some reason logs are

[appengine-java] Sample Application using SOAP and webservices using Google App Engine Project

2011-12-13 Thread suresh sa
Hi, Can anyone guide me in Creating the Sample application using JMS and webservices, i need to send the message in a Queue and i need to deploy and run this one in the Google App Engine. Regards, Suresh -- You received this message because you are subscribed to the Google Groups Google

Re: [appengine-java] Sample Application using SOAP and webservices using Google App Engine Project

2011-12-13 Thread kwanja9999
Sent from my BlackBerry® by dtac. -Original Message- From: suresh sa suresh@gmail.com Sender: google-appengine-java@googlegroups.com Date: Tue, 13 Dec 2011 05:43:00 To: Google App Engine for Javagoogle-appengine-java@googlegroups.com Reply-To: google-appengine-java@googlegroups.com

[appengine-java]

2011-12-13 Thread kwanja9999
Sent from my BlackBerry® by dtac. -- 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 email to

Re: [appengine-java]

2011-12-13 Thread Matthew Jaggard
WTF? On 13 December 2011 14:31, kwanja9...@yahoo.com wrote: Sent from my BlackBerry® by dtac. -- 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

[appengine-java] Re: Sample Application using SOAP and webservices using Google App Engine Project

2011-12-13 Thread Simon Knott
Hi, Unless your JMS Queue provider supports HTTP connectivity, you will be unable to use JMS on GAE. HTTP is currently the only communication protocol supported on GAE-hosted applications. Cheers, Simon -- You received this message because you are subscribed to the Google Groups Google App

[appengine-java] Seeing

2011-12-13 Thread John
Just logged an issue where the the Java thread seems to be getting killed before it runs any application code. Anyone else seeing goog_92184880HardDeadlineExceededError repeatedly occurring before entering application code (in

[appengine-java] HardDeadlineExceededError repeatedly occurring before entering application code (in com.google.apphosting.runtime.jetty.AppVersionHandlerMap.getHandler)

2011-12-13 Thread John
Just logged an issue where the the Java thread seems to be getting killed before it runs any application code. Anyone else seeing http://goog_92184880/HardDeadlineExceededError repeatedly occurring before entering application code (in

[appengine-java] Messages received while reconnecting a channel

2011-12-13 Thread Kyle Baley
If a channel expires every two hours, is there a chance that messages could get missed if they are sent while connecting to a new one? -- 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

Re: [appengine-java] Seeing

2011-12-13 Thread kwanja9999
Sent from my BlackBerry® by dtac. -Original Message- From: John jwb...@gmail.com Sender: google-appengine-java@googlegroups.com Date: Tue, 13 Dec 2011 08:40:34 To: google-appengine-java@googlegroups.com Reply-To: google-appengine-java@googlegroups.com Subject: [appengine-java] Seeing

Re: [appengine-java] Seeing

2011-12-13 Thread kwanja9999
Sent from my BlackBerry® by dtac. -Original Message- From: kwanja9...@yahoo.com Sender: google-appengine-java@googlegroups.com Date: Tue, 13 Dec 2011 19:31:20 To: google-appengine-java@googlegroups.com Reply-To: google-appengine-java@googlegroups.com Subject: Re: [appengine-java] Seeing

Re: [appengine-java] Seeing

2011-12-13 Thread kwanja9999
Sent from my BlackBerry® by dtac. -Original Message- From: kwanja9...@yahoo.com Sender: google-appengine-java@googlegroups.com Date: Tue, 13 Dec 2011 19:37:18 To: google-appengine-java@googlegroups.com Reply-To: google-appengine-java@googlegroups.com Subject: Re: [appengine-java] Seeing

[appengine-java] ConcurrentModificationException question

2011-12-13 Thread coltsith
I recently got a ConcurrentModificationException, and the documentation states that this will be committed and eventually will be applied successfully. However I got to thinking of a possible outcome: Request A modifies entity Request B modifies entity and receives ConcurrentModificationException

[appengine-java] Does a new front end instance class allow for a larger Java XMX Heap Size?

2011-12-13 Thread Scott Murphy
If I choose a larger instance class, will it give me a larger Heap? I tried this with a back end and found that I could not use the extra memory because the heap still stayed pretty small and my app would throw OutOfMemory exceptions when I got to around 256MB -- You received this message

Re: [appengine-java] Master/Slave - High Replication migration experience

2011-12-13 Thread Ikai Lan (Google)
Kyle, Oy, I wish you had posted earlier. We've shipped a new migration tool as part of 1.6.1 that doesn't use datastore admin to do the copies. -- Ikai Lan Developer Programs Engineer, Google App Engine plus.ikailan.com | twitter.com/ikai On Sun, Dec 11, 2011 at 6:38 PM, Kyle Baley

[appengine-java] Re: Sample Application using SOAP and webservices using Google App Engine Project

2011-12-13 Thread Chandana Napagoda
Hi Suresh, Here is Guide which provide details explanation. http://code.google.com/appengine/articles/soap.html Cheers, Chandana On Dec 13, 8:12 pm, Simon Knott knott.si...@gmail.com wrote: Hi, Unless your JMS Queue provider supports HTTP connectivity, you will be unable to use JMS on GAE.

[appengine-java] Re: Securing cron urls / task urls using UserService and not using web.xml

2011-12-13 Thread BoulderGae
I just had this discussion with well connected people at Google. That is the guarantee that they gave us (a very large visible GAE implementation) and we (and they) are banking on it. I have suggested a change to their documentation to explicitly state such a guarantee. Test it for yourself.

[appengine-java] How to use WSGEN to Generate WSDL File

2011-12-13 Thread suresh sa
Hi, Can some one guide in JAX-WS tool wsgen to generate a WSDL file and the JAX-B POJOs that will be of use to us in our SOAP server. So that i ll helps us for creating the client application to be created automatically for the server. Regards, Suresh -- You received this message

[appengine-java] Re: Sample Application using SOAP and webservices using Google App Engine Project

2011-12-13 Thread suresh sa
hi, can u tell me how to use WSGEN to generate the Client codes i am new to Google app Engine and is i need to download some other software to use WSGEN Regards, Suresh -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view

[appengine-java] Re: Master/Slave - High Replication migration experience

2011-12-13 Thread andrew
Ikai, Any additional information available on the features of this new tool? Specifically, support for copying all/multiple namespaces from one datastore to another... Thanks -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To

Re: [appengine-java] Re: Securing cron urls / task urls using UserService and not using web.xml

2011-12-13 Thread Raphael André Bauer
On Wed, Dec 14, 2011 at 5:49 AM, BoulderGae sc...@scmlabs.com wrote: I just had this discussion with well connected people at Google.  That is the guarantee that they gave us (a very large visible GAE implementation) and we (and they) are banking on it.  I have suggested a change to their