[Geoserver-devel] [jira] Created: (GEOS-4847) filtering workspaces broken due to unknown property 'default'

filtering workspaces broken due to unknown property 'default'
-------------------------------------------------------------

                 Key: GEOS-4847
                 URL: https://jira.codehaus.org/browse/GEOS-4847
             Project: GeoServer
          Issue Type: Bug
          Components: Wicket UI
    Affects Versions: 2.1.2
            Reporter: Gabriel Roldán
            Assignee: Gabriel Roldán

try filtering the workspace page or sort by the "default" column, and get one of
{code}
Caused by: java.lang.NoSuchMethodException: Unknown property 'default'
  at org.apache.commons.beanutils.PropertyUtilsBean.getSimpleProperty(PropertyUtilsBean.java:1122)
  at org.apache.commons.beanutils.PropertyUtilsBean.getNestedProperty(PropertyUtilsBean.java:686)
  at org.apache.commons.beanutils.PropertyUtilsBean.getProperty(PropertyUtilsBean.java:715)
  at org.apache.commons.beanutils.PropertyUtils.getProperty(PropertyUtils.java:290)
  at org.geoserver.web.wicket.GeoServerDataProvider$BeanProperty.getPropertyValue(GeoServerDataProvider.java:475)
{code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira