[appengine-java] Re: Total Stored Data billing is misleading

2011-08-16 Thread GoSharp Lite
For the past few days, I start to use DeferredTask extensively for
numerical calculation. Results of my numerical calculation are good,
but there is one huge problem. The 'Total Stored Data' increases from
3.00 GBytes to 11.50 GBytes. Since my numerical calculation does not
save entities into datastore, the large increase in 'Total Stored
Data' must be caused by DeferredTask.

Instead of using DeferredTask, I have changed my code to use task
queue directly. For each cycle of my numerical calculation, the
increase in 'Total Stored Data' drops from 0.73 GBytes to 0.02 GBytes.

My billing 'Total Stored Data' should decrease from 11.50 GBytes to
3.00 GBytes. So far there is no sign of such observation.

DeferredTask should delete stored entities after task queue job is
completed. Is there a method to clear entities stored by DeferredTask?

-- 
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 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Elevations API, polyline encoding, Google App Engine

2011-08-16 Thread Martin Newstead
I hope someone can help me get some ideas on how to debug this
problem. I have build an application that needs to use the Google
Elevations webservice API to get some elevations for some lat/lon
pairs. I am encoding the data using my own Java implementation of the
polyline encoding algorithm. My app works nicely on Linux/Tomcat/
JDK1.6, calls out to the Elevations API and gets good results. I
tested using the Dev_server (1.5.0) and received an error, invalid
character at position 70 of the URL that was sent to the Elevaton API.
What's different about the dev_server ? Different JDK ? different
encoding ? So far I've not had a chance to strip this down to bare
bones and run some small tests on both environments, I am hoping to
get some ideas here on which place to start.

-- 
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 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Channel API not working on development server

2011-08-16 Thread Sébastien Tromp
I have had the Channel API working in development without any additional
configuration (using 1.5.1 Java).

When you say not working, do you have any error message or exception
(either on client or server side)?
-- 
Sébastien Tromp

On Tue, Aug 16, 2011 at 7:42 AM, Sekhar allur...@gmail.com wrote:

 Channel API isn't working at all for me on development server - is there
 any setting that isn't default? Everything works fine when I upload. I'm
 using 1.5.2 Java.

 --
 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-java/-/icGpSzipNRYJ.
 To post to this group, send email to
 google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


-- 
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 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Andrei Cosmin Fifiiţă
I also removed the dot from the sender's email, but it didn't work. Do I
also have to remove the user from Permissions list, and add it (send
invitation) again without the dot ?

On 16 August 2011 01:17, Greg gmstanl...@gmail.com wrote:

 I had the same problem - the application broke even though there had been
 no changes in a month.  Changing the sender to a gmail address without the
 dot solved it, as advertised.
 It was not encouraging that there was still no fix by Google, and that the
 workaround was necessary.  As someone else pointed out, having to change the
 sender means that some users will no longer get the e-mails because of
 overly-tight spam filters.

 --
 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-java/-/FBcpjq6gJP4J.

 To post to this group, send email to
 google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


-- 
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 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Taiga
Hi.

My Application's sender success to sending email 
meet these requirements:

* The application enable billing.
* The sender is Billing Administrator.

Does your application's sender have the role of Billing Administrator ?

