Re: [appengine-java] App Engine SDK 1.3.3 is out!

2010-04-22 Thread Guillaume Laforge
On Thu, Apr 22, 2010 at 23:42, Toby Reyelts  wrote:
> [...]
>> What about a property like com.google.appengine.environment, that
>> could have "local" or "production" as values?
>> I know there are some other mechanisms to check that, but that would
>> be interesting to have that convention available.
>
> That's already available as a system property.
> See 
> http://code.google.com/appengine/docs/java/runtime.html#The_Environment and http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/utils/SystemProperty.Environment.html

Cool! Somehow I missed that!
Thank you.

Guillaume

-- 
Guillaume Laforge
Groovy Project Manager
Head of Groovy Development at SpringSource
http://www.springsource.com/g2one

-- 
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-j...@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] App Engine SDK 1.3.3 is out!

2010-04-22 Thread Toby Reyelts
On Thu, Apr 22, 2010 at 1:58 AM, Guillaume Laforge wrote:

> Well done for the release!
>
> By the way:
>
> On Thu, Apr 22, 2010 at 00:37, Ikai L (Google)  wrote:
> > [...]
> > - Added two new system properties com.google.appengine.application.idand
> >   com.google.appengine.application.version
>
> What about a property like com.google.appengine.environment, that
> could have "local" or "production" as values?
> I know there are some other mechanisms to check that, but that would
> be interesting to have that convention available.
>

That's already available as a system property. See
http://code.google.com/appengine/docs/java/runtime.html#The_Environment and
http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/utils/SystemProperty.Environment.html



> --
> Guillaume Laforge
> Groovy Project Manager
> Head of Groovy Development at SpringSource
> http://www.springsource.com/g2one
>
> --
> 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-j...@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-j...@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] App Engine SDK 1.3.3 is out!

2010-04-22 Thread Don Schwarz
2782 isn't fully fixed.  We now guarantee that DeadlineExceededException has
been caught by someone before HardDeadlineExceededError is thrown, but we
still don't always guarantee that you'll get either exception.  If you are
in a tight-bound CPU loop you may miss both notifications and just get a 500
error.

In the next few releases we will patch up that bug as well, and we'll close
the 2782 at that point.

On Thu, Apr 22, 2010 at 2:43 PM, Esteban Ignacio Masoero <
emaso...@getsense.com.ar> wrote:

> Excellent! Shouldn't the issue 2782 be marked as fixed?
>
> Thanks,
>
> Esteban
>
>
> On Thu, Apr 22, 2010 at 2:58 AM, Guillaume Laforge wrote:
>
>> Well done for the release!
>>
>> By the way:
>>
>> On Thu, Apr 22, 2010 at 00:37, Ikai L (Google)  wrote:
>> > [...]
>> > - Added two new system properties com.google.appengine.application.idand
>> >   com.google.appengine.application.version
>>
>> What about a property like com.google.appengine.environment, that
>> could have "local" or "production" as values?
>> I know there are some other mechanisms to check that, but that would
>> be interesting to have that convention available.
>>
>> --
>> Guillaume Laforge
>> Groovy Project Manager
>> Head of Groovy Development at SpringSource
>> http://www.springsource.com/g2one
>>
>> --
>> 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-j...@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-j...@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-j...@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] App Engine SDK 1.3.3 is out!

2010-04-22 Thread Esteban Ignacio Masoero
Excellent! Shouldn't the issue 2782 be marked as fixed?

Thanks,

Esteban

On Thu, Apr 22, 2010 at 2:58 AM, Guillaume Laforge wrote:

> Well done for the release!
>
> By the way:
>
> On Thu, Apr 22, 2010 at 00:37, Ikai L (Google)  wrote:
> > [...]
> > - Added two new system properties com.google.appengine.application.idand
> >   com.google.appengine.application.version
>
> What about a property like com.google.appengine.environment, that
> could have "local" or "production" as values?
> I know there are some other mechanisms to check that, but that would
> be interesting to have that convention available.
>
> --
> Guillaume Laforge
> Groovy Project Manager
> Head of Groovy Development at SpringSource
> http://www.springsource.com/g2one
>
> --
> 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-j...@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-j...@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] App Engine SDK 1.3.3 is out!

2010-04-21 Thread Guillaume Laforge
Well done for the release!

By the way:

On Thu, Apr 22, 2010 at 00:37, Ikai L (Google)  wrote:
> [...]
> - Added two new system properties com.google.appengine.application.id and
>   com.google.appengine.application.version

What about a property like com.google.appengine.environment, that
could have "local" or "production" as values?
I know there are some other mechanisms to check that, but that would
be interesting to have that convention available.

-- 
Guillaume Laforge
Groovy Project Manager
Head of Groovy Development at SpringSource
http://www.springsource.com/g2one

-- 
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-j...@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] App Engine SDK 1.3.3 is out!

2010-04-21 Thread Ikai L (Google)
Hi everyone!

I just wanted to let you all know that App Engine 1.3.3 SDK is out. The
blogpost is here:

http://googleappengine.blogspot.com/2010/04/app-engine-sdk-133-released.html

You
can download this from the standard download page:

http://code.google.com/appengine/downloads.html

Release notes:

Version 1.3.3
=
- Added two new system properties com.google.appengine.application.id and
  com.google.appengine.application.version
- DeadlineExceededException is now always thrown before
  HardDeadlineExceededError
- Decreased likelihood of "Too many URLMap" deployment errors for complex
  web apps
- Fixed an error where QuotaService.getCpuTimeInMegaCycles() was returning
  cycles instead of megacycles
- Fixed an issue between differing behavior of jsp in the production and
  development environments
http://code.google.com/p/googleappengine/issues/detail?id=3022
- Fixed an issue uploading webapps with .tag files
http://code.google.com/p/googleappengine/issues/detail?id=2902


-- 
Ikai Lan
Developer Relations, Google App Engine
Twitter: http://twitter.com/ikai
Delicious: http://delicious.com/ikailan


Google App Engine links:
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: http://www.reddit.com/r/appengine

-- 
Ikai Lan
Developer Relations, Google App Engine 
Twitter:  http://twitter.com/ikai
Delicious: http://delicious.com/ikailan


Google App Engine links:
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: http://www.reddit.com/r/appengine

ppengine" target="_blank">http://www.reddit.com/r/appengine

-- 
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-j...@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.