On Tue, Oct 22, 2013 at 8:33 AM, Danilo Ischiavolini Chaves <
[email protected]> wrote:

>  Anyone have seen this error?
>
> 189.108.171.10 - - [22/Oct/2013:06:19:15 -0700] "GET / HTTP/1.0" 500 0 -
> "Mozilla/5.0
> javax.el.PropertyNotFoundException: Could not find property locale in
> class com.sun.proxy.$Proxy57
>  at javax.el.BeanELResolver.toBeanProperty(BeanELResolver.java:442)
> at javax.el.BeanELResolver.getValue(BeanELResolver.java:300)
>  at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:231)
>
>

This error means that a JavaBean somewhere is incorrectly configured -
something is attempting to access the locale property of the bean, and the
bean doesn't have a publicly accessible method to retrieve that property.
In other words, the bean should have a method called *public WhateverObject
getLocale()*, and it doesn't.

Are you attempting to use a custom bean, or a library that uses beans?


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to