(I got these requirements on Google-App-Engine-Japan group's user.)

-- Taiga tsutsumita...@gmail.com

2011年8月16日火曜日17時58分02秒 UTC+9 Ice13ill:

 I also removed the dot from the sender's email, but it didn't work. Do I 
 also have to remove the user from Permissions list, and add it (send 
 invitation) again without the dot ?

 On 16 August 2011 01:17, Greg gmsta...@gmail.com wrote:

 I had the same problem - the application broke even though there had been 
 no changes in a month.  Changing the sender to a gmail address without the 
 dot solved it, as advertised. 
 It was not encouraging that there was still no fix by Google, and that the 
 workaround was necessary.  As someone else pointed out, having to change the 
 sender means that some users will no longer get the e-mails because of 
 overly-tight spam filters. 

 -- 
 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-java/-/FBcpjq6gJP4J.

 To post to this group, send email to google-app...@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-appengine...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-appengine-java?hl=en.




-- 
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-java/-/MmGhZslkGesJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Andrei Cosmin Fifiiţă
The sender is not Billing administrator. The users that i tested (that
didn't contain a dot) worked without being billing admins.
Also, I believe there can only be one billing administrator right ?

On 16 August 2011 13:06, Taiga tsutsumita...@gmail.com wrote:

 Hi.

 My Application's sender success to sending email
 meet these requirements:

 * The application enable billing.
 * The sender is Billing Administrator.

 Does your application's sender have the role of Billing Administrator ?

 (I got these requirements on Google-App-Engine-Japan group's user.)

 -- Taiga tsutsumita...@gmail.com

 2011年8月16日火曜日17時58分02秒 UTC+9 Ice13ill:

 I also removed the dot from the sender's email, but it didn't work. Do I
 also have to remove the user from Permissions list, and add it (send
 invitation) again without the dot ?

 On 16 August 2011 01:17, Greg gmsta...@gmail.com wrote:

 I had the same problem - the application broke even though there had been
 no changes in a month.  Changing the sender to a gmail address without the
 dot solved it, as advertised.
 It was not encouraging that there was still no fix by Google, and that
 the workaround was necessary.  As someone else pointed out, having to change
 the sender means that some users will no longer get the e-mails because of
 overly-tight spam filters.

 --
 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-java/-/**FBcpjq6gJP4Jhttps://groups.google.com/d/msg/google-appengine-java/-/FBcpjq6gJP4J
 .

 To post to this group, send email to google-app...@googlegroups.com**.
 To unsubscribe from this group, send email to google-appengine...@**
 googlegroups.com.

 For more options, visit this group at http://groups.google.com/**
 group/google-appengine-java?**hl=enhttp://groups.google.com/group/google-appengine-java?hl=en
 .


  --
 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-java/-/MmGhZslkGesJ.

 To post to this group, send email to
 google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


-- 
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 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Taiga
Hi, Ice13ill 
Thank you. I tried to send mail from user not Billing Administrator,
and Success!
The billing admins' role does not matter about this problem, I got. 

-- Taiga tsutsu...@gmail.com

2011年8月16日火曜日19時09分13秒 UTC+9 Ice13ill:

 The sender is not Billing administrator. The users that i tested (that 
 didn't contain a dot) worked without being billing admins. 
 Also, I believe there can only be one billing administrator right ? 

 On 16 August 2011 13:06, Taiga tsutsu...@gmail.com wrote:

 Hi.

 My Application's sender success to sending email 
 meet these requirements:

 * The application enable billing.
 * The sender is Billing Administrator.

 Does your application's sender have the role of Billing Administrator ?

 (I got these requirements on Google-App-Engine-Japan group's user.)

 -- Taiga tsutsu...@gmail.com

 2011年8月16日火曜日17時58分02秒 UTC+9 Ice13ill:

 I also removed the dot from the sender's email, but it didn't work. Do I 
 also have to remove the user from Permissions list, and add it (send 
 invitation) again without the dot ?

 On 16 August 2011 01:17, Greg gmst...@gmail.com wrote:

 I had the same problem - the application broke even though there had 
 been no changes in a month.  Changing the sender to a gmail address 
 without 
 the dot solved it, as advertised. 
 It was not encouraging that there was still no fix by Google, and that 
 the workaround was necessary.  As someone else pointed out, having to 
 change 
 the sender means that some users will no longer get the e-mails because of 
 overly-tight spam filters. 

 -- 
 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-java/-/**FBcpjq6gJP4Jhttps://groups.google.com/d/msg/google-appengine-java/-/FBcpjq6gJP4J
 .
  
 To post to this group, send email to google...@googlegroups.com**.
 To unsubscribe from this group, send email to google-appengine...@**
 googlegroups.com.

 For more options, visit this group at http://groups.google.com/**
 group/google-appengine-java?**hl=enhttp://groups.google.com/group/google-appengine-java?hl=en
 .


  -- 
 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-java/-/MmGhZslkGesJ.

 To post to this group, send email to google-app...@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-appengine...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-appengine-java?hl=en.




-- 
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-java/-/icFDFOG-VsUJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Andrei Cosmin Fifiiţă
Well, i still cannot use my original email address without the dot (i
changed the sender in my code), but it seams that others managed to
succeed... is there something i'm missing?
On Aug 16, 2011 1:41 PM, Taiga tsutsumita...@gmail.com wrote:
 Hi, Ice13ill
 Thank you. I tried to send mail from user not Billing Administrator,
 and Success!
 The billing admins' role does not matter about this problem, I got.

 -- Taiga tsutsu...@gmail.com

 2011年8月16日火曜日19時09分13秒 UTC+9 Ice13ill:

 The sender is not Billing administrator. The users that i tested (that
 didn't contain a dot) worked without being billing admins.
 Also, I believe there can only be one billing administrator right ?

 On 16 August 2011 13:06, Taiga tsutsu...@gmail.com wrote:

 Hi.

 My Application's sender success to sending email
 meet these requirements:

 * The application enable billing.
 * The sender is Billing Administrator.

 Does your application's sender have the role of Billing Administrator
?

 (I got these requirements on Google-App-Engine-Japan group's user.)

 -- Taiga tsutsu...@gmail.com

 2011年8月16日火曜日17時58分02秒 UTC+9 Ice13ill:

 I also removed the dot from the sender's email, but it didn't work. Do
I
 also have to remove the user from Permissions list, and add it (send
 invitation) again without the dot ?

 On 16 August 2011 01:17, Greg gmst...@gmail.com wrote:

 I had the same problem - the application broke even though there had
 been no changes in a month. Changing the sender to a gmail address
without
 the dot solved it, as advertised.
 It was not encouraging that there was still no fix by Google, and that

 the workaround was necessary. As someone else pointed out, having to
change
 the sender means that some users will no longer get the e-mails
because of
 overly-tight spam filters.

 --
 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-java/-/**FBcpjq6gJP4J
https://groups.google.com/d/msg/google-appengine-java/-/FBcpjq6gJP4J
 .

 To post to this group, send email to google...@googlegroups.com**.
 To unsubscribe from this group, send email to google-appengine...@**
 googlegroups.com.

 For more options, visit this group at http://groups.google.com/**
 group/google-appengine-java?**hl=en
http://groups.google.com/group/google-appengine-java?hl=en
 .


 --
 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-java/-/MmGhZslkGesJ.

 To post to this group, send email to google-app...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.




 --
 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-java/-/icFDFOG-VsUJ.
 To post to this group, send email to
google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.


-- 
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 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Asmaa EL MOKHTARI
hi Andrei,

You must log in to your App Engine account by the sender mail  without dot
.



2011/8/16 Andrei Cosmin Fifiiţă andrei.fifi...@gmail.com

 Well, i still cannot use my original email address without the dot (i
 changed the sender in my code), but it seams that others managed to
 succeed... is there something i'm missing?
 On Aug 16, 2011 1:41 PM, Taiga tsutsumita...@gmail.com wrote:
  Hi, Ice13ill
  Thank you. I tried to send mail from user not Billing Administrator,
  and Success!
  The billing admins' role does not matter about this problem, I got.
 
  -- Taiga tsutsu...@gmail.com
 
  2011年8月16日火曜日19時09分13秒 UTC+9 Ice13ill:
 
  The sender is not Billing administrator. The users that i tested (that
  didn't contain a dot) worked without being billing admins.
  Also, I believe there can only be one billing administrator right ?
 
  On 16 August 2011 13:06, Taiga tsutsu...@gmail.com wrote:
 
  Hi.
 
  My Application's sender success to sending email
  meet these requirements:
 
  * The application enable billing.
  * The sender is Billing Administrator.
 
  Does your application's sender have the role of Billing Administrator
 ?
 
  (I got these requirements on Google-App-Engine-Japan group's user.)
 
  -- Taiga tsutsu...@gmail.com
 
  2011年8月16日火曜日17時58分02秒 UTC+9 Ice13ill:
 
  I also removed the dot from the sender's email, but it didn't work. Do
 I
  also have to remove the user from Permissions list, and add it (send
  invitation) again without the dot ?
 
  On 16 August 2011 01:17, Greg gmst...@gmail.com wrote:
 
  I had the same problem - the application broke even though there had
  been no changes in a month. Changing the sender to a gmail address
 without
  the dot solved it, as advertised.
  It was not encouraging that there was still no fix by Google, and
 that
  the workaround was necessary. As someone else pointed out, having to
 change
  the sender means that some users will no longer get the e-mails
 because of
  overly-tight spam filters.
 
  --
  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-java/-/**FBcpjq6gJP4J
 https://groups.google.com/d/msg/google-appengine-java/-/FBcpjq6gJP4J

  .
 
  To post to this group, send email to google...@googlegroups.com**.
  To unsubscribe from this group, send email to google-appengine...@**
  googlegroups.com.
 
  For more options, visit this group at http://groups.google.com/**
   group/google-appengine-java?**hl=en
 http://groups.google.com/group/google-appengine-java?hl=en

  .
 
 
  --
  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-java/-/MmGhZslkGesJ.
 
  To post to this group, send email to google-app...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine...@googlegroups.com.
  For more options, visit this group at
  http://groups.google.com/group/google-appengine-java?hl=en.
 
 
 
 
  --
  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-java/-/icFDFOG-VsUJ.
  To post to this group, send email to
 google-appengine-java@googlegroups.com.
  To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.
 

 --
 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
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


-- 
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 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Andrei Cosmin Fifiiţă
So that means i have to remove the user from Permissions and add it again?
On Aug 16, 2011 1:59 PM, Asmaa EL MOKHTARI elmokhtari.as...@gmail.com
wrote:
 hi Andrei,

 You must log in to your App Engine account by the sender mail without dot
 .



 2011/8/16 Andrei Cosmin Fifiiţă andrei.fifi...@gmail.com

 Well, i still cannot use my original email address without the dot (i
 changed the sender in my code), but it seams that others managed to
 succeed... is there something i'm missing?
 On Aug 16, 2011 1:41 PM, Taiga tsutsumita...@gmail.com wrote:
  Hi, Ice13ill
  Thank you. I tried to send mail from user not Billing Administrator,
  and Success!
  The billing admins' role does not matter about this problem, I got.
 
  -- Taiga tsutsu...@gmail.com
 
  2011年8月16日火曜日19時09分13秒 UTC+9 Ice13ill:
 
  The sender is not Billing administrator. The users that i tested (that
  didn't contain a dot) worked without being billing admins.
  Also, I believe there can only be one billing administrator right ?
 
  On 16 August 2011 13:06, Taiga tsutsu...@gmail.com wrote:
 
  Hi.
 
  My Application's sender success to sending email
  meet these requirements:
 
  * The application enable billing.
  * The sender is Billing Administrator.
 
  Does your application's sender have the role of Billing
Administrator
 ?
 
  (I got these requirements on Google-App-Engine-Japan group's user.)
 
  -- Taiga tsutsu...@gmail.com
 
  2011年8月16日火曜日17時58分02秒 UTC+9 Ice13ill:
 
  I also removed the dot from the sender's email, but it didn't work.
Do
 I
  also have to remove the user from Permissions list, and add it (send
  invitation) again without the dot ?
 
  On 16 August 2011 01:17, Greg gmst...@gmail.com wrote:
 
  I had the same problem - the application broke even though there
had
  been no changes in a month. Changing the sender to a gmail address
 without
  the dot solved it, as advertised.
  It was not encouraging that there was still no fix by Google, and
 that
  the workaround was necessary. As someone else pointed out, having
to
 change
  the sender means that some users will no longer get the e-mails
 because of
  overly-tight spam filters.
 
  --
  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-java/-/**FBcpjq6gJP4J
 https://groups.google.com/d/msg/google-appengine-java/-/FBcpjq6gJP4J

  .
 
  To post to this group, send email to google...@googlegroups.com**.
  To unsubscribe from this group, send email to google-appengine...@
**
  googlegroups.com.
 
  For more options, visit this group at http://groups.google.com/**
  group/google-appengine-java?**hl=en
 http://groups.google.com/group/google-appengine-java?hl=en

  .
 
 
  --
  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-java/-/MmGhZslkGesJ.
 
  To post to this group, send email to google-app...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine...@googlegroups.com.
  For more options, visit this group at
  http://groups.google.com/group/google-appengine-java?hl=en.
 
 
 
 
  --
  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-java/-/icFDFOG-VsUJ.
  To post to this group, send email to
 google-appengine-java@googlegroups.com.
  To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.
 

 --
 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
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


 --
 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
google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.


-- 
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 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Asmaa EL MOKHTARI
if your admin adress contains a dot, in this case, you should add a new
developper to your app in the permission list (who has a mail adress without
dot ). After that, you log in   the google appengine account by the new
adress mail.And don't forget to modify the email sender in your code as
well.


2011/8/16 Andrei Cosmin Fifiiţă andrei.fifi...@gmail.com

 So that means i have to remove the user from Permissions and add it again?
 On Aug 16, 2011 1:59 PM, Asmaa EL MOKHTARI elmokhtari.as...@gmail.com
 wrote:
  hi Andrei,
 
  You must log in to your App Engine account by the sender mail without dot
  .
 
 
 
  2011/8/16 Andrei Cosmin Fifiiţă andrei.fifi...@gmail.com
 
  Well, i still cannot use my original email address without the dot (i
  changed the sender in my code), but it seams that others managed to
  succeed... is there something i'm missing?
  On Aug 16, 2011 1:41 PM, Taiga tsutsumita...@gmail.com wrote:
   Hi, Ice13ill
   Thank you. I tried to send mail from user not Billing Administrator,
   and Success!
   The billing admins' role does not matter about this problem, I got.
  
   -- Taiga tsutsu...@gmail.com
  
   2011年8月16日火曜日19時09分13秒 UTC+9 Ice13ill:
  
   The sender is not Billing administrator. The users that i tested
 (that
   didn't contain a dot) worked without being billing admins.
   Also, I believe there can only be one billing administrator right ?
  
   On 16 August 2011 13:06, Taiga tsutsu...@gmail.com wrote:
  
   Hi.
  
   My Application's sender success to sending email
   meet these requirements:
  
   * The application enable billing.
   * The sender is Billing Administrator.
  
   Does your application's sender have the role of Billing
 Administrator
  ?
  
   (I got these requirements on Google-App-Engine-Japan group's user.)
  
   -- Taiga tsutsu...@gmail.com
  
   2011年8月16日火曜日17時58分02秒 UTC+9 Ice13ill:
  
   I also removed the dot from the sender's email, but it didn't work.
 Do
  I
   also have to remove the user from Permissions list, and add it
 (send
   invitation) again without the dot ?
  
   On 16 August 2011 01:17, Greg gmst...@gmail.com wrote:
  
   I had the same problem - the application broke even though there
 had
   been no changes in a month. Changing the sender to a gmail address
  without
   the dot solved it, as advertised.
   It was not encouraging that there was still no fix by Google, and
  that
   the workaround was necessary. As someone else pointed out, having
 to
  change
   the sender means that some users will no longer get the e-mails
  because of
   overly-tight spam filters.
  
   --
   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-java/-/**FBcpjq6gJP4J
  https://groups.google.com/d/msg/google-appengine-java/-/FBcpjq6gJP4J
 
   .
  
   To post to this group, send email to google...@googlegroups.com
 **.
   To unsubscribe from this group, send email to google-appengine...@
 **
   googlegroups.com.
  
   For more options, visit this group at http://groups.google.com/**
   group/google-appengine-java?**hl=en
  http://groups.google.com/group/google-appengine-java?hl=en
 
   .
  
  
   --
   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-java/-/MmGhZslkGesJ.
  
   To post to this group, send email to google-app...@googlegroups.com
 .
   To unsubscribe from this group, send email to
   google-appengine...@googlegroups.com.
   For more options, visit this group at
   http://groups.google.com/group/google-appengine-java?hl=en.
  
  
  
  
   --
   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-java/-/icFDFOG-VsUJ.
   To post to this group, send email to
  google-appengine-java@googlegroups.com.
   To unsubscribe from this group, send email to
  google-appengine-java+unsubscr...@googlegroups.com.
   For more options, visit this group at
  http://groups.google.com/group/google-appengine-java?hl=en.
  
 
  --
  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
  google-appengine-java+unsubscr...@googlegroups.com.
  For more options, visit this group at
  http://groups.google.com/group/google-appengine-java?hl=en.
 
 
  --
  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] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Taiga
Please let me confirm this, one more, before remove the user.

Do your original email address uses federated login ?
(and do your good-working tested email does not uses federated login ?)

There are some trouble about sending email from federated login user.
(I got the information on Google-App-Engine-Japan group's log.)

-- Taiga tsutsumita...@gmail.com

2011年8月16日火曜日20時01分06秒 UTC+9 Ice13ill:

 So that means i have to remove the user from Permissions and add it again?
 On Aug 16, 2011 1:59 PM, Asmaa EL MOKHTARI elmokhta...@gmail.com 
 wrote:
  hi Andrei,
  
  You must log in to your App Engine account by the sender mail without dot
  .
  
  
  
  2011/8/16 Andrei Cosmin Fifiiţă andrei@gmail.com
  
  Well, i still cannot use my original email address without the dot (i
  changed the sender in my code), but it seams that others managed to
  succeed... is there something i'm missing?
  On Aug 16, 2011 1:41 PM, Taiga tsutsu...@gmail.com wrote:
   Hi, Ice13ill
   Thank you. I tried to send mail from user not Billing Administrator,
   and Success!
   The billing admins' role does not matter about this problem, I got.
  
   -- Taiga tsut...@gmail.com
  
   2011年8月16日火曜日19時09分13秒 UTC+9 Ice13ill:
  
   The sender is not Billing administrator. The users that i tested 
 (that
   didn't contain a dot) worked without being billing admins.
   Also, I believe there can only be one billing administrator right ?
  
   On 16 August 2011 13:06, Taiga tsut...@gmail.com wrote:
  
   Hi.
  
   My Application's sender success to sending email
   meet these requirements:
  
   * The application enable billing.
   * The sender is Billing Administrator.
  
   Does your application's sender have the role of Billing 
 Administrator
  ?
  
   (I got these requirements on Google-App-Engine-Japan group's user.)
  
   -- Taiga tsut...@gmail.com
  
   2011年8月16日火曜日17時58分02秒 UTC+9 Ice13ill:
  
   I also removed the dot from the sender's email, but it didn't work. 
 Do
  I
   also have to remove the user from Permissions list, and add it 
 (send
   invitation) again without the dot ?
  
   On 16 August 2011 01:17, Greg gms...@gmail.com wrote:
  
   I had the same problem - the application broke even though there 
 had
   been no changes in a month. Changing the sender to a gmail address
  without
   the dot solved it, as advertised.
   It was not encouraging that there was still no fix by Google, and
  that
   the workaround was necessary. As someone else pointed out, having 
 to
  change
   the sender means that some users will no longer get the e-mails
  because of
   overly-tight spam filters.
  
   --
   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-java/-/**FBcpjq6gJP4J
  https://groups.google.com/d/msg/google-appengine-java/-/FBcpjq6gJP4J
 
   .
  
   To post to this group, send email to goog...@googlegroups.com**.
   To unsubscribe from this group, send email to 
 google-appengine...@**
   googlegroups.com.
  
   For more options, visit this group at http://groups.google.com/**
   group/google-appengine-java?**hl=en
  http://groups.google.com/group/google-appengine-java?hl=en
 
   .
  
  
   --
   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-java/-/MmGhZslkGesJ.
  
   To post to this group, send email to google...@googlegroups.com.
   To unsubscribe from this group, send email to
   google-ap...@googlegroups.com.
   For more options, visit this group at
   http://groups.google.com/group/google-appengine-java?hl=en.
  
  
  
  
   --
   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-java/-/icFDFOG-VsUJ.
   To post to this group, send email to
  google-app...@googlegroups.com.
   To unsubscribe from this group, send email to
  google-appengine...@googlegroups.com.
   For more options, visit this group at
  http://groups.google.com/group/google-appengine-java?hl=en.
  
 
  --
  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-app...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine...@googlegroups.com.
  For more options, visit this group at
  http://groups.google.com/group/google-appengine-java?hl=en.
 
  
  -- 
  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-app...@googlegroups.com.
  To unsubscribe from this group, send email to 
 google-appengine...@googlegroups.com.
  For more options, visit 

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Andrei Cosmin Fifiiţă
The original email is at gmail.com, as well as the email that works. My app
has the federated login option selected, but it has nothing to do with the
users that send the emails.
On Aug 16, 2011 2:19 PM, Taiga tsutsumita...@gmail.com wrote:
 Please let me confirm this, one more, before remove the user.

 Do your original email address uses federated login ?
 (and do your good-working tested email does not uses federated login ?)

 There are some trouble about sending email from federated login user.
 (I got the information on Google-App-Engine-Japan group's log.)

 -- Taiga tsutsumita...@gmail.com

 2011年8月16日火曜日20時01分06秒 UTC+9 Ice13ill:

 So that means i have to remove the user from Permissions and add it
again?
 On Aug 16, 2011 1:59 PM, Asmaa EL MOKHTARI elmokhta...@gmail.com
 wrote:
  hi Andrei,
 
  You must log in to your App Engine account by the sender mail without
dot
  .
 
 
 
  2011/8/16 Andrei Cosmin Fifiiţă andrei@gmail.com
 
  Well, i still cannot use my original email address without the dot (i
  changed the sender in my code), but it seams that others managed to
  succeed... is there something i'm missing?
  On Aug 16, 2011 1:41 PM, Taiga tsutsu...@gmail.com wrote:
   Hi, Ice13ill
   Thank you. I tried to send mail from user not Billing Administrator,
   and Success!
   The billing admins' role does not matter about this problem, I got.
  
   -- Taiga tsut...@gmail.com
  
   2011年8月16日火曜日19時09分13秒 UTC+9 Ice13ill:
  
   The sender is not Billing administrator. The users that i tested
 (that
   didn't contain a dot) worked without being billing admins.
   Also, I believe there can only be one billing administrator right ?
  
   On 16 August 2011 13:06, Taiga tsut...@gmail.com wrote:
  
   Hi.
  
   My Application's sender success to sending email
   meet these requirements:
  
   * The application enable billing.
   * The sender is Billing Administrator.
  
   Does your application's sender have the role of Billing
 Administrator
  ?
  
   (I got these requirements on Google-App-Engine-Japan group's
user.)
  
   -- Taiga tsut...@gmail.com
  
   2011年8月16日火曜日17時58分02秒 UTC+9 Ice13ill:
  
   I also removed the dot from the sender's email, but it didn't
work.
 Do
  I
   also have to remove the user from Permissions list, and add it
 (send
   invitation) again without the dot ?
  
   On 16 August 2011 01:17, Greg gms...@gmail.com wrote:
  
   I had the same problem - the application broke even though there

 had
   been no changes in a month. Changing the sender to a gmail
address
  without
   the dot solved it, as advertised.
   It was not encouraging that there was still no fix by Google,
and
  that
   the workaround was necessary. As someone else pointed out,
having
 to
  change
   the sender means that some users will no longer get the e-mails
  because of
   overly-tight spam filters.
  
   --
   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-java/-/**FBcpjq6gJP4J
  https://groups.google.com/d/msg/google-appengine-java/-/FBcpjq6gJP4J
 
   .
  
   To post to this group, send email to goog...@googlegroups.com**.
   To unsubscribe from this group, send email to
 google-appengine...@**
   googlegroups.com.
  
   For more options, visit this group at
http://groups.google.com/**
   group/google-appengine-java?**hl=en
  http://groups.google.com/group/google-appengine-java?hl=en
 
   .
  
  
   --
   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-java/-/MmGhZslkGesJ.
  
   To post to this group, send email to google...@googlegroups.com.
   To unsubscribe from this group, send email to
   google-ap...@googlegroups.com.
   For more options, visit this group at
   http://groups.google.com/group/google-appengine-java?hl=en.
  
  
  
  
   --
   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-java/-/icFDFOG-VsUJ.
   To post to this group, send email to
  google-app...@googlegroups.com.
   To unsubscribe from this group, send email to
  google-appengine...@googlegroups.com.
   For more options, visit this group at
  http://groups.google.com/group/google-appengine-java?hl=en.
  
 
  --
  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-app...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine...@googlegroups.com.
  For more options, visit this group at
  http://groups.google.com/group/google-appengine-java?hl=en.
 
 
  --
  You received this message because you are subscribed to the 

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Asmaa EL MOKHTARI
for me, i don't use the federated login.


2011/8/16 Andrei Cosmin Fifiiţă andrei.fifi...@gmail.com

 The original email is at gmail.com, as well as the email that works. My
 app has the federated login option selected, but it has nothing to do with
 the users that send the emails.
  On Aug 16, 2011 2:19 PM, Taiga tsutsumita...@gmail.com wrote:
  Please let me confirm this, one more, before remove the user.
 
  Do your original email address uses federated login ?
  (and do your good-working tested email does not uses federated login ?)
 
  There are some trouble about sending email from federated login user.
  (I got the information on Google-App-Engine-Japan group's log.)
 
  -- Taiga tsutsumita...@gmail.com
 
  2011年8月16日火曜日20時01分06秒 UTC+9 Ice13ill:
 
  So that means i have to remove the user from Permissions and add it
 again?
  On Aug 16, 2011 1:59 PM, Asmaa EL MOKHTARI elmokhta...@gmail.com
  wrote:
   hi Andrei,
  
   You must log in to your App Engine account by the sender mail without
 dot
   .
  
  
  
   2011/8/16 Andrei Cosmin Fifiiţă andrei@gmail.com
  
   Well, i still cannot use my original email address without the dot (i
   changed the sender in my code), but it seams that others managed to
   succeed... is there something i'm missing?
   On Aug 16, 2011 1:41 PM, Taiga tsutsu...@gmail.com wrote:
Hi, Ice13ill
Thank you. I tried to send mail from user not Billing
 Administrator,
and Success!
The billing admins' role does not matter about this problem, I got.
   
-- Taiga tsut...@gmail.com
   
2011年8月16日火曜日19時09分13秒 UTC+9 Ice13ill:
   
The sender is not Billing administrator. The users that i tested
  (that
didn't contain a dot) worked without being billing admins.
Also, I believe there can only be one billing administrator right
 ?
   
On 16 August 2011 13:06, Taiga tsut...@gmail.com wrote:
   
Hi.
   
My Application's sender success to sending email
meet these requirements:
   
* The application enable billing.
* The sender is Billing Administrator.
   
Does your application's sender have the role of Billing
  Administrator
   ?
   
(I got these requirements on Google-App-Engine-Japan group's
 user.)
   
-- Taiga tsut...@gmail.com
   
2011年8月16日火曜日17時58分02秒 UTC+9 Ice13ill:
   
I also removed the dot from the sender's email, but it didn't
 work.
  Do
   I
also have to remove the user from Permissions list, and add it
  (send
invitation) again without the dot ?
   
On 16 August 2011 01:17, Greg gms...@gmail.com wrote:
   
I had the same problem - the application broke even though
 there
  had
been no changes in a month. Changing the sender to a gmail
 address
   without
the dot solved it, as advertised.
It was not encouraging that there was still no fix by Google,
 and
   that
the workaround was necessary. As someone else pointed out,
 having
  to
   change
the sender means that some users will no longer get the e-mails
   because of
overly-tight spam filters.
   
--
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-java/-/**FBcpjq6gJP4J
   https://groups.google.com/d/msg/google-appengine-java/-/FBcpjq6gJP4J
 
  
.
   
To post to this group, send email to goog...@googlegroups.com
 **.
To unsubscribe from this group, send email to
  google-appengine...@**
googlegroups.com.
   
For more options, visit this group at
 http://groups.google.com/**
group/google-appengine-java?**hl=en
   http://groups.google.com/group/google-appengine-java?hl=en
  
.
   
   
--
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-java/-/MmGhZslkGesJ.
   
To post to this group, send email to google...@googlegroups.com.
To unsubscribe from this group, send email to
google-ap...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.
   
   
   
   
--
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-java/-/icFDFOG-VsUJ
 .
To post to this group, send email to
   google-app...@googlegroups.com.
To unsubscribe from this group, send email to
   google-appengine...@googlegroups.com.
For more options, visit this group at
   http://groups.google.com/group/google-appengine-java?hl=en.
   
  
   --
   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
   

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Andrei Cosmin Fifiiţă
I removed the user and add it again, sending invitation to the address
without dot. When I accepted the invitation, i logged in typing the address
without the dot. After accepting the invitation the email was registered as
it was originally created (with a dot), so it did not work :(
I don't know what's the problem...

On 16 August 2011 14:30, Asmaa EL MOKHTARI elmokhtari.as...@gmail.comwrote:

 for me, i don't use the federated login.


 2011/8/16 Andrei Cosmin Fifiiţă andrei.fifi...@gmail.com

 The original email is at gmail.com, as well as the email that works. My
 app has the federated login option selected, but it has nothing to do with
 the users that send the emails.
  On Aug 16, 2011 2:19 PM, Taiga tsutsumita...@gmail.com wrote:
  Please let me confirm this, one more, before remove the user.
 
  Do your original email address uses federated login ?
  (and do your good-working tested email does not uses federated login ?)
 
  There are some trouble about sending email from federated login user.
  (I got the information on Google-App-Engine-Japan group's log.)
 
  -- Taiga tsutsumita...@gmail.com
 
  2011年8月16日火曜日20時01分06秒 UTC+9 Ice13ill:
 
  So that means i have to remove the user from Permissions and add it
 again?
  On Aug 16, 2011 1:59 PM, Asmaa EL MOKHTARI elmokhta...@gmail.com
  wrote:
   hi Andrei,
  
   You must log in to your App Engine account by the sender mail without
 dot
   .
  
  
  
   2011/8/16 Andrei Cosmin Fifiiţă andrei@gmail.com
  
   Well, i still cannot use my original email address without the dot
 (i
   changed the sender in my code), but it seams that others managed to
   succeed... is there something i'm missing?
   On Aug 16, 2011 1:41 PM, Taiga tsutsu...@gmail.com wrote:
Hi, Ice13ill
Thank you. I tried to send mail from user not Billing
 Administrator,
and Success!
The billing admins' role does not matter about this problem, I
 got.
   
-- Taiga tsut...@gmail.com
   
2011年8月16日火曜日19時09分13秒 UTC+9 Ice13ill:
   
The sender is not Billing administrator. The users that i tested
  (that
didn't contain a dot) worked without being billing admins.
Also, I believe there can only be one billing administrator right
 ?
   
On 16 August 2011 13:06, Taiga tsut...@gmail.com wrote:
   
Hi.
   
My Application's sender success to sending email
meet these requirements:
   
* The application enable billing.
* The sender is Billing Administrator.
   
Does your application's sender have the role of Billing
  Administrator
   ?
   
(I got these requirements on Google-App-Engine-Japan group's
 user.)
   
-- Taiga tsut...@gmail.com
   
2011年8月16日火曜日17時58分02秒 UTC+9 Ice13ill:
   
I also removed the dot from the sender's email, but it didn't
 work.
  Do
   I
also have to remove the user from Permissions list, and add it
  (send
invitation) again without the dot ?
   
On 16 August 2011 01:17, Greg gms...@gmail.com wrote:
   
I had the same problem - the application broke even though
 there
  had
been no changes in a month. Changing the sender to a gmail
 address
   without
the dot solved it, as advertised.
It was not encouraging that there was still no fix by Google,
 and
   that
the workaround was necessary. As someone else pointed out,
 having
  to
   change
the sender means that some users will no longer get the
 e-mails
   because of
overly-tight spam filters.
   
--
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-java/-/**FBcpjq6gJP4J
  
 https://groups.google.com/d/msg/google-appengine-java/-/FBcpjq6gJP4J
  
.
   
To post to this group, send email to goog...@googlegroups.com
 **.
To unsubscribe from this group, send email to
  google-appengine...@**
googlegroups.com.
   
For more options, visit this group at
 http://groups.google.com/**
group/google-appengine-java?**hl=en
   http://groups.google.com/group/google-appengine-java?hl=en
  
.
   
   
--
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-java/-/MmGhZslkGesJ.
   
To post to this group, send email to google...@googlegroups.com
 .
To unsubscribe from this group, send email to
google-ap...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.
   
   
   
   
--
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-java/-/icFDFOG-VsUJ.
To post to this group, send email to
   

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Taiga
Do you invite the address as owner ?
(or does the address has owner role now ?)

2011年8月16日火曜日20時51分11秒 UTC+9 Ice13ill:

 I removed the user and add it again, sending invitation to the address 
 without dot. When I accepted the invitation, i logged in typing the address 
 without the dot. After accepting the invitation the email was registered as 
 it was originally created (with a dot), so it did not work :(
 I don't know what's the problem...

 On 16 August 2011 14:30, Asmaa EL MOKHTARI elmokhta...@gmail.com wrote:

 for me, i don't use the federated login.


 2011/8/16 Andrei Cosmin Fifiiţă andrei@gmail.com

 The original email is at gmail.com, as well as the email that works. My 
 app has the federated login option selected, but it has nothing to do with 
 the users that send the emails. 
  On Aug 16, 2011 2:19 PM, Taiga tsutsu...@gmail.com wrote:
  Please let me confirm this, one more, before remove the user.
  
  Do your original email address uses federated login ?
  (and do your good-working tested email does not uses federated login ?)
  
  There are some trouble about sending email from federated login user.
  (I got the information on Google-App-Engine-Japan group's log.)
  
  -- Taiga tsutsu...@gmail.com
  
  2011年8月16日火曜日20時01分06秒 UTC+9 Ice13ill:
 
  So that means i have to remove the user from Permissions and add it 
 again?
  On Aug 16, 2011 1:59 PM, Asmaa EL MOKHTARI elmok...@gmail.com 
  wrote:
   hi Andrei,
   
   You must log in to your App Engine account by the sender mail 
 without dot
   .
   
   
   
   2011/8/16 Andrei Cosmin Fifiiţă andre...@gmail.com
   
   Well, i still cannot use my original email address without the dot 
 (i
   changed the sender in my code), but it seams that others managed to
   succeed... is there something i'm missing?
   On Aug 16, 2011 1:41 PM, Taiga tsut...@gmail.com wrote:
Hi, Ice13ill
Thank you. I tried to send mail from user not Billing 
 Administrator,
and Success!
The billing admins' role does not matter about this problem, I 
 got.
   
-- Taiga tsu...@gmail.com
   
2011年8月16日火曜日19時09分13秒 UTC+9 Ice13ill:
   
The sender is not Billing administrator. The users that i tested 

  (that
didn't contain a dot) worked without being billing admins.
Also, I believe there can only be one billing administrator 
 right ?
   
On 16 August 2011 13:06, Taiga tsu...@gmail.com wrote:
   
Hi.
   
My Application's sender success to sending email
meet these requirements:
   
* The application enable billing.
* The sender is Billing Administrator.
   
Does your application's sender have the role of Billing 
  Administrator
   ?
   
(I got these requirements on Google-App-Engine-Japan group's 
 user.)
   
-- Taiga tsu...@gmail.com
   
2011年8月16日火曜日17時58分02秒 UTC+9 Ice13ill:
   
I also removed the dot from the sender's email, but it didn't 
 work. 
  Do
   I
also have to remove the user from Permissions list, and add it 

  (send
invitation) again without the dot ?
   
On 16 August 2011 01:17, Greg gms...@gmail.com wrote:
   
I had the same problem - the application broke even though 
 there 
  had
been no changes in a month. Changing the sender to a gmail 
 address
   without
the dot solved it, as advertised.
It was not encouraging that there was still no fix by Google, 
 and
   that
the workaround was necessary. As someone else pointed out, 
 having 
  to
   change
the sender means that some users will no longer get the 
 e-mails
   because of
overly-tight spam filters.
   
--
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-java/-/**FBcpjq6gJP4J
   
 https://groups.google.com/d/msg/google-appengine-java/-/FBcpjq6gJP4J
  
.
   
To post to this group, send email to goo...@googlegroups.com
 **.
To unsubscribe from this group, send email to 
  google-appengine...@**
googlegroups.com.
   
For more options, visit this group at 
 http://groups.google.com/**
group/google-appengine-java?**hl=en
   http://groups.google.com/group/google-appengine-java?hl=en
  
.
   
   
--
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-java/-/MmGhZslkGesJ.
   
To post to this group, send email to goog...@googlegroups.com.
To unsubscribe from this group, send email to
google...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.
   
   
   
   
--
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] Eclipse GAE with OSX Lion

2011-08-16 Thread objectuser
I've not had any problems with Lion either.  Working fine.

-- 
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-java/-/lIAdDf8NweQJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Asmaa EL MOKHTARI
this doesn't mean  that it doesn't work.
you may need to clear your browser's cache, close it and try again to login
in the app engine account with the new mail adress (without dot .)


2011/8/16 Andrei Cosmin Fifiiţă andrei.fifi...@gmail.com

 I removed the user and add it again, sending invitation to the address
 without dot. When I accepted the invitation, i logged in typing the address
 without the dot. After accepting the invitation the email was registered as
 it was originally created (with a dot), so it did not work :(
 I don't know what's the problem...


 On 16 August 2011 14:30, Asmaa EL MOKHTARI elmokhtari.as...@gmail.comwrote:

 for me, i don't use the federated login.


 2011/8/16 Andrei Cosmin Fifiiţă andrei.fifi...@gmail.com

 The original email is at gmail.com, as well as the email that works. My
 app has the federated login option selected, but it has nothing to do with
 the users that send the emails.
  On Aug 16, 2011 2:19 PM, Taiga tsutsumita...@gmail.com wrote:
  Please let me confirm this, one more, before remove the user.
 
  Do your original email address uses federated login ?
  (and do your good-working tested email does not uses federated login ?)
 
  There are some trouble about sending email from federated login user.
  (I got the information on Google-App-Engine-Japan group's log.)
 
  -- Taiga tsutsumita...@gmail.com
 
  2011年8月16日火曜日20時01分06秒 UTC+9 Ice13ill:
 
  So that means i have to remove the user from Permissions and add it
 again?
  On Aug 16, 2011 1:59 PM, Asmaa EL MOKHTARI elmokhta...@gmail.com
  wrote:
   hi Andrei,
  
   You must log in to your App Engine account by the sender mail
 without dot
   .
  
  
  
   2011/8/16 Andrei Cosmin Fifiiţă andrei@gmail.com
  
   Well, i still cannot use my original email address without the dot
 (i
   changed the sender in my code), but it seams that others managed to
   succeed... is there something i'm missing?
   On Aug 16, 2011 1:41 PM, Taiga tsutsu...@gmail.com wrote:
Hi, Ice13ill
Thank you. I tried to send mail from user not Billing
 Administrator,
and Success!
The billing admins' role does not matter about this problem, I
 got.
   
-- Taiga tsut...@gmail.com
   
2011年8月16日火曜日19時09分13秒 UTC+9 Ice13ill:
   
The sender is not Billing administrator. The users that i tested

  (that
didn't contain a dot) worked without being billing admins.
Also, I believe there can only be one billing administrator
 right ?
   
On 16 August 2011 13:06, Taiga tsut...@gmail.com wrote:
   
Hi.
   
My Application's sender success to sending email
meet these requirements:
   
* The application enable billing.
* The sender is Billing Administrator.
   
Does your application's sender have the role of Billing
  Administrator
   ?
   
(I got these requirements on Google-App-Engine-Japan group's
 user.)
   
-- Taiga tsut...@gmail.com
   
2011年8月16日火曜日17時58分02秒 UTC+9 Ice13ill:
   
I also removed the dot from the sender's email, but it didn't
 work.
  Do
   I
also have to remove the user from Permissions list, and add it

  (send
invitation) again without the dot ?
   
On 16 August 2011 01:17, Greg gms...@gmail.com wrote:
   
I had the same problem - the application broke even though
 there
  had
been no changes in a month. Changing the sender to a gmail
 address
   without
the dot solved it, as advertised.
It was not encouraging that there was still no fix by Google,
 and
   that
the workaround was necessary. As someone else pointed out,
 having
  to
   change
the sender means that some users will no longer get the
 e-mails
   because of
overly-tight spam filters.
   
--
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-java/-/**FBcpjq6gJP4J
  
 https://groups.google.com/d/msg/google-appengine-java/-/FBcpjq6gJP4J
  
.
   
To post to this group, send email to
 goog...@googlegroups.com**.
To unsubscribe from this group, send email to
  google-appengine...@**
googlegroups.com.
   
For more options, visit this group at
 http://groups.google.com/**
group/google-appengine-java?**hl=en
   http://groups.google.com/group/google-appengine-java?hl=en
  
.
   
   
--
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-java/-/MmGhZslkGesJ.
   
To post to this group, send email to
 google...@googlegroups.com.
To unsubscribe from this group, send email to
google-ap...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.
   
   
   
   
--
You received this message because you are 

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Andrei Cosmin Fifiiţă
I tested as Developer and Owner. The problem is that even though i invited
the user using its address without the dot, App Engine seas the original
email address, created with a dot. My code uses the address without the dot
when trying to send an email, but still, doesn't work...
The new user created for testing (without any dots) was added to Permissions
list as Developer and it worked.

On 16 August 2011 15:03, Taiga tsutsumita...@gmail.com wrote:

 Do you invite the address as owner ?
 (or does the address has owner role now ?)

 2011年8月16日火曜日20時51分11秒 UTC+9 Ice13ill:

 I removed the user and add it again, sending invitation to the address
 without dot. When I accepted the invitation, i logged in typing the address
 without the dot. After accepting the invitation the email was registered as
 it was originally created (with a dot), so it did not work :(
  I don't know what's the problem...

 On 16 August 2011 14:30, Asmaa EL MOKHTARI elmokhta...@gmail.com wrote:

 for me, i don't use the federated login.


 2011/8/16 Andrei Cosmin Fifiiţă andrei@gmail.com

 The original email is at gmail.com, as well as the email that works. My
 app has the federated login option selected, but it has nothing to do with
 the users that send the emails.
  On Aug 16, 2011 2:19 PM, Taiga tsutsu...@gmail.com wrote:
  Please let me confirm this, one more, before remove the user.
 
  Do your original email address uses federated login ?
  (and do your good-working tested email does not uses federated login
 ?)
 
  There are some trouble about sending email from federated login user.
  (I got the information on Google-App-Engine-Japan group's log.)
 
  -- Taiga tsutsu...@gmail.com

 
  2011年8月16日火曜日20時01分06秒 UTC+9 Ice13ill:
 
  So that means i have to remove the user from Permissions and add it
 again?
  On Aug 16, 2011 1:59 PM, Asmaa EL MOKHTARI elmok...@gmail.com
  wrote:
   hi Andrei,
  
   You must log in to your App Engine account by the sender mail
 without dot
   .
  
  
  
   2011/8/16 Andrei Cosmin Fifiiţă andre...@gmail.com

  
   Well, i still cannot use my original email address without the dot
 (i
   changed the sender in my code), but it seams that others managed
 to
   succeed... is there something i'm missing?
   On Aug 16, 2011 1:41 PM, Taiga tsut...@gmail.com wrote:
Hi, Ice13ill
Thank you. I tried to send mail from user not Billing
 Administrator,
and Success!
The billing admins' role does not matter about this problem, I
 got.
   
-- Taiga tsu...@gmail.com

   
2011年8月16日火曜日19時09分13秒 UTC+9 Ice13ill:
   
The sender is not Billing administrator. The users that i
 tested
  (that
didn't contain a dot) worked without being billing admins.
Also, I believe there can only be one billing administrator
 right ?
   
On 16 August 2011 13:06, Taiga tsu...@gmail.com wrote:
   
Hi.
   
My Application's sender success to sending email
meet these requirements:
   
* The application enable billing.
* The sender is Billing Administrator.
   
Does your application's sender have the role of Billing
  Administrator
   ?
   
(I got these requirements on Google-App-Engine-Japan group's
 user.)
   
-- Taiga tsu...@gmail.com

   
2011年8月16日火曜日17時58分02秒 UTC+9 Ice13ill:
   
I also removed the dot from the sender's email, but it didn't
 work.
  Do
   I
also have to remove the user from Permissions list, and add
 it
  (send
invitation) again without the dot ?
   
On 16 August 2011 01:17, Greg gms...@gmail.com wrote:
   
I had the same problem - the application broke even though
 there
  had
been no changes in a month. Changing the sender to a gmail
 address
   without
the dot solved it, as advertised.
It was not encouraging that there was still no fix by
 Google, and
   that
the workaround was necessary. As someone else pointed out,
 having
  to
   change
the sender means that some users will no longer get the
 e-mails
   because of
overly-tight spam filters.
   
--
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-java/-/FBcpjq6gJP4J
   https://groups.google.com/d/**msg/google-appengine-java/-/**
 FBcpjq6gJP4Jhttps://groups.google.com/d/msg/google-appengine-java/-/FBcpjq6gJP4J
 
  
.
   
To post to this group, send email to
 goo...@googlegroups.com**.

To unsubscribe from this group, send email to
  google-appengine...@**
googlegroups.com.
   
For more options, visit this group at
 http://groups.google.com/**
group/google-appengine-java?hl=en
   http://groups.google.com/**group/google-appengine-java?**hl=enhttp://groups.google.com/group/google-appengine-java?hl=en
 
  
.
   
   
--
You received this message because you are subscribed to the
 Google
   Groups
Google App Engine for Java group.

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Asmaa EL MOKHTARI
are you using the same email adress whout dot . ?
because in other GAE forum, i found this:

(As a workaround, I tried adding the same gmail address I've been using, but
without the .'s in it, as a developer.

No dice.  It let me accept the invitation, but then the new non-dot
developer disappeared from the Permissions list.

So, apparently, GAE recognized that the two emails were actually the same
google account.

On the advice of google (over at the production issue report), I've
rejiggered my app to send from a different email account, and notified my
users of the change.)




2011/8/16 Andrei Cosmin Fifiiţă andrei.fifi...@gmail.com

 I tested as Developer and Owner. The problem is that even though i invited
 the user using its address without the dot, App Engine seas the original
 email address, created with a dot. My code uses the address without the dot
 when trying to send an email, but still, doesn't work...
 The new user created for testing (without any dots) was added to
 Permissions list as Developer and it worked.


 On 16 August 2011 15:03, Taiga tsutsumita...@gmail.com wrote:

 Do you invite the address as owner ?
 (or does the address has owner role now ?)

 2011年8月16日火曜日20時51分11秒 UTC+9 Ice13ill:

 I removed the user and add it again, sending invitation to the address
 without dot. When I accepted the invitation, i logged in typing the address
 without the dot. After accepting the invitation the email was registered as
 it was originally created (with a dot), so it did not work :(
  I don't know what's the problem...

 On 16 August 2011 14:30, Asmaa EL MOKHTARI elmokhta...@gmail.comwrote:

 for me, i don't use the federated login.


 2011/8/16 Andrei Cosmin Fifiiţă andrei@gmail.com

 The original email is at gmail.com, as well as the email that works.
 My app has the federated login option selected, but it has nothing to do
 with the users that send the emails.
  On Aug 16, 2011 2:19 PM, Taiga tsutsu...@gmail.com wrote:
  Please let me confirm this, one more, before remove the user.
 
  Do your original email address uses federated login ?
  (and do your good-working tested email does not uses federated login
 ?)
 
  There are some trouble about sending email from federated login user.
  (I got the information on Google-App-Engine-Japan group's log.)
 
  -- Taiga tsutsu...@gmail.com

 
  2011年8月16日火曜日20時01分06秒 UTC+9 Ice13ill:
 
  So that means i have to remove the user from Permissions and add it
 again?
  On Aug 16, 2011 1:59 PM, Asmaa EL MOKHTARI elmok...@gmail.com
  wrote:
   hi Andrei,
  
   You must log in to your App Engine account by the sender mail
 without dot
   .
  
  
  
   2011/8/16 Andrei Cosmin Fifiiţă andre...@gmail.com

  
   Well, i still cannot use my original email address without the
 dot (i
   changed the sender in my code), but it seams that others managed
 to
   succeed... is there something i'm missing?
   On Aug 16, 2011 1:41 PM, Taiga tsut...@gmail.com wrote:
Hi, Ice13ill
Thank you. I tried to send mail from user not Billing
 Administrator,
and Success!
The billing admins' role does not matter about this problem, I
 got.
   
-- Taiga tsu...@gmail.com

   
2011年8月16日火曜日19時09分13秒 UTC+9 Ice13ill:
   
The sender is not Billing administrator. The users that i
 tested
  (that
didn't contain a dot) worked without being billing admins.
Also, I believe there can only be one billing administrator
 right ?
   
On 16 August 2011 13:06, Taiga tsu...@gmail.com wrote:
   
Hi.
   
My Application's sender success to sending email
meet these requirements:
   
* The application enable billing.
* The sender is Billing Administrator.
   
Does your application's sender have the role of Billing
  Administrator
   ?
   
(I got these requirements on Google-App-Engine-Japan group's
 user.)
   
-- Taiga tsu...@gmail.com

   
2011年8月16日火曜日17時58分02秒 UTC+9 Ice13ill:
   
I also removed the dot from the sender's email, but it
 didn't work.
  Do
   I
also have to remove the user from Permissions list, and add
 it
  (send
invitation) again without the dot ?
   
On 16 August 2011 01:17, Greg gms...@gmail.com wrote:
   
I had the same problem - the application broke even though
 there
  had
been no changes in a month. Changing the sender to a gmail
 address
   without
the dot solved it, as advertised.
It was not encouraging that there was still no fix by
 Google, and
   that
the workaround was necessary. As someone else pointed out,
 having
  to
   change
the sender means that some users will no longer get the
 e-mails
   because of
overly-tight spam filters.
   
--
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-java/-/FBcpjq6gJP4J
   https://groups.google.com/d/**msg/google-appengine-java/-/**
 

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Andrei Cosmin Fifiiţă
Well, yes, that is what i tried...  I thought it worked for some people but
i has wrong... I knew that removing the dot was actually a representation of
the same address, that's why i removed the account from Permissions, and add
it again... Anyways, this is somehow annoying so i hope they'll fix the
problem soon :)

On 16 August 2011 15:28, Asmaa EL MOKHTARI elmokhtari.as...@gmail.comwrote:

 are you using the same email adress whout dot . ?
 because in other GAE forum, i found this:

 (As a workaround, I tried adding the same gmail address I've been using,
 but without the .'s in it, as a developer.

 No dice.  It let me accept the invitation, but then the new non-dot
 developer disappeared from the Permissions list.

 So, apparently, GAE recognized that the two emails were actually the same
 google account.

 On the advice of google (over at the production issue report), I've
 rejiggered my app to send from a different email account, and notified my
 users of the change.)




 2011/8/16 Andrei Cosmin Fifiiţă andrei.fifi...@gmail.com

 I tested as Developer and Owner. The problem is that even though i invited
 the user using its address without the dot, App Engine seas the original
 email address, created with a dot. My code uses the address without the dot
 when trying to send an email, but still, doesn't work...
 The new user created for testing (without any dots) was added to
 Permissions list as Developer and it worked.


 On 16 August 2011 15:03, Taiga tsutsumita...@gmail.com wrote:

 Do you invite the address as owner ?
 (or does the address has owner role now ?)

 2011年8月16日火曜日20時51分11秒 UTC+9 Ice13ill:

 I removed the user and add it again, sending invitation to the address
 without dot. When I accepted the invitation, i logged in typing the address
 without the dot. After accepting the invitation the email was registered as
 it was originally created (with a dot), so it did not work :(
  I don't know what's the problem...

 On 16 August 2011 14:30, Asmaa EL MOKHTARI elmokhta...@gmail.comwrote:

 for me, i don't use the federated login.


 2011/8/16 Andrei Cosmin Fifiiţă andrei@gmail.com

 The original email is at gmail.com, as well as the email that works.
 My app has the federated login option selected, but it has nothing to do
 with the users that send the emails.
  On Aug 16, 2011 2:19 PM, Taiga tsutsu...@gmail.com wrote:
  Please let me confirm this, one more, before remove the user.
 
  Do your original email address uses federated login ?
  (and do your good-working tested email does not uses federated login
 ?)
 
  There are some trouble about sending email from federated login
 user.
  (I got the information on Google-App-Engine-Japan group's log.)
 
  -- Taiga tsutsu...@gmail.com

 
  2011年8月16日火曜日20時01分06秒 UTC+9 Ice13ill:
 
  So that means i have to remove the user from Permissions and add it
 again?
  On Aug 16, 2011 1:59 PM, Asmaa EL MOKHTARI elmok...@gmail.com
  wrote:
   hi Andrei,
  
   You must log in to your App Engine account by the sender mail
 without dot
   .
  
  
  
   2011/8/16 Andrei Cosmin Fifiiţă andre...@gmail.com

  
   Well, i still cannot use my original email address without the
 dot (i
   changed the sender in my code), but it seams that others managed
 to
   succeed... is there something i'm missing?
   On Aug 16, 2011 1:41 PM, Taiga tsut...@gmail.com wrote:
Hi, Ice13ill
Thank you. I tried to send mail from user not Billing
 Administrator,
and Success!
The billing admins' role does not matter about this problem, I
 got.
   
-- Taiga tsu...@gmail.com

   
2011年8月16日火曜日19時09分13秒 UTC+9 Ice13ill:
   
The sender is not Billing administrator. The users that i
 tested
  (that
didn't contain a dot) worked without being billing admins.
Also, I believe there can only be one billing administrator
 right ?
   
On 16 August 2011 13:06, Taiga tsu...@gmail.com wrote:
   
Hi.
   
My Application's sender success to sending email
meet these requirements:
   
* The application enable billing.
* The sender is Billing Administrator.
   
Does your application's sender have the role of Billing
  Administrator
   ?
   
(I got these requirements on Google-App-Engine-Japan group's
 user.)
   
-- Taiga tsu...@gmail.com

   
2011年8月16日火曜日17時58分02秒 UTC+9 Ice13ill:
   
I also removed the dot from the sender's email, but it
 didn't work.
  Do
   I
also have to remove the user from Permissions list, and add
 it
  (send
invitation) again without the dot ?
   
On 16 August 2011 01:17, Greg gms...@gmail.com wrote:
   
I had the same problem - the application broke even though
 there
  had
been no changes in a month. Changing the sender to a gmail
 address
   without
the dot solved it, as advertised.
It was not encouraging that there was still no fix by
 Google, and
   that
the workaround was necessary. As someone else pointed out,
 having
  to
   change
the sender means that 

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Taiga
Yes, It seems that there are no faults on you any more...
I'm waiting next information about this issue from googler.
-- Taiga tsutsumita...@gmail.com

2011年8月16日火曜日21時33分17秒 UTC+9 Ice13ill:

 Well, yes, that is what i tried...  I thought it worked for some people but 
 i has wrong... I knew that removing the dot was actually a representation of 
 the same address, that's why i removed the account from Permissions, and add 
 it again... Anyways, this is somehow annoying so i hope they'll fix the 
 problem soon :)

 On 16 August 2011 15:28, Asmaa EL MOKHTARI elmokhta...@gmail.com wrote:

 are you using the same email adress whout dot . ?
 because in other GAE forum, i found this:

 (As a workaround, I tried adding the same gmail address I've been using, 
 but without the .'s in it, as a developer.

 No dice.  It let me accept the invitation, but then the new non-dot 
 developer disappeared from the Permissions list.

 So, apparently, GAE recognized that the two emails were actually the same 
 google account.

 On the advice of google (over at the production issue report), I've 
 rejiggered my app to send from a different email account, and notified my 
 users of the change.)




 2011/8/16 Andrei Cosmin Fifiiţă andrei@gmail.com

 I tested as Developer and Owner. The problem is that even though i 
 invited the user using its address without the dot, App Engine seas the 
 original email address, created with a dot. My code uses the address 
 without 
 the dot when trying to send an email, but still, doesn't work...
 The new user created for testing (without any dots) was added to 
 Permissions list as Developer and it worked.


 On 16 August 2011 15:03, Taiga tsutsu...@gmail.com wrote:

 Do you invite the address as owner ?
 (or does the address has owner role now ?)

 2011年8月16日火曜日20時51分11秒 UTC+9 Ice13ill:

 I removed the user and add it again, sending invitation to the address 
 without dot. When I accepted the invitation, i logged in typing the 
 address 
 without the dot. After accepting the invitation the email was registered 
 as 
 it was originally created (with a dot), so it did not work :(
  I don't know what's the problem...

 On 16 August 2011 14:30, Asmaa EL MOKHTARI elmok...@gmail.com wrote:

 for me, i don't use the federated login.


 2011/8/16 Andrei Cosmin Fifiiţă andre...@gmail.com

 The original email is at gmail.com, as well as the email that works. 
 My app has the federated login option selected, but it has nothing to 
 do 
 with the users that send the emails. 
  On Aug 16, 2011 2:19 PM, Taiga tsut...@gmail.com wrote:
  Please let me confirm this, one more, before remove the user.
  
  Do your original email address uses federated login ?
  (and do your good-working tested email does not uses federated 
 login ?)
  
  There are some trouble about sending email from federated login 
 user.
  (I got the information on Google-App-Engine-Japan group's log.)
  
  -- Taiga tsut...@gmail.com

  
  2011年8月16日火曜日20時01分06秒 UTC+9 Ice13ill:
 
  So that means i have to remove the user from Permissions and add 
 it again?
  On Aug 16, 2011 1:59 PM, Asmaa EL MOKHTARI elmo...@gmail.com 
  wrote:
   hi Andrei,
   
   You must log in to your App Engine account by the sender mail 
 without dot
   .
   
   
   
   2011/8/16 Andrei Cosmin Fifiiţă andr...@gmail.com

   
   Well, i still cannot use my original email address without the 
 dot (i
   changed the sender in my code), but it seams that others 
 managed to
   succeed... is there something i'm missing?
   On Aug 16, 2011 1:41 PM, Taiga tsu...@gmail.com wrote:
Hi, Ice13ill
Thank you. I tried to send mail from user not Billing 
 Administrator,
and Success!
The billing admins' role does not matter about this problem, 
 I got.
   
-- Taiga tsu...@gmail.com

   
2011年8月16日火曜日19時09分13秒 UTC+9 Ice13ill:
   
The sender is not Billing administrator. The users that i 
 tested 
  (that
didn't contain a dot) worked without being billing admins.
Also, I believe there can only be one billing administrator 
 right ?
   
On 16 August 2011 13:06, Taiga tsu...@gmail.com wrote:
   
Hi.
   
My Application's sender success to sending email
meet these requirements:
   
* The application enable billing.
* The sender is Billing Administrator.
   
Does your application's sender have the role of Billing 
  Administrator
   ?
   
(I got these requirements on Google-App-Engine-Japan 
 group's user.)
   
-- Taiga tsu...@gmail.com

   
2011年8月16日火曜日17時58分02秒 UTC+9 Ice13ill:
   
I also removed the dot from the sender's email, but it 
 didn't work. 
  Do
   I
also have to remove the user from Permissions list, and 
 add it 
  (send
invitation) again without the dot ?
   
On 16 August 2011 01:17, Greg gms...@gmail.com wrote:
   
I had the same problem - the application broke even 
 though there 
  had
been no changes in a month. Changing the sender to a 
 gmail address
   without
 

Re: [appengine-java] How to HTTP Request a public Google Doc from GAE Java?

2011-08-16 Thread Aswath Satrasala
Hi,
You can use gdata-java-client
http://code.google.com/p/gdata-java-client/

Also, look at
http://code.google.com/appengine/articles/java/retrieving_gdata_feeds.html

-Aswath
www.AccountingGuru.in.

On Tue, Aug 16, 2011 at 1:38 AM, Slaine lennart.ben...@gmail.com wrote:

 Hi all,

 Does anyone know how a public (web published) Google doc can be
 requested with HTTP from GAE Java?

 I used to do this with this very straight forward code but for some
 reason, it does not work anymore.

 URL url = new URL(requestUrl.toString());
 BufferedReader in = new BufferedReader(new
 InputStreamReader(   url.openStream()));
 String inputLine;
  while ((inputLine = in.readLine()) != null) {
  str = str +  inputLine + \n;
  }
 in.close();
 return str;

 I have done a similar post but with rather cryptic title so I
 rephrased here.


 http://groups.google.com/group/google-appengine-java/browse_thread/thread/9845b590a887ade9/1e5eb9458d499da4#1e5eb9458d499da4

 BR  All help really appreciated!

 --
 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
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.



-- 
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 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] How to HTTP Request a public Google Doc from GAE Java?

2011-08-16 Thread Lennart Benoot
Thanks for your feedback.
Correct me if I'm wrong but I believe what you are referring to is
authenticated access to these documents. That's what I want to avoid and why
these documents are web published and accessible to all.

Or is it possible tot retreive these documents with gdata client without
being authenticated when document is published on the web?

If so, do you happen to have some example code?

BR

On 16 August 2011 16:07, Aswath Satrasala aswath.satras...@gmail.comwrote:

 Hi,
 You can use gdata-java-client
 http://code.google.com/p/gdata-java-client/

 Also, look at
 http://code.google.com/appengine/articles/java/retrieving_gdata_feeds.html

 -Aswath
 www.AccountingGuru.in.

 On Tue, Aug 16, 2011 at 1:38 AM, Slaine lennart.ben...@gmail.com wrote:

 Hi all,

 Does anyone know how a public (web published) Google doc can be
 requested with HTTP from GAE Java?

 I used to do this with this very straight forward code but for some
 reason, it does not work anymore.

 URL url = new URL(requestUrl.toString());
 BufferedReader in = new BufferedReader(new
 InputStreamReader(   url.openStream()));
 String inputLine;
  while ((inputLine = in.readLine()) != null) {
  str = str +  inputLine + \n;
  }
 in.close();
 return str;

 I have done a similar post but with rather cryptic title so I
 rephrased here.


 http://groups.google.com/group/google-appengine-java/browse_thread/thread/9845b590a887ade9/1e5eb9458d499da4#1e5eb9458d499da4

 BR  All help really appreciated!

 --
 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
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


  --
 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
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


-- 
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 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] QUOTAs, usage limits

2011-08-16 Thread Martin Newstead
I am building my application to use the Google Elevations Webservice
API which has usage quotas which is apparantly checked by IP of the
caller, 1000 requests perday. what does this mean in the GAE
environment ? will the Elevations webservice always see my app with
the same IP ? Will other apps in GAE also appear to have the same IP
if they called the same service ?

-- 
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 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: QUOTAs, usage limits

2011-08-16 Thread Simon Knott
It means that you will very likely require a proxy server in the middle.  

GAE doesn't allow you to present a single, static IP address and all 
GAE-hosted applications will be detected as the same IP range - I know for 
Twitter / Facebook there have been a number of developers who have hit 
their quota because other applications have been hitting the service from 
the same IP.

-- 
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-java/-/IXd182hDydgJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Banning users from my app.

2011-08-16 Thread Rohan Chandiramani
Greetings gentlemen,

I haven't found ANY articles either here or on SO about discussing  methods 
of keeping the bad people out of your app, so i'l just ask it here.
I want to be able to press a button that will ban the user from accessing my 
app and the most straightforward thing i can think of is on my one and only 
RPC call also check if the user is banned by checking my 'banned' table.

but...

This costs me a database call each time.

So i'm wondering, how do all the cool developers handle this problem?
Like what i'm suggesting or is there a some secret api that handles it for 
me.

I'm not asking my users to log in.

Thanks,

Rohan

-- 
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-java/-/67aKbQA64PoJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Using long text with JPA for GAE

2011-08-16 Thread Thierry Templier
Hello,

I would like to use long text through JPA. I read that String properties can 
only contain 500 characters and Text properties must be used for longer 
texts. I wonder if it's possible to configure the type of text through JPA 
annotations. I would like to be independant from any GAE class from my model 
objects. I tried something like that:

@Column(columnDefinition=TEXT)
private String content;

Thanks very much for your help.
Thierry

-- 
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-java/-/tWfCDGfd1goJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Simple Throttling filter doesn't work

2011-08-16 Thread Kesava Neeli
I have a simple filter defined in web.xml like this. 

filter

filter-nameThrottlingFilter/filter-name

filter-classcom.xyz.filters.ThrottlingFilter/filter-class

/filter

filter-mapping

filter-nameThrottlingFilter/filter-name

url-pattern/*/url-pattern

/filter-mapping

and my code looks like below. In my test below, i wanted to allow only 2 
simultaneous connections to my page. I put an artificial sleep in my 
servlets and made 5 concurrent requests but the filter logic doesn't kick 
in. The connectionCount seems to be 0 for all the servlet requests. Can 
anyone suggest what's wrong? 


public class ThrottlingFilter implements Filter

{

   private static final String 
CONNECTION_NOT_ALLOWED_REACHED_MAXIMUM_NUMBER_OF_CONNECTIONS =

   Connection not allowed: reached maximum number of connections;


   private static final Logger log = Logger.getLogger(ThrottlingFilter.class
.getName());

   private int connectionCount = 0;

   private int max_connection_count = 2;


   public void destroy()

   {}


   public void init(FilterConfig config)

   {}

   

   @Override

   public void doFilter(ServletRequest request, ServletResponse response, 
FilterChain chain)

   throws IOException, ServletException

   {

  final boolean allowed;

  final HttpServletRequest httpRequest = (HttpServletRequest) request;

  final HttpServletResponse httpResponse = (HttpServletResponse) 
response;

  

  synchronized (this)

  {

 allowed = connectionCount  max_connection_count;

 log.info(connectionCount =  + connectionCount + ; 
max_connection_count =  + max_connection_count);


 if (allowed)

 {

++connectionCount;

log.info(connectionCount =  + connectionCount + ; in allowed 
block);

 }

  }

  if (!allowed) {

  log.info(CONNECTION_NOT_ALLOWED_REACHED_MAXIMUM_NUMBER_OF_CONNECTIONS
);

  httpResponse.sendError(HttpServletResponse.SC_SERVICE_UNAVAILABLE, 
CONNECTION_NOT_ALLOWED_REACHED_MAXIMUM_NUMBER_OF_CONNECTIONS);

  return;

  }


  try

  {

 chain.doFilter(httpRequest, httpResponse);

  }

  finally

  {

 synchronized (this)

 {

if (--connectionCount  0)

{

   connectionCount = 0;

}

log.info(connectionCount =  + connectionCount + ; in finally 
block);

 }

  }

   }

}

-- 
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-java/-/ogFIUgw2wlEJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Banning users from my app.

2011-08-16 Thread Renan Mobile
Hello,

I didn't figure out another way. So i check if the user is ban in each RPC
call

Atenciosamente,

-
Presidente Renan Franca

Renan Mobile ltda: http://renanmobile.com - Soluções em Dispositivos Móveis
(Smartphones) com integração via web.
Soluções em:
Android (Smartphones);
Google Web Toolkit (Web);



2011/8/15 Rohan Chandiramani masterxr...@gmail.com

 Greetings gentlemen,

 I haven't found ANY articles either here or on SO about discussing  methods
 of keeping the bad people out of your app, so i'l just ask it here.
 I want to be able to press a button that will ban the user
 from accessing my app and the most straightforward thing i can think of is
 on my one and only RPC call also check if the user is banned by checking my
 'banned' table.

 but...

 This costs me a database call each time.

 So i'm wondering, how do all the cool developers handle this problem?
 Like what i'm suggesting or is there a some secret api that handles it for
 me.

 I'm not asking my users to log in.

 Thanks,

 Rohan

 --
 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-java/-/67aKbQA64PoJ.
 To post to this group, send email to
 google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


-- 
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 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: Simple Throttling filter doesn't work

2011-08-16 Thread Kesava Neeli
Team,

Anyone has thoughts on above problem? I tested the same code in Tomcat/Jboss 
and it works fine. I could see the filter kicking in correctly after 2 
concurrent active requests. Looks like it's not possible only in appengine. 
I was trying to safegaurd the application from any DOS kind of attacks. Can 
someone in GAE team confirm whether this should work on appengine or not? 

Thanks
Neeli 

-- 
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-java/-/iUJd_L4ZMp8J.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] DatastoretimeExceptions

2011-08-16 Thread Ikai Lan (Google)
Aswath, is your application on master/slave or high replication?

--
Ikai Lan
Developer Programs Engineer, Google App Engine
plus.ikailan.com | twitter.com/ikai



On Tue, Aug 9, 2011 at 3:59 AM, Aswath Satrasala aswath.satras...@gmail.com
 wrote:

 Hello All,
 Recently for the past 2-3 days,  I see the logs with
 DatastoreTimeoutExceptions.

 Anyone experiencing the same...

 -Aswath
 www.AccountingGuru.in.

 --
 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
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


-- 
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 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Delay for later request

2011-08-16 Thread Ikai Lan (Google)
It probably has to do with loading requests. Does your app take a long time
to load?

--
Ikai Lan
Developer Programs Engineer, Google App Engine
plus.ikailan.com | twitter.com/ikai



On Tue, Aug 9, 2011 at 9:49 AM, WillSpecht willspe...@gmail.com wrote:

 I am have created a search bar similar to facebook that shows you
 names and pictures as you type into a search bar.  e.g. typing jo
 would bring up a drop down of John Smith and Michael Jordan.  This
 works really well on the development server, and even works really
 well in production, when the user searches immediately after loading
 the page.  If I wait on the page, say 30 seconds to a min.  Then try
 and use the search bar, it takes a very long time to show the
 results.  Sometimes as long as 15 seconds, when it used to be
 immediate.  Can someone explain what is going on here.  Is there any
 way I can keep this request hot?  My search bar implements the JQuery
 autocomplete bar and uses Jquery ajax gets to fetch the results.

 --
 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
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.



-- 
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 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Creating an image into the blobstore by programmation

2011-08-16 Thread Ikai Lan (Google)
What is the error you see?

--
Ikai Lan
Developer Programs Engineer, Google App Engine
plus.ikailan.com | twitter.com/ikai



On Sun, Aug 14, 2011 at 11:26 AM, Christian Goudreau 
goudreau.christ...@gmail.com wrote:

 Hi everyone,

 I tried unsuccessfully to create image pragmatically on the server side and
 add it to the blobstore. By following the instructions in the tutorial about
 writing file, I end up with an error on that line: AppEngineFile file 
 =fileService
 .createNewBlobFile(text/plain);

 I want to use the html5 new multiple upload input to add a lot of images
 into my blobstore.

 If anyone has encountered something similar, please help me.

 thanks,

 --
 Christian Goudreau
 www.arcbees.com

  --
 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
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


-- 
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 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Errors occurred during the build. Errors running builder 'Profiling Builder' on project ### Unknown local variable 7

2011-08-16 Thread Ikai Lan (Google)
Do you have 7 somewhere? Maybe you copied and pasted a line number?

--
Ikai Lan
Developer Programs Engineer, Google App Engine
plus.ikailan.com | twitter.com/ikai



On Sun, Aug 14, 2011 at 1:32 PM, scorpion pushkar...@gmail.com wrote:

 Hi Every1,

 Has any1 seen the above message. I get this while trying to compile.
 Here is the list of software  -

 WinXP SP3
 Eclipse SDK Version: 3.6.2
 Google Eclipse plugin for appengine - 1.5.2
 GWT - 2.3.0
 jdk -1.6.024

 This message doesnt seem to appear in any log files etc.

 Obviously the project name above is replaced with ###.

 How do I work around. I think this started happening when I upgraded
 the versions of appengine/GWT.

 tia

 --
 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
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.



-- 
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 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] How to increase mapper quota?

2011-08-16 Thread Ikai Lan (Google)
What's your task queue quota set at?

--
Ikai Lan
Developer Programs Engineer, Google App Engine
plus.ikailan.com | twitter.com/ikai



On Fri, Aug 12, 2011 at 1:01 PM, Rob Patel robpate...@gmail.com wrote:

 I am using google app engine Mapper API to delete all rows (approx.
 2M) for a particular entity in my GAE datastore. However, even though
 I have a billed account, I still get -

 com.google.appengine.tools.mapreduce.MapReduceServlet processMapper:
 Out of mapper quota. Aborting request until quota is replenished.
 Consider increasing mapreduce.mapper.inputprocessingrate (default
 1000) if you would like your mapper job to complete faster.

 How do I specifically increase the mapper quota? I need to remove the
 records urgently, but cannot find any documentation to increase mapper
 quota. Can someone please help? If there is any other best practices I
 should follow, please let me know.

 thanks!

 --
 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
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.



-- 
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 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] send email in eclipse development mode?

2011-08-16 Thread Ikai Lan (Google)
Typically I mock out the email sending and just make sure the right data is
being passed, but there are definitely bits that can only be tested with
real email. For those I usually use a staging server. In general, you want
to test as much as possible with unit tests.

--
Ikai Lan
Developer Programs Engineer, Google App Engine
plus.ikailan.com | twitter.com/ikai



On Sat, Aug 13, 2011 at 6:45 AM, kfer38 kfe...@gmail.com wrote:

 How do you test sending out an email when running GAE project in
 development mode in eclipse? Can you only test smtp online?

 --
 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-java/-/0rDrk3P6taIJ.
 To post to this group, send email to
 google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


-- 
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 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Deploy button in Eclipse does not prompt for administrator account username

2011-08-16 Thread Ikai Lan (Google)
You need to go to:

appengine.google.com

and register an application ID. You can't use one that's taken. Once that's
done, put that into your appengine-web.xml.

--
Ikai Lan
Developer Programs Engineer, Google App Engine
plus.ikailan.com | twitter.com/ikai



On Sun, Aug 14, 2011 at 10:26 PM, C De chandralekh...@gmail.com wrote:

 So I installed Google App Engine for Java using Eclipse and successfully
 created the sample Guestbook project.I managed to run the project on my
 machine and also created an app id using the admin console. However when I
 try and deploy the app on the Google App Engine I do not get any prompt
 asking me to login, subsequently I get an error saying This application
 does not exist.

 --
 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-java/-/-PFNasspAU4J.
 To post to this group, send email to
 google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


-- 
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 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: Simple Throttling filter doesn't work

2011-08-16 Thread Simon Knott
A few questions / comments:

   - How many instances can you see being started in your GAE application, 
   in the admin console?  This code only works on the assumption that you have 
   one JVM running and it's very likely that you have more than one.  i.e.  To 
   put it bluntly, this code is almost completely useless on GAE.
   - Have you set your application to be thread safe?  If you have, then 
   this code would probably work for a brief moment of time until your thread 
   count increased slightly.
   
Also, GAE already has DOS protection - see this link for more info 
http://code.google.com/appengine/docs/java/config/dos.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-appengine-java/-/671D03GBNjEJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Banning users from my app.

2011-08-16 Thread Ikai Lan (Google)
Yep. Datastore call and possibly Memcache (usually when someone is banned
they stay banned).

A optimization here would to cache something like a bloom filter (
http://www.google.com/search?sourceid=chromeie=UTF-8q=bloom+filter) in
local memory, and if a user hashes to in the set, check again to the
datastore. This will work well because the false positives/banned users will
be a VERY small percentage of your total user base, and it saves you the
hassle of having to check each time. The only trick is expiring that cache:
you might want the cache to expire every 5-10 minutes or so, which means a
banned user isn't actually banned for that window. Also - since instances
don't share memory, it's possible for instances to be out of sync from one
another during that window.

--
Ikai Lan
Developer Programs Engineer, Google App Engine
plus.ikailan.com | twitter.com/ikai



On Tue, Aug 16, 2011 at 11:15 AM, Renan Mobile
renanfra...@renanmobile.comwrote:

 Hello,

 I didn't figure out another way. So i check if the user is ban in each RPC
 call

 Atenciosamente,

 -
 Presidente Renan Franca
 
 Renan Mobile ltda: http://renanmobile.com - Soluções em Dispositivos
 Móveis (Smartphones) com integração via web.
 Soluções em:
 Android (Smartphones);
 Google Web Toolkit (Web);




 2011/8/15 Rohan Chandiramani masterxr...@gmail.com

 Greetings gentlemen,

 I haven't found ANY articles either here or on SO
 about discussing  methods of keeping the bad people out of your app, so i'l
 just ask it here.
 I want to be able to press a button that will ban the user
 from accessing my app and the most straightforward thing i can think of is
 on my one and only RPC call also check if the user is banned by checking my
 'banned' table.

 but...

 This costs me a database call each time.

 So i'm wondering, how do all the cool developers handle this problem?
 Like what i'm suggesting or is there a some secret api that handles it for
 me.

 I'm not asking my users to log in.

 Thanks,

 Rohan

 --
 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-java/-/67aKbQA64PoJ.
 To post to this group, send email to
 google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


  --
 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
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


-- 
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 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] - datastore owned parent to child query capabilities

2011-08-16 Thread Ikai Lan (Google)
No, there isn't. You'll have to figure out a way to create indexes. How
about a list property on the parent entity? Think denormalization: in App
Engine you're using best off storing the same data multiple times.

--
Ikai Lan
Developer Programs Engineer, Google App Engine
plus.ikailan.com | twitter.com/ikai



On Tue, Aug 2, 2011 at 1:16 PM, sam ajay.sam...@gmail.com wrote:

 Is there an example to query parent list based on filter criteria
 based on child attributed.
 Parent has list of children. Not one child.

 I have seen examples of parent having one child and basic filter on
 parent attributes but not using child attributes where child is a list
 inside parent.

 --
 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
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.



-- 
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 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] MemcacheService.increment incrementAll doesn't have Expiration setting

2011-08-16 Thread Ikai Lan (Google)
I *believe* you can putAll the values first so there's an expiration, then
the increment will respect that.

A different implementation might be to use the minute in the Memcache key
itself. I've used this in the past for throttling. You'd have a memcache key
with something like:

2011-08-12-14-08-user-id-123

Since Memcache will automatically expire these for you via LRU, you don't
have to worry about garbage collecting these values.

--
Ikai Lan
Developer Programs Engineer, Google App Engine
plus.ikailan.com | twitter.com/ikai



On Fri, Aug 5, 2011 at 3:26 PM, Wo josh wo.j...@gmail.com wrote:

 I am trying to use increment feature of the memcacheService so that i can
 implement captcha for users trying to post n times within x seconds. It will
 be nice if I can set an expiration on the cache. Would the App Engine team
 like to consider? Anyone else wants to vote for this feature please comment!

 --
 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-java/-/X3hSyGKlN74J.
 To post to this group, send email to
 google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


-- 
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 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] User Service with Datastore on Development Server - different getUserId()

2011-08-16 Thread Ikai Lan (Google)
Do you have any code that shows this in action? Preferably break this down
to as simple a case as possible.

--
Ikai Lan
Developer Programs Engineer, Google App Engine
plus.ikailan.com | twitter.com/ikai



On Sat, Aug 6, 2011 at 4:44 AM, lippo patrick.reh...@googlemail.com wrote:

 My local App Engine Development Server (Eclipse with Google App Engine Java
 SDK 1.5.2, Google Plugin for Eclipse 3.6 and Google Web Toolkit SDK 2.3.0)
 returns different UserIds for the same User-Object (the mail is equal).
 First I load the User-Obejct from the User Service, then I save the
 User-Object in the Datastore and if I load the User-Object from the
 Datastore it has a different Id than the User-Object from the User Service.
 But this only happens on my local Development Server, if I publish my App on
 the App Engine it works fine.

 If I store the User-Object multiple in the Datastore it has always the same
 (wrong) Id, when I load it.

 Has anybody an idea?

 --
 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-java/-/5eQPxbVvlvUJ.
 To post to this group, send email to
 google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


-- 
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 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Elevations API, polyline encoding, Google App Engine

2011-08-16 Thread JT
A lot of stuff works outside gaej, just fyi. So don't scratched your head
too much.

On Aug 16, 2011 4:33 AM, Martin Newstead skankmar...@hotmail.com wrote:
 I hope someone can help me get some ideas on how to debug this
 problem. I have build an application that needs to use the Google
 Elevations webservice API to get some elevations for some lat/lon
 pairs. I am encoding the data using my own Java implementation of the
 polyline encoding algorithm. My app works nicely on Linux/Tomcat/
 JDK1.6, calls out to the Elevations API and gets good results. I
 tested using the Dev_server (1.5.0) and received an error, invalid
 character at position 70 of the URL that was sent to the Elevaton API.
 What's different about the dev_server ? Different JDK ? different
 encoding ? So far I've not had a chance to strip this down to bare
 bones and run some small tests on both environments, I am hoping to
 get some ideas here on which place to start.

 --
 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
google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.


-- 
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 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: Simple Throttling filter doesn't work

2011-08-16 Thread Kesava Neeli
Thanks for the reply. I figured it that was the case. There's no way in GAE 
to know how many VMs are there for our app. I would need to run a much 
bigger load to make sure i hit the same server concurrently and see if I hit 
this. As you said, this code is not applicable on GAE in general. 

-- 
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-java/-/aI310RA6ppkJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: date comparison fails

2011-08-16 Thread Vik
Hie

This has become blocking for us. Please advise

Thankx and Regards

Vik
Founder
http://www.sakshum.org
http://blog.sakshum.org


On Sun, Aug 14, 2011 at 5:46 PM, Vik vik@gmail.com wrote:

 Does not work for me

 Not sure why it fails . I even tried:

 Query query = pm.newQuery(AdUsage.class);
  query.setFilter(smsUseDate = smsUseDateParam  smsUseDate =
 smsUseDateParam  +
   vendorSeq == vendorSeqParam);
 query.declareParameters(java.util.Date smsUseDateParam, Long
 vendorSeqParam);
  @SuppressWarnings(unchecked)
 ListAdUsage usageList = (ListAdUsage)query.execute(today,
 chosenVendorSeq);

 and it fails to match the record.

 Thankx and Regards

 Vik
 Founder
 http://www.sakshum.org
 http://blog.sakshum.org


 On Fri, Aug 12, 2011 at 10:16 AM, suchitra nair 
 suchitradae...@gmail.comwrote:

 hey ..
 check out the following link.. M not sure but i guess in gae we can have
 more than 1 inequality operators on a single property. So as suggested in
 the following link, u cn chk for = and also add = on ur date field and the
 result should give records with date '=' to that of ur date value .. Just a
 suggestion. M new to gae too .. hope this helps ...

 regards
 suchitra

 http://stackoverflow.com/questions/3600779/google-app-engine-jdo-use-date-in-filter

 On Fri, Aug 12, 2011 at 8:18 AM, Vik vik@gmail.com wrote:

 any help on this plz?

 Thankx and Regards

 Vik
 Founder
 http://www.sakshum.org
 http://blog.sakshum.org


 On Tue, Aug 9, 2011 at 8:51 PM, Vik vik@gmail.com wrote:

 Hie

 I am trying to execute following query:

 Query query = pm.newQuery(AdUsage.class, smsUseDate == :smsUseDate  
 +
   vendorSeq == :vendorSeq);
 ListAdUsage usageList = (ListAdUsage)query.execute(today,
 chosenVendorSeq);


 the vendorSeq is matching and the passed date is: Tue Aug 09
 00:00:00 UTC 2011

 In AdUsage table i have value for: Tue Aug 09 00:00:00 UTC 2011

 but it fails to match. any clues why?

 Thankx and Regards

 Vik
 Founder
 http://www.sakshum.org
 http://blog.sakshum.org


  --
 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
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


  --
 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
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.




-- 
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 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: date comparison fails

2011-08-16 Thread Simon Knott
A few questions:

   - Is this happening on your development or production server?
   - Have you created any custom indexes?  
   - Also, have you turned off property indexes at all?
   
Cheers,
Simon

-- 
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-java/-/IxEeeJoYuSQJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: date comparison fails

2011-08-16 Thread Vik
Hie

This is happening on my development server.
I have not created any indexes at all. My local index files has an entry
relevant to this (generated automaticaly) as:

   datastore-index kind=AdUsage ancestor=false source=auto
property name=vendorSeq direction=asc/
property name=smsUseDate direction=asc/
/datastore-index

I have not explicitly turned off property indexes

Thankx and Regards

Vik
Founder
http://www.sakshum.org
http://blog.sakshum.org


On Wed, Aug 17, 2011 at 9:56 AM, Simon Knott knott.si...@gmail.com wrote:

 A few questions:

- Is this happening on your development or production server?
- Have you created any custom indexes?
- Also, have you turned off property indexes at all?

 Cheers,
 Simon

 --
 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-java/-/IxEeeJoYuSQJ.

 To post to this group, send email to
 google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


-- 
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 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: date comparison fails

2011-08-16 Thread Simon Knott
Can you post your Entity class, with annotations, and the code for setting 
up the today variable in the query?  My only guess at the moment is that 
the millisecond component of the date is not equal.

-- 
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-java/-/15A6BS6YfD4J.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: date comparison fails

2011-08-16 Thread Vik
Hie

Here is the class:
public class AdUsage {
@PrimaryKey
@Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY)
 private Long adUsageId;
 @Persistent
 private Long vendorSeq;
 @Persistent
 private Long smsUsed;
 @Persistent
 private Date smsUseDate;
 public AdUsage(Long vendorSeq, Long smsUsed){
 this.vendorSeq = vendorSeq;
this.smsUsed = smsUsed;
Calendar cal = Calendar.getInstance();
 cal.setTime(new Date());
cal.set(cal.get(Calendar.YEAR), cal.get(Calendar.MONTH),
cal.get(Calendar.DATE),
 0, 0, 0);
this.smsUseDate = cal.getTime();
}

//removed getter setters to save space
}

Code to set today variable:
Date today = new Date();
 Calendar cal = Calendar.getInstance();
cal.setTime(today);
cal.set(cal.get(Calendar.YEAR), cal.get(Calendar.MONTH),
cal.get(Calendar.DATE),
 0, 0, 0);
today = cal.getTime();

Thankx and Regards

Vik
Founder
http://www.sakshum.org
http://blog.sakshum.org


On Wed, Aug 17, 2011 at 10:33 AM, Simon Knott knott.si...@gmail.com wrote:

 Can you post your Entity class, with annotations, and the code for setting
 up the today variable in the query?  My only guess at the moment is that
 the millisecond component of the date is not equal.

 --
 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-java/-/15A6BS6YfD4J.

 To post to this group, send email to
 google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


-- 
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 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: date comparison fails

2011-08-16 Thread Simon Knott
Hmm, can you please check the milliseconds components of both the stored 
object and your query object.  You're resetting all properties of the time 
apart from the milliseconds bit!

-- 
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-java/-/l0GOxIMTmKoJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: date comparison fails

2011-08-16 Thread Vik
Assuming it may differ and causing the issues then what is the right way to
do this?
I dont see set millisec component to 0 in calendar or date object

Thankx and Regards

Vik
Founder
http://www.sakshum.org
http://blog.sakshum.org


On Wed, Aug 17, 2011 at 11:10 AM, Simon Knott knott.si...@gmail.com wrote:

 Hmm, can you please check the milliseconds components of both the stored
 object and your query object.  You're resetting all properties of the time
 apart from the milliseconds bit!

 --
 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-java/-/l0GOxIMTmKoJ.

 To post to this group, send email to
 google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


-- 
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 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